summaryrefslogtreecommitdiff
path: root/boot/test.elna
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-08-28 22:45:42 +0200
committerEugen Wissner <belka@caraus.de>2025-08-30 01:29:00 +0200
commit627975775c941130975ce0f9dbef08c723e69794 (patch)
tree0f7f4c2c6d83420262d89ff720e6435a67410c9a /boot/test.elna
parente614d43ea9af078301d538fcddb19e83eed7e879 (diff)
downloadelna-627975775c941130975ce0f9dbef08c723e69794.tar.gz
Start over
Diffstat (limited to 'boot/test.elna')
-rw-r--r--boot/test.elna14
1 files changed, 0 insertions, 14 deletions
diff --git a/boot/test.elna b/boot/test.elna
deleted file mode 100644
index e56547d..0000000
--- a/boot/test.elna
+++ /dev/null
@@ -1,14 +0,0 @@
-program
-
-proc main(x: Word, y: Word)
-begin
- _write_s(4, @x);
- _write_s(4, @y);
-
- y := 0x0a2c3063;
- _write_s(4, @y)
-end
-
-begin
- main(0x0a2c3061, 0x0a2c3062)
-end.