Macro Assemblers

Discussion of Common Lisp
Post Reply
Suroy
Posts: 46
Joined: Sat Dec 19, 2009 11:20 am

Macro Assemblers

Post by Suroy » Sat Feb 20, 2010 7:07 pm

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?

nuntius
Posts: 538
Joined: Sat Aug 09, 2008 10:44 am
Location: Newton, MA

Re: Macro Assemblers

Post by nuntius » Sat Feb 20, 2010 8:15 pm

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?

Suroy
Posts: 46
Joined: Sat Dec 19, 2009 11:20 am

Re: Macro Assemblers

Post by Suroy » Sat Feb 20, 2010 10:21 pm

Nah, i really dont care if it is an atmel or pic :D I'll take a look at those...

Post Reply