-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The assembler chooses 'zero page,X' when it should choose 'absolute,X'. e.g. the "ORA absolute,X" instruction is assembled as "ORA zp,X" even though it isn't, when using a label thats defined later.
i.e. I think this will not produce the correct bytes:
"""
ORG $200
ORA label,X
label:
DB $ff
"""
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels