Refacotred ISA opcodes

This commit is contained in:
MatCat 2021-04-10 11:49:06 -07:00
parent baf56330a3
commit 3213553372

View File

@ -6,7 +6,7 @@ cpu.RAM[1] = 0xCF;
cpu.RAM[2] = is_LDAB_i.Bytecode;
cpu.RAM[3] = 0x0100;
cpu.RAM[4] = is_PHAB.Bytecode;
cpu.RAM[5] = is_PJSR.Bytecode;
cpu.RAM[5] = is_JSR_i.Bytecode;
cpu.RAM[6] = 0x00D0;
let v_printloop = 0xd9;