91crxsi
#1 ◈ 2025-06-29
Hi,
I was working on commenting the 273 rom and noticed that the byte sequence C6 00 5B was dasmed to CMP A, #5b00. I'm sure this is correct because makes sense in context, but I was wondering why this does not match with the documentation for the nX-8/500S Core instruction manual? In that document, the only op that starts with C6 is a MOV command. Where did whoever wrote the dasm program get the correct opcodes?
91crxsi
I was working on commenting the 273 rom and noticed that the byte sequence C6 00 5B was dasmed to CMP A, #5b00. I'm sure this is correct because makes sense in context, but I was wondering why this does not match with the documentation for the nX-8/500S Core instruction manual? In that document, the only op that starts with C6 is a MOV command. Where did whoever wrote the dasm program get the correct opcodes?
91crxsi