michaelcmartin / Ophis

A cross-assembler for the 6502 series of microprocessors.
http://michaelcmartin.github.io/Ophis/
Other
96 stars 26 forks source link

Relative instructions are not properly displayed in program listings #26

Closed michaelcmartin closed 10 years ago

michaelcmartin commented 10 years ago

A short relative branch shows an incorrect argument, like so:

 0831  F0 DB     BEQ  $000E

We also need formal test cases for these and addressing modes unique to the 65C02 and 4502.

michaelcmartin commented 10 years ago

This looks like a wobble from when I merged in the 4502 support. I need to fix it before releasing 2.1 but I know what I need to about it.

michaelcmartin commented 10 years ago

fixed in c3d48da59d9c