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

Function compileResults

compileExcelASM16.py:450–460  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

448 return
449
450def compileResults():
451 if (not(compiled)):
452 print(RED + "\tProgram could not be compiled" + ENDCOLOR)
453 else:
454 print("\tProgram compiled Successfully")
455 #print(output)
456 print("\tProgram length in words: " + str(getCurrentAddress()))
457 print("\tWriting to spreadsheet ROM...")
458 sendToSpreadsheet()
459 print("\tFinished in " + str(time.time()-startTime)[:6] + "s")
460 exit()
461
462if __name__ == "__main__":
463 startTime = time.time()

Callers 12

integerErrorFunction · 0.85
syntaxErrorFunction · 0.85
labelErrorFunction · 0.85
referenceNotFoundErrorFunction · 0.85
unrecognizedErrorFunction · 0.85
varSequenceErrorFunction · 0.85
varUseErrorFunction · 0.85
orgErrorFunction · 0.85
incResourceErrorFunction · 0.85
lengthErrorFunction · 0.85
compileASMFunction · 0.85

Calls 2

getCurrentAddressFunction · 0.85
sendToSpreadsheetFunction · 0.85

Tested by

no test coverage detected