View Single Post
Old 06-05-2009, 02:33 AM   #1551 (permalink)
squiggles
EcoModding Apprentice
 
Join Date: May 2009
Location: Australia
Posts: 109
Thanks: 0
Thanked 2 Times in 2 Posts
Simple question.
I am not familiar with the Atmel chip, is there an assembly language programming tool available? If it ever gets to the point of extreme code optimisation you will get better results with assembler than with a higher level language compiler.

Actually it is worth looking at the code generated for function calls, compilers often stick quite a lot of unnecessary overhead in them.

  Reply With Quote