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-22 17:32:01 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
046e43cd66
SixtyPical
/
eg
/
rudiments
/
forever.60p
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
More conversion.
2018-09-09 14:03:43 +00:00
define main routine
Implement `if not` and `repeat forever`.
2015-10-18 14:32:28 +00:00
trashes a, y, z, n, c
{
ld y, 65
repeat {
inc y
} forever
}
Reference in New Issue
Copy Permalink