This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
SixtyPical
Watch
1
Star
0
Fork
0
You've already forked SixtyPical
mirror of
https://github.com/catseye/SixtyPical.git
synced
2025-01-10 02:29:23 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
SixtyPical
/
eg
/
screen1.60p
9 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add explicitly-addressed memory locations.
2015-10-18 16:22:36 +01:00
byte screen @ 1024
routine main
trashes a, z, n, screen
{
Indexed access, + x / + y, at least for LDA and STA. --HG-- rename : eg/screen.60p => eg/screen1.60p
2015-10-18 18:32:20 +01:00
ld a, 83
Add explicitly-addressed memory locations.
2015-10-18 16:22:36 +01:00
st a, screen
}
Reference in New Issue
Copy Permalink