mirror of
https://github.com/catseye/SixtyPical.git
synced 2024-11-22 01:32:13 +00:00
Finally, this.
This commit is contained in:
parent
2e186c763d
commit
c80591f7f5
14
eg/screen3.60pical
Normal file
14
eg/screen3.60pical
Normal file
@ -0,0 +1,14 @@
|
||||
assign byte table screen 1024
|
||||
reserve byte value
|
||||
routine main {
|
||||
lda #0
|
||||
sta value
|
||||
ldx #0
|
||||
repeat bne {
|
||||
lda value
|
||||
inc value
|
||||
sta screen, x
|
||||
inx
|
||||
cpx #80
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user