Yoshifanatic1

Results 12 issues of Yoshifanatic1

When disassembling SNES code: - All long indexed opcodes never get assigned a label even if the target address is in range. - BRL rarely is assigned a label, and...

When disassembling SNES code: ``` ORA $00,S -> ORA $00 AND $00,S -> AND $00 BIT $0000,X -> BIT $00,X AND $0000,X -> AND $00,X ROL $0000,X -> ROL $00,X...