Skip to content

LD [hhll], r type operations don't respect EP and just assume 0 page #2

Description

@logicplace

LD [hhll], r or MOV in PMAS syntax always use 0 for the page when writing, meaning they'll always work in pokemini, but on hardware the operation fails to write (to RAM? unsure whether or not it has some function)

For example:

mov a, $10
mov i, $01
mov [TILEMAP], a

will leave the map blank on hardware but display tile $10 on pokemini

(tested on hardware using DITTO mini)

minimal example with ROM attached

addressing.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpedanticFor compatibility issues that aren't important

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions