mirror of
https://github.com/fumiama/c64-snake.git
synced 2026-06-16 08:20:30 +08:00
初步框架
This commit is contained in:
10
platform/c64header.oph
Executable file
10
platform/c64header.oph
Executable file
@@ -0,0 +1,10 @@
|
||||
.word $0801
|
||||
.org $0801
|
||||
|
||||
; BASIC program that just calls our machine language code
|
||||
.scope
|
||||
.word _next, 10 ; Next line and current line number
|
||||
.byte $9e,"2061",0 ; SYS 2061
|
||||
_next: .word 0 ; End of program
|
||||
.scend
|
||||
; Program follows...
|
||||
Reference in New Issue
Block a user