summaryrefslogtreecommitdiff
path: root/boot/goto-boot.elna
diff options
context:
space:
mode:
Diffstat (limited to 'boot/goto-boot.elna')
-rw-r--r--boot/goto-boot.elna12
1 files changed, 12 insertions, 0 deletions
diff --git a/boot/goto-boot.elna b/boot/goto-boot.elna
new file mode 100644
index 0000000..c2fd69b
--- /dev/null
+++ b/boot/goto-boot.elna
@@ -0,0 +1,12 @@
+program
+
+import dummy
+
+var source_code: [2048]Byte
+
+begin
+ read_file(source_code, 2048);
+
+ s1 := source_code;
+
+end.