04 compiler fix (global lookup), start preprocessor
This commit is contained in:
parent
479ff20704
commit
fbe3f4e701
4 changed files with 250 additions and 8 deletions
|
@ -1,6 +1,4 @@
|
|||
global 0x1000 exit_code
|
||||
global y
|
||||
y = 4
|
||||
global exit_code
|
||||
exit_code = main()
|
||||
exit(exit_code)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue