Skip to content

V1.22

Compare
Choose a tag to compare
@CycoPH CycoPH released this 11 Jan 10:27
· 5 commits to master since this release

V1.22
Added long jump commands JEQ, JNE, JPL, JMI, JCC, JCS, JVC, JVS.
These macro commands are similar to the 6502 branch instructions BEQ, BNE, BPL, BMI, BCC, BCS,
BVC, BVS, but can target the entire 64KB address space via a jump. If the distance is short
and the target is known during the first assembler pass then the jump is converted into a branch.
The assembler spits out code change suggestions if it finds jumps that could be optimized.