Hello. I'm having trouble trying to make a Game Genie code with a 6502 debugger. I can make some codes with it without issue, my problem is with 'starting item' codes.
Here's a PAR code to begin with a regular arrow: 0659 01
Using the debugger, I got this:
748B:99 57 06 STA $0657,Y @ $0659 = #$00
748B is the address, but I don't know the compare (99?) & data value (?). The only other thing I understand from this is #$00 to tell me I don't have an arrow (and I'd get 01 if I already had it so I know the address is correct).
Please note that I don't know assembly language, my minimal success with it comes from a few examples over a few documents with trial and error. I will not make extensive use of this to want to take the time to learn assembly. Thanks in advance.
Here's a PAR code to begin with a regular arrow: 0659 01
Using the debugger, I got this:
748B:99 57 06 STA $0657,Y @ $0659 = #$00
748B is the address, but I don't know the compare (99?) & data value (?). The only other thing I understand from this is #$00 to tell me I don't have an arrow (and I'd get 01 if I already had it so I know the address is correct).
Please note that I don't know assembly language, my minimal success with it comes from a few examples over a few documents with trial and error. I will not make extensive use of this to want to take the time to learn assembly. Thanks in advance.

Comment