use a state machine to better process the code and catch bank switches, for example in `Battletoads`: ``` ldx #$00 ; $FF9E A2 00 stx a:_data_ffb3 ; $FFA0 8E B3 FF ```
use a state machine to better process the code and catch bank switches, for example in
Battletoads: