summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-11 03:51:05 +0200
committerkdx <kikoodx@paranoici.org>2023-06-11 03:51:05 +0200
commit6d375a705510f3e7a92f300f2534b5d682f2a564 (patch)
tree462a1e4d339b210f6d1a8a695b25fc82afde3130 /samples
parent0fc731ad0f750e944513b77abfa0a8938667a31c (diff)
downloadgolem-6d375a705510f3e7a92f300f2534b5d682f2a564.tar.gz
slp statement
Diffstat (limited to 'samples')
-rw-r--r--samples/move.golem9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/move.golem b/samples/move.golem
new file mode 100644
index 0000000..2efbe80
--- /dev/null
+++ b/samples/move.golem
@@ -0,0 +1,9 @@
+define input = 0xbffe;
+define screen = 0xbfff;
+
+main()
+ loop {
+ slp;
+ update();
+ draw();
+ }