Remove syntax reference - it's in the readme now
This commit is contained in:
parent
342b1b07d4
commit
c732f4408f
10
assembler.js
10
assembler.js
|
|
@ -1,13 +1,3 @@
|
||||||
// Syntax:
|
|
||||||
// ADD $01 ; comments follow a `;`
|
|
||||||
// ADD $FF ; this is direct addressing
|
|
||||||
// ADD ($CC) ; this is indirect addressing
|
|
||||||
// END ; END, CFC, and CHP don't require arguments
|
|
||||||
// ; (a default value of 0 will be used as their operand)
|
|
||||||
//
|
|
||||||
// @label ; create a label
|
|
||||||
// JMP @label ; reference a label
|
|
||||||
|
|
||||||
const printMemory = require('./print-memory.js');
|
const printMemory = require('./print-memory.js');
|
||||||
|
|
||||||
// 1 = verbose
|
// 1 = verbose
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue