rename some things, use label to represent registers and stack. TBH I should just start converting to C instead...

Former-commit-id: 3b2958fdef7f2d0f6c84e7ac6eed0f2b9712987a [formerly 138e8cf5e23463405a08320a4cda47b98d1c75a7] [formerly 38c6570b65045da4c04e5cc88e5f0efc7d7f05c9 [formerly 79cd50092176535dda58fbdf49666098af601815]]
Former-commit-id: 625f781133b2de186fc3016adad32d8b5eb22186 [formerly 1e2ea85816ac011e066a1ec5e3a93e26dfe87921]
Former-commit-id: 369759e7672b829e8a6e0bb2fd8353300ab78c03
This commit is contained in:
Larry 2017-09-02 08:32:45 -05:00
parent 90783b7146
commit f9850effe2
2 changed files with 7 additions and 7 deletions

View File

@ -10,16 +10,16 @@
.include "src/header.s"
.section .c_data, "a"
.global Compressedrodata
Compressedrodata:
.global ROM_cdata_start
ROM_cdata_start:
# make a hole for when we compress .data segment
.space 0x11C00
.global Compressedrodata_end
Compressedrodata_end:
.global ROM_cdata_end
ROM_cdata_end:
#define here till i figure out better way to get rom address
.global rarezip_rom_start
rarezip_rom_start:
.global ROM_rarezip_start
ROM_rarezip_start:

View File

@ -1 +1 @@
e7eed48ece1fd0e0fefff651ff6dddf34fcfb9e9
ab30f17339271e7c1aabab867bea900828f3322a