If a 16-bit operation (LDD, STD, ADDD, etc.) is attempted on a direct page address of $FF, what happens? Will the high byte of the address be incremented to point to the start of the next page, or will the processor wrap to the beginning of the same page?
This issue also applies to the 32-bit LDQ and STQ instructions on the 6309, in the range of $FD to $FF, along with all the 16-bit operations. Also, check both emulation and native mode, because I think it may have an effect on the behavior.
If a 16-bit operation (
LDD,STD,ADDD, etc.) is attempted on a direct page address of$FF, what happens? Will the high byte of the address be incremented to point to the start of the next page, or will the processor wrap to the beginning of the same page?This issue also applies to the 32-bit
LDQandSTQinstructions on the 6309, in the range of$FDto$FF, along with all the 16-bit operations. Also, check both emulation and native mode, because I think it may have an effect on the behavior.