From 7bb7dc7a2e1c346d10457005f715906f6a7cc174 Mon Sep 17 00:00:00 2001 From: actraiser Date: Wed, 3 Apr 2013 11:49:51 +0200 Subject: [PATCH] Initial Commit --- hello_world.basic | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hello_world.basic diff --git a/hello_world.basic b/hello_world.basic new file mode 100644 index 0000000..d0c39d8 --- /dev/null +++ b/hello_world.basic @@ -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 +