diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-05-10 23:24:03 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-05-10 23:24:03 +0200 |
| commit | 707f983fe96e4ad9bf89b07a0b4e88465c7d111f (patch) | |
| tree | b965d5a164889fa110abbcac6a2a72a53de2c935 /boot/test.elna | |
| parent | 890486532c0715fcd0a0c64100d8b8167239d55a (diff) | |
| download | elna-707f983fe96e4ad9bf89b07a0b4e88465c7d111f.tar.gz | |
Add symbol info for parameters and local variables
Diffstat (limited to 'boot/test.elna')
| -rw-r--r-- | boot/test.elna | 14 |
1 files changed, 14 insertions, 0 deletions
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. |
