Page 1 of 1

Macro Assemblers

Posted: Sat Feb 20, 2010 7:07 pm
by Suroy
Im interested in writing assembly for atmel microcontrollers, except with the benefit of a macro system (lisp).

I was looking at
http://coding.derkeiler.com/Archive/Lis ... /1145.html
which looked like what i was interested in doing. However, I can't find any reference to code :oops: . Anyone know of any code which has already done something like this before?

Re: Macro Assemblers

Posted: Sat Feb 20, 2010 8:15 pm
by nuntius
Here's an X86 assembler: http://common-lisp.net/project/cl-x86-asm/

See also the Lisp Assembly Program (LAP) in implementations like Clozure.

I've heard of various lisps being ported to ARMs. With ARM chipsets so cheap these days, do you really want to stick with an Atmel?

Re: Macro Assemblers

Posted: Sat Feb 20, 2010 10:21 pm
by Suroy
Nah, i really dont care if it is an atmel or pic :D I'll take a look at those...