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
2024-11-25 23:49:17 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
159d3835be
SixtyPical
/
eg
/
screen.60pical
11 lines
126 B
Plaintext
Raw
Normal View
History
Unescape
Escape
We have repeat loops now.
2014-04-01 16:55:59 +00:00
assign byte screen 1024
routine main {
Immediate mode versions of ldx, ldy, cmp, cpx, cpy.
2014-04-01 17:34:41 +00:00
ldy #0
We have repeat loops now.
2014-04-01 16:55:59 +00:00
repeat bne {
inc screen
dey
Immediate mode versions of ldx, ldy, cmp, cpx, cpy.
2014-04-01 17:34:41 +00:00
cpy #0
We have repeat loops now.
2014-04-01 16:55:59 +00:00
}
sty screen
}
Reference in New Issue
Copy Permalink