customasm 0.13.12

An assembler for custom, user-defined instruction sets!
Documentation
1
2
3
4
5
6
7
8
9
#ruledef
{
    hlt => 0x12
    stop => asm { hlt }
}

stop ; = 0x12
stop ; = 0x12
hlt  ; = 0x12