Files
tp/libs/MSL_C/MSL_Common/Src/arith.c
T
TakaRikka 589cc12296 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
2022-04-24 13:02:50 +02:00

44 lines
750 B
C

//
// Generated By: dol2asm
// Translation Unit: MSL_Common/Src/arith
//
#include "MSL_C/MSL_Common/Src/arith.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void div();
void abs();
//
// External References:
//
//
// Declarations:
//
/* 80365078-803650D0 35F9B8 0058+00 0/0 1/1 0/0 .text div */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void div() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/arith/div.s"
}
#pragma pop
/* 803650D0-803650E0 35FA10 0010+00 0/0 66/66 225/225 .text abs */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void abs() {
nofralloc
#include "asm/MSL_C/MSL_Common/Src/arith/abs.s"
}
#pragma pop