Update reference to logging.js
This commit is contained in:
parent
4ca192acff
commit
5f3d4ea22f
|
|
@ -1,4 +1,4 @@
|
||||||
const { logMemory, num2hex } = require('./print-memory.js');
|
const { logMemory, num2hex } = require('./logging.js');
|
||||||
const { INITIAL_IP_ADDRESS, START_OF_DISPLAY_MEM } = require('./machine.config.js');
|
const { INITIAL_IP_ADDRESS, START_OF_DISPLAY_MEM } = require('./machine.config.js');
|
||||||
|
|
||||||
// 1 = verbose
|
// 1 = verbose
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue