I forgot what exactly I changed

This commit is contained in:
2022-10-31 15:54:09 -04:00
parent 2a53da6f95
commit b5300d5ac4
2 changed files with 11 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ var mnemonics = map[string] marcie.Opcode {
"jumpi": marcie.JUMPI,
"loadi": marcie.LOADI,
"storei": marcie.STOREI,
"mod": marcie.MOD,
"org": ORG,
}