#57115 - NighTiger - Thu Oct 13, 2005 9:30 pm
hi guys,
I would like to know what I can do to learn asm... tnx
#57661 - Miked0801 - Mon Oct 17, 2005 5:56 pm
In some ways, assembly is easier to code than a higher level function. The ARM instruction set is especially easy to work with. It's almost like going back to BASIC programing. You get a set number of variables and a set number of commands. Branching is done via "gotos" and the resulting code is fairly easy to trace with the right tools. Of course, I've coded as much assembler as C so I may be a bit biased :)