04 compiler fix (global lookup), start preprocessor

This commit is contained in:
pommicket 2022-01-07 12:06:33 -05:00
parent 479ff20704
commit fbe3f4e701
4 changed files with 250 additions and 8 deletions

View file

@ -1554,6 +1554,7 @@ align
; set <rax> to address of variable in rsi
:set_rax_to_address_of_variable
J=:local_variables
R=I
call :ident_lookup
C=A
?C=0:try_global
@ -1579,6 +1580,7 @@ align
return
:try_global
I=R
J=:global_variables
call :ident_lookup
C=A