IronGOLEM/src/define.🗿
Camille Chauvet 752d4bcbd1 add: defini
2023-06-20 13:47:58 +02:00

7 lines
144 B
Plaintext

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;