#pragma once enum { MAX_LABEL_LEN = 15, MAX_OP_LEN = 10, MAX_IDENT_LEN = 15, MAX_TMP_LEN = 80, INIT_NOF_LABELS = 4, DEFAULT_MEMORY_SIZE = 256 };