LDA $77 BIT #$01 BNE Left BIT #$04 BNE Right MarioSide: LDA $9A AND #$08 BNE Right Left: ;[Left code here] RTL Right: ;[Right code here] RTL