customasm 0.13.12

An assembler for custom, user-defined instruction sets!
Documentation
1
2
3
4
5
6
7
8
#ruledef
{
    emit {x: i8} => x
    emit {x: i8} => x
    test {x} => asm { emit {x} }
}

test 0x12 ; error: failed / note:_:5: within / note:_:5: emit 0x12 / error:_:5: multiple / note:_:3: match / note:_:4: match