cbasm 0.1.6

Asm assembler & dissasembler for cbvm bytecode
Documentation
1
2
3
4
5
6
7
:main
    ALLOC [string] b
    STORE [string] b 68 65 6c 6c 6f 20 77 6f 72 6c 64
    WRITE [string] b
    FLUSH
    FREE 1
    JMP :main