.... and that is why you pic a microcontroller, for which a C compiler exists, and if you really really like ASM, you can still write sections of your program in it. Understand kids? 
Besides, how are you going to port linux to the emag if you can't comile it for the processor? Better yet, pong?

Besides, how are you going to port linux to the emag if you can't comile it for the processor? Better yet, pong?
I was staring at some code I was given with the programmer and thinking "Why the hell would someone use decimal numbers in ASM?!" Finally after looking at the datasheet (forgot to print the key : ) for the hundreth time I realized that they were specifying certain bits in a register by its decimal index. So cool. In any other assembly language I've used before you had to use masks to set certain bits. Amazing time and mind saver. 




.

Comment