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

Function varUseError

compileExcelASM16.py:47–49  ·  view source on GitHub ↗
(varName)

Source from the content-addressed store, hash-verified

45 compileResults()
46
47def varUseError(varName):
48 print(RED + "\tVariable cannot be used like label, var: " + str(lineNumber) + ENDCOLOR)
49 compileResults()
50
51def orgError(lineNumber):
52 print(RED + "\tProgram Count exceeds target address, line " + str(lineNumber) + ENDCOLOR)

Callers 1

getLocationOfLabelFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected