mirror of
https://github.com/actraiser/dust-template-c64-empty-basic.git
synced 2025-06-18 17:05:34 -04:00
Initial Commit
This commit is contained in:
parent
35f4852f4c
commit
7bb7dc7a2e
8
hello_world.basic
Normal file
8
hello_world.basic
Normal file
@ -0,0 +1,8 @@
|
||||
0 rem !to "build/hello.prg"
|
||||
5 print "{clear}"
|
||||
10 print "hello world on c64 basic"
|
||||
20 print "part of dustlayer tutorials"
|
||||
22 print "------------------------"
|
||||
25 print "http://www.dustlayer.com"
|
||||
30 poke 53281,0:poke 53280,0
|
||||
|
Loading…
Reference in New Issue
Block a user