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