bugfix, planning static variables
This commit is contained in:
parent
d75b4154d3
commit
267b52814e
3 changed files with 32 additions and 13 deletions
|
@ -10,6 +10,9 @@
|
|||
#define RWDATA_END 0x1000000
|
||||
#define EXECUTABLE_SIZE 0x1000000
|
||||
|
||||
; "* 15 nesting levels of compound statements, iteration control structures, and selection control structures" C89 § 2.2.4.1
|
||||
#define BLOCK_DEPTH_LIMIT 16
|
||||
|
||||
; C OPERATOR PRECEDENCE
|
||||
; lowest
|
||||
; 1 ,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue