mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +00:00
8 lines
121 B
NASM
8 lines
121 B
NASM
.pc = $1000 "Main Program"
|
|
|
|
.var somePic = LoadPicture("KICKASS-Test-16x16.gif")
|
|
|
|
more: lda #1
|
|
sta $d021
|
|
jmp *
|