some MSL_C work (#192)

* wip

* bunch of MSL_C files

thanks to pikmin2 decomp for their work

* format / asm

* progress

* fix

* fix remove-asm to work with C files

* init / start
This commit is contained in:
TakaRikka
2022-04-24 13:02:50 +02:00
committed by GitHub
parent a1099217d6
commit 589cc12296
154 changed files with 2388 additions and 3088 deletions
@@ -11,22 +11,22 @@
// Forward References:
//
extern "C" void __num2dec();
extern "C" void __num2dec_internal();
extern "C" void __two_exp();
extern "C" void __timesdec();
extern "C" extern char const* const MSL_Common_Embedded_Src_ansi_fp__stringBase0;
void __num2dec();
void __num2dec_internal();
void __two_exp();
void __timesdec();
extern char const* const MSL_Common_Embedded_Src_ansi_fp__stringBase0;
//
// External References:
//
extern "C" void __div2u();
extern "C" void __mod2u();
extern "C" void __cvt_dbl_usll();
extern "C" void frexp();
extern "C" void ldexp();
extern "C" void modf();
void __div2u();
void __mod2u();
void __cvt_dbl_usll();
void frexp();
void ldexp();
void modf();
//
// Declarations: