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

Function pointers to project-defined functions don't work #2

Open LanHikari22 opened 6 years ago