Remove syntax reference - it's in the readme now

This commit is contained in:
n loewen 2023-08-02 10:27:06 +01:00
parent 342b1b07d4
commit c732f4408f
1 changed files with 0 additions and 10 deletions

View File

@ -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');
// 1 = verbose