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

View File

@@ -62,3 +62,5 @@
#
.equ TYPE_PRIMITIVE, 0x01
.equ TYPE_POINTER, 0x02
.equ INFO_PARAMETER, 0x10
.equ INFO_LOCAL, 0x20