We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from https://github.com/FoxCunning/nes-MK1
; Pointers table rom_A10C: .word rom_A124, rom_A15A, rom_A190, rom_A1C6 .word rom_A1FC, rom_A232, rom_A268, rom_A29E .word rom_A2D4, rom_A30A, rom_A340, rom_A190
access to it can be like
lda rom_A10C+0,Y sta zp_3D lda rom_A10C+1,Y sta zp_3E
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from https://github.com/FoxCunning/nes-MK1
access to it can be like
The text was updated successfully, but these errors were encountered: