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

@ -1,6 +1,4 @@
global 0x1000 exit_code
global y
y = 4
global exit_code
exit_code = main()
exit(exit_code)