-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Description
I've been using asm6f to make roms for the gametank https://gametank.zone/ but it uses a 65c02, not a 6502. Right now I have a macro file that adds the wd65c02 opcodes but it would obviously be better if support was actually built in to the assembler itself since macro syntax isn't the same as actual opcode syntax so if I use any 65c02 code it won't be compatible with any other assembler if i use my macros...