From 148da8ed91f17c6fb367f52c927629b0f4cacb5e Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 18 Apr 2025 09:26:57 +0200 Subject: Initial commit --- boot/goto-boot.elna | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 boot/goto-boot.elna (limited to 'boot/goto-boot.elna') 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. -- cgit v1.2.3