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

Function lengthError

compileExcelASM16.py:59–61  ·  view source on GitHub ↗
(exceededWords)

Source from the content-addressed store, hash-verified

57 compileResults()
58
59def lengthError(exceededWords):
60 print(RED + "\tProgram length exceeds available RAM by " + str(exceededWords) + " words" + ENDCOLOR)
61 compileResults()
62
63def ROMbookError():
64 print(RED + "\tCould not save to specified workbook, make sure the file is closed and try again" + ENDCOLOR)

Callers 1

parseProgramFunction · 0.85

Calls 1

compileResultsFunction · 0.85

Tested by

no test coverage detected