tyler569 / simple_asm

Assembler toolkit for simple CPUs, including simple16 and PISA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple ASM

Simple assembler supporting multiple instruction sets via a configuration format.

To assemble the sample file for the PISA ISA: ./as.py -c capo -f capo.asm

To assemble the sample file for the simple16 ISA: ./as.py -f simple/call.asm

About

Assembler toolkit for simple CPUs, including simple16 and PISA


Languages

Language:Ruby 87.7%Language:Assembly 12.3%