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

Function getCurrentAddress

compileExcelASM16.py:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 return [label, operations]
69
70def getCurrentAddress():
71 address = len(data)
72 for operations in program:
73 address = address + len(operations[1])
74 return address
75
76def getLocationOfLabel(labelName):
77 location = 0

Callers 2

encodeFunction · 0.85
compileResultsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected