sysh/gen/commands

13 lines
274 B
Plaintext
Raw Normal View History

2023-02-20 15:19:58 +00:00
.alloc C_ALLOC
.realloc C_REALLOC
.free C_FREE
.set C_SET
.cpy C_CPY
.deref C_DEREF
.if C_IF
.while C_WHILE
2023-02-23 16:43:57 +00:00
.add C_ADD
.sub C_SUB
.mul C_MUL
.div C_DIV