Skip to content

Wrap address around to $0000 when it crosses $FFFF.#4

Merged
a2geek merged 2 commits intoAppleCommander:mainfrom
ThomasFok:address_wrap_around
Oct 28, 2023
Merged

Wrap address around to $0000 when it crosses $FFFF.#4
a2geek merged 2 commits intoAppleCommander:mainfrom
ThomasFok:address_wrap_around

Conversation

@ThomasFok
Copy link
Copy Markdown
Contributor

Here is the sample output.

FFF8- A2 20                LDX #$20
FFFA- A0 00                LDY #$00
FFFC- A2 03                LDX #$03
FFFE- 86 3C                STX $3C
0000- 8A                   TXA
0001- 0A                   ASL
0002- 24 3C                BIT $3C
0004- F0 10                BEQ $0016

@a2geek a2geek merged commit acd1fa7 into AppleCommander:main Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants