cbvm2 0.7.1

Cross bytes virtual machine used for building, running and reading CBVM files
Documentation
1
2
3
4
5
6
7
8
9
: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 :end
    JMP :main
:end