dust-template-c64-empty-basic/hello_world.basic
2013-04-03 11:49:51 +02:00

9 lines
223 B
Plaintext

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