Paolo Amoroso on Nostr: This post is quite old but extremely interesting. It describes a 6502 assembler in ...
This post is quite old but extremely interesting. It describes a 6502 assembler in Common Lisp for the NES game console.
The assembler has a Lispy design, which for example features lazy evaluttion for forward references and mini languages for control structures and audio output.
https://ahefner.livejournal.com/20528.html
The code is here:
https://github.com/ahefner/asm6502/blob/master/assembler.lisp
#mos6502 #CommonLisp #assembly
The assembler has a Lispy design, which for example features lazy evaluttion for forward references and mini languages for control structures and audio output.
https://ahefner.livejournal.com/20528.html
The code is here:
https://github.com/ahefner/asm6502/blob/master/assembler.lisp
#mos6502 #CommonLisp #assembly