]> git.sur5r.net Git - cc65/commit
Fixing ca65 for 65816 jml and jmp opcodes
authorlintbe <jfdusar@gmail.com>
Wed, 12 Feb 2014 22:48:10 +0000 (23:48 +0100)
committerlintbe <jfdusar@gmail.com>
Wed, 12 Feb 2014 22:48:10 +0000 (23:48 +0100)
commit07d49f143bd0b36192c5101d8040052c6de7847f
treee356210240d3b041aa95fd4b09c9a8333064d5d5
parent9aa17b4c537f77fc01d49ab7167b1b3c179c7b97
Fixing ca65 for 65816 jml and jmp opcodes

added a missing addressing mode for jmp/jml : Absolute Indexed Long
that opcode can be written like jmp[$1234] or jml[$1234]

removed Absolute Inderect addressing mode for jml since it's not a long adressing mode
src/ca65/ea65.c
src/ca65/instr.c
src/ca65/instr.h