This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

Macro Assemblers

3 posts · 824 views

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

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

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