Just what the title says-
I was looking at the code for symon, and although it does look like 65816 support was started, in that you can select 65816 as the cpu type, looking at files like InstructionTable.java make it look like that support hasn't been completely added yet.
Am I missing something?
Thanks!
Does symon support 65816?
-
jeffythedragonslayer
- Posts: 114
- Joined: 03 Oct 2021
Re: Does symon support 65816?
How many opcodes do you see? The opcode table for the 65816 is full, so if there are less than 256 opcodes implemented, then its 65816 support isn't complete yet.
Re: Does symon support 65816?
It looks like support for 65816 was started but never completed