Refacotred ISA opcodes
This commit is contained in:
parent
baf56330a3
commit
3213553372
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user