mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-10-06 17:59:39 +00:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
.word $0801
|
|
.org $0801
|
|
|
|
.scope
|
|
.word _next, 10 ; Next line and current line number
|
|
.byte $9e," 2062",0 ; SYS 2064
|
|
_next: .word 0 ; End of program
|
|
.scend
|
|
|
|
.advance 2062
|
|
|
|
.require "../platform/c64kernal.oph"
|