Record of some of the computer tech I deal with so that it's documented at least somewhere.

Friday, 20 November 2009

AVR assembler

I've been working on some rc code to spit out the mnemonics used in AVR Studio. My intention was to use RC as a smarter pre-processor than the #define and .macro directives included therein.

http://www.maht0x0r.net/library/computing/avr/til/ is where I'm at.

I've not included a way to map names onto registers yet, which I'll have to do next.

No comments: