Search found 1 match
- Mon Oct 10, 2011 6:37 am
- Forum: The Lounge
- Topic: Lisp as assembly language??
- Replies: 12
- Views: 50823
Re: Lisp as assembly language??
I wrote a 8051 assember in Lisp- I took the approach of trying to "lisp-ify" the usual assembly language; ie make a domain-specific language using Lisp. So I built up "lispy" definitions of all the mnemonics, which when evaluated by the assembler, emit the 8051 machine code. Ther...