WLA DX: 65816 mnemonics listed in opcode order. If you notice any errors or something is missing, please open an issue @ https://github.com/vhelin/wla-dx x = 8bit ? = 16bit & = 24bit $00 "BRK &" $10 "BPL &,X" $20 "JSR ?" $20 "JSR |?" $21 "AND (&" $22 "JSR &" $22 "JSR >&" $23 "AND &" $30 "BMI &,X" $40 "RTI" $41 "EOR (&" $50 "BVC &" $5C "JMP &" $5C "JMP >&" $5D "EOR ?,X" $5D "EOR |?,X" $5E "LSR ?,X" $5E "LSR |?,X" $5F "EOR &,X" $5F "EOR >&,X" $60 "RTS" $61 "ADC (&" $70 "BVS &,X" $80 "BRA &" $90 "BCC &,X" $A0 "LDY #x" $A1 "LDA (&" $B0 "BCS &,X" $C0 "CPY #x" $C1 "CMP (&" $D0 "BNE &,X" $E0 "CPX #x" $E1 "SBC (&" $F0 "BEQ &,X"