sysh/gen/commands

13 lines
274 B
Text
Raw Normal View History

2023-02-20 10:19:58 -05: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 11:43:57 -05:00
.add C_ADD
.sub C_SUB
.mul C_MUL
.div C_DIV