From 707f983fe96e4ad9bf89b07a0b4e88465c7d111f Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 10 May 2025 23:24:03 +0200 Subject: Add symbol info for parameters and local variables --- boot/test.elna | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 boot/test.elna (limited to 'boot/test.elna') diff --git a/boot/test.elna b/boot/test.elna new file mode 100644 index 0000000..f4ce4c5 --- /dev/null +++ b/boot/test.elna @@ -0,0 +1,14 @@ +program + +proc _main(x: Word) +var loca0: Word +loca4: Word +begin + loca0 := 0x0a2c3061; + loca4 := x; + _write_out(@loca4, 4) +end + +begin + _main() +end. -- cgit v1.2.3