module.exports = {
"POINTER_TO_START_OF_DISPLAY_MEM": 32,
"POINTER_TO_START_OF_KEYPAD_MEM": 33,
"INITIAL_IP_ADDRESS": 48,
// max number of times to step the CPU,
// to stop endless loops
// 0 = infinite
"CYCLE_LIMIT": 128,
}