robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

Match label cases in disassembly #166

Closed robmcmullen closed 7 years ago

robmcmullen commented 7 years ago

Most assemblers would probably handle this, but the L2B14 and L2b14 should be the same case.

        BCS L2B14             ; if 9, wake 1st bat
        CMP #$06
        BCS L2B21             ; if 6, wake second bat
        CMP #$03
        BCS L2B2E             ; if 3, wake 3rd bat
L2b13   RTS                   ; otherwise exit
L2b14   LDA L2A5F             ; Is bat 1 (CMP) sleeping?