MCPcopy Index your code
hub / github.com/InkboxSoftware/excelCPU / unrecognizedError

Function unrecognizedError

compileExcelASM16.py:39–41  ·  view source on GitHub ↗
(lineNumber)

Source from the content-addressed store, hash-verified

37 compileResults()
38
39def unrecognizedError(lineNumber):
40 print(RED + "\tUnrecognized Instruction, line " + str(lineNumber) + ENDCOLOR)
41 compileResults()
42
43def varSequenceError(lineNumber):
44 print(RED + "\tVariables must be defined before program code, line " + str(lineNumber) + ENDCOLOR)

Callers 1

encodeFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected