Brad Grantham
8e47791e12
Fix BRA imm instruction, add 0xD2 - CMP (zpg)
...
I thought 0x80 was a weird NOP imm, but it's BRA.
Implement 0xD2 - CMP (zpg)
Move all 65C02 instruction implementations together
Update disassembler for 0xD2 - CMP (zpg)
2018-08-10 23:25:20 -07:00
Brad Grantham
af0fe38c9e
fill in implemented 65C02 opcodes
...
Add mnemonics to instructions[]
Add 10 new blank entries for growth
Add entries to opcode_props
2018-08-08 12:34:01 -07:00
Brad Grantham
ad8f43b5a8
fix too many initializers error
2018-08-06 00:39:50 -07:00
Brad Grantham
e938af1349
implement STZ zpg and PHX
2018-08-06 00:36:43 -07:00
Brad Grantham
aacdd5cb96
disassemble 9C as STZ
2018-08-06 00:15:58 -07:00
Lawrence Kesteloot
27123a09ea
Fix bytelength calculation in disassembler.
2018-08-02 16:07:48 -07:00
Brad Grantham
4e4c957704
compile on Linux; clean up on exit
2016-11-09 03:46:26 -08:00
Brad Grantham
88bcde4977
disassembler in function
2016-11-07 21:22:08 -08:00