Skip to content

16-bit/32-bit operations and Direct Page boundaries #8

@The-Beesh-Spweesh

Description

@The-Beesh-Spweesh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions