Note that 122 is strangeCall

This commit is contained in:
Jordan Eldredge 2019-10-03 06:35:53 -07:00
parent 861945977f
commit 1b7255e9d8

View file

@ -293,7 +293,7 @@ function parseComand({ start, makiFile, length }) {
}
// TODO: What even is this?
if (opcode === 112) {
if (opcode === 112 /* strangeCall */) {
makiFile.readUInt8();
}
return command;