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

Function referenceNotFoundError

compileExcelASM16.py:35–37  ·  view source on GitHub ↗
(labelName)

Source from the content-addressed store, hash-verified

33 compileResults()
34
35def referenceNotFoundError(labelName):
36 print(RED + "\tReference to variable or label not found, " + str(labelName) + ENDCOLOR)
37 compileResults()
38
39def unrecognizedError(lineNumber):
40 print(RED + "\tUnrecognized Instruction, line " + str(lineNumber) + ENDCOLOR)

Callers 1

parseNumberFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected