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