Add symbol info for parameters and local variables

This commit is contained in:
2025-05-10 23:24:03 +02:00
parent 890486532c
commit 707f983fe9
6 changed files with 467 additions and 212 deletions

14
boot/test.elna Normal file
View File

@@ -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.