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

Function orgError

compileExcelASM16.py:51–53  ·  view source on GitHub ↗
(lineNumber)

Source from the content-addressed store, hash-verified

49 compileResults()
50
51def orgError(lineNumber):
52 print(RED + "\tProgram Count exceeds target address, line " + str(lineNumber) + ENDCOLOR)
53 compileResults()
54
55def incResourceError(resourceName, lineNumber):
56 print(RED + "\tResource " + resourceName + " could not be found, line " + str(lineNumber) + ENDCOLOR)

Callers 1

encodeFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected