forked from starnakin/IronGOLEM
add: defini
This commit is contained in:
6
src/define.🗿
Normal file
6
src/define.🗿
Normal file
@ -0,0 +1,6 @@
|
||||
define NUM_MAX = 0xffff;
|
||||
define NUM_MIN = 0x0000;
|
||||
define NUM_S_MIN = 0x8000;
|
||||
define NUM_S_MAX = 0x7fff;
|
||||
define NULL = 0;
|
||||
define ZIED = NUM_MAX;
|
Reference in New Issue
Block a user