LanHikari22 / C-ROM-Linker

This is a C ROM Linker that essentially takes a relocatable combined object file of a C project and injects all global variables and functions from the object file into the ROM file! You can compile and link your C project directly into a game ROM! This is currently only supporting the ARM7TDMI architecture.
1 stars 0 forks source link

Improving the ROM Linker report mechanic. #6

Open LanHikari22 opened 6 years ago

LanHikari22 commented 6 years ago

Report where variables are stored/ change format. Make the mechanism for reporting more versatile as its own module.