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