1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00
8bitworkshop/presets/c64/basicheader.dasm

11 lines
282 B
Plaintext
Raw Permalink Normal View History

processor 6502
.org $07FF
.word $0801 ; two-byte start address
.org $0801 ; start of BASIC program
.word BASIC_END, 10 ; Next line and current line number
2022-07-19 15:46:04 +00:00
.byte $9e," 2062",0 ; SYS 2062
BASIC_END:
.word 0 ; End of program