scotws / tinkasm

A Tinkerer's Assembler for the 6502/65c02/65816

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add lda.8 and lda.16 (etc) mnemonics for lda.# on the 65816

scotws opened this issue · comments

For the 65816, the assembler needs to recognize the immediate instructions that currently end in .# aslda.8 and lda.16. Include checking to make sure we are in the correct mode.