Tests started. Enabling constant declaration

This commit is contained in:
2021-05-03 18:49:26 +02:00
parent 38e3bb1630
commit 36caa0b651
7 changed files with 85 additions and 67 deletions

View File

@@ -7,8 +7,10 @@ enum OPS {
OP_DUP,
OP_SWAP,
OP_LOAD,
OP_STORE,
OP_LD,
OP_ST,
OP_LDL,
OP_STL,
OP_JMP,
OP_JNT,