File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2301,17 +2301,6 @@ def emit_end():
23012301 output = []
23022302 output .extend (AT_END )
23032303
2304- # if REQUIRES.intersection(MEMINITS) or '__MEM_INIT' in INITS:
2305- # output.append(OPTIONS.heap_start_label + ':')
2306- # output.append('; Defines DATA END\n' + 'ZXBASIC_USER_DATA_END EQU ZXBASIC_MEM_HEAP + ZXBASIC_HEAP_SIZE')
2307- # else:
2308- # output.append('; Defines DATA END --> HEAP size is 0\n' + 'ZXBASIC_USER_DATA_END:')
2309- #
2310- # output.append('; Defines USER DATA Length in bytes\n' +
2311- # 'ZXBASIC_USER_DATA_LEN EQU ZXBASIC_USER_DATA_END - ZXBASIC_USER_DATA')
2312- # output.append('.__LABEL__.ZXBASIC_USER_DATA_LEN EQU ZXBASIC_USER_DATA_LEN')
2313- # output.append('.__LABEL__.ZXBASIC_USER_DATA EQU ZXBASIC_USER_DATA')
2314-
23152304 if OPTIONS .autorun :
23162305 output .append ('END %s' % START_LABEL )
23172306 else :
You can’t perform that action at this time.
0 commit comments