pret / agbcc

C compiler
104 stars 75 forks source link

Build ARM compiler #30

Closed camthesaxman closed 4 years ago

camthesaxman commented 4 years ago

A small amount of code in the librfu library in pokeemerald and pokefirered is C code compiled into ARM. The ARM version of agbcc is needed to compile this code.

I have put the ARM compiler in a separate directory. We should eventually merge the two directories together and simply select the ARM/THUMB compiler with Makefile targets and/or define flags.

rawr51919 commented 4 years ago

Hopefully this will eventually be done in a way that will allow the ARM section to be compiled into the ROM during the make process along with the Thumb code.