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

Function labelError

compileExcelASM16.py:31–33  ·  view source on GitHub ↗
(lineNumber)

Source from the content-addressed store, hash-verified

29 compileResults()
30
31def labelError(lineNumber):
32 print(RED + "\tDouble label detected, line " + str(lineNumber) + ENDCOLOR)
33 compileResults()
34
35def referenceNotFoundError(labelName):
36 print(RED + "\tReference to variable or label not found, " + str(labelName) + ENDCOLOR)

Callers 1

parseLineFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected