Add .data and .rodata sections to generated assembly. Add Overlay .rodata splits. (#18)

This commit is contained in:
Rozelette
2020-09-16 20:33:34 -05:00
committed by GitHub
parent ec912054da
commit 88e5dbbb7a
5 changed files with 2556 additions and 1399 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if __name__ == '__main__':
writing = False
lines = f.readlines()
for line in lines:
if line.startswith('glabel') and not line.startswith('glabel .L'):
if line.startswith('glabel') and not line.startswith('glabel L80'):
if current_file != None:
current_file.close()
func_name = line.split()[1]