From e31ac723b0360b5ac8f72f8796a56bfd487d8286 Mon Sep 17 00:00:00 2001 From: zeromus Date: Fri, 28 Apr 2017 22:11:39 +0000 Subject: [PATCH] change width of more ZP instructions to 2 --- trunk/src/asm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/src/asm.cpp b/trunk/src/asm.cpp index 7dfb155f..0caab445 100644 --- a/trunk/src/asm.cpp +++ b/trunk/src/asm.cpp @@ -458,7 +458,7 @@ char *Disassemble(int addr, uint8 *opcode) { zpIndex(tmp,RX); // ################################## Start of SP CODE ########################### // Change width to %04X - sprintf(str,"%s $%02X,X @ $%04X = #$%02X", chr,opcode[1],tmp,GetMem(tmp)); + sprintf(str,"%s $%02X,X @ $%02X = #$%02X", chr,opcode[1],tmp,GetMem(tmp)); // ################################## End of SP CODE ########################### break;