mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
dump size for easy debug
This commit is contained in:
parent
1753fda0e0
commit
696209f100
@ -37,7 +37,7 @@ codeSize = int(text[2], 16)
|
||||
codeStart = int(text[3], 16)
|
||||
codeEnd = codeSize + codeStart
|
||||
|
||||
print("CODE: "+str(codeStart)+" -> "+str(codeEnd));
|
||||
print("CODE: "+str(codeStart)+" -> "+str(codeEnd)+" ("+str(codeSize)+" bytes)");
|
||||
|
||||
if codeEnd<storageStart and codeStart<storageStart:
|
||||
print("Code area Fits before Storage Area")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user