10 lines
163 B
C
10 lines
163 B
C
#pragma once
|
|
|
|
#define STACK_SIZE 65535
|
|
#define PROGRAM_MAXSIZE 65535
|
|
#define MAX_LABELS 256
|
|
#define MAX_MODULES 256
|
|
#define MAX_BF_LOOPS 256
|
|
|
|
#define DEBUG_MODE 0
|