mirror of
https://github.com/pmret/papermario.git
synced 2024-11-18 08:52:40 +01:00
b171712e0e
* match libultra ique pt 1 * add sgidefs.h to include/gcc * recvmesg match + _getcount * add elfpatch.py for those compiled with -mips3 * pt 2 * os/setthreadpri(.data) -> os/thread * os thread matches * os timer matches * pt 4 (erm... 3?) * vitbl * os pi matches * pt. uhmmmm, i've lost track... * os pfs matches * replace elfpatch.py * pt. just forget it... * outsource from ultralib ique branch * . * . 2 * final blow * add egcs compiler to Jenkinsfile * fix errors from CI * minor changes as requested
33 lines
1.4 KiB
ArmAsm
33 lines
1.4 KiB
ArmAsm
.include "macro.inc"
|
|
|
|
/* assembler directives */
|
|
.set noat /* allow manual use of $at */
|
|
.set noreorder /* don't insert nops after branches */
|
|
.set gp=64 /* allow use of 64-bit general purpose registers */
|
|
|
|
.section .text, "ax"
|
|
|
|
/* Generated by spimdisasm 1.11.1 */
|
|
|
|
glabel guTranslateF
|
|
/* 412A0 80065EA0 3C083F80 */ lui $t0, (0x3F800000 >> 16)
|
|
/* 412A4 80065EA4 AC880000 */ sw $t0, 0x0($a0)
|
|
/* 412A8 80065EA8 AC800004 */ sw $zero, 0x4($a0)
|
|
/* 412AC 80065EAC AC800008 */ sw $zero, 0x8($a0)
|
|
/* 412B0 80065EB0 AC80000C */ sw $zero, 0xC($a0)
|
|
/* 412B4 80065EB4 AC800010 */ sw $zero, 0x10($a0)
|
|
/* 412B8 80065EB8 AC880014 */ sw $t0, 0x14($a0)
|
|
/* 412BC 80065EBC AC800018 */ sw $zero, 0x18($a0)
|
|
/* 412C0 80065EC0 AC80001C */ sw $zero, 0x1C($a0)
|
|
/* 412C4 80065EC4 AC800020 */ sw $zero, 0x20($a0)
|
|
/* 412C8 80065EC8 AC800024 */ sw $zero, 0x24($a0)
|
|
/* 412CC 80065ECC AC880028 */ sw $t0, 0x28($a0)
|
|
/* 412D0 80065ED0 AC80002C */ sw $zero, 0x2C($a0)
|
|
/* 412D4 80065ED4 AC850030 */ sw $a1, 0x30($a0)
|
|
/* 412D8 80065ED8 AC860034 */ sw $a2, 0x34($a0)
|
|
/* 412DC 80065EDC AC870038 */ sw $a3, 0x38($a0)
|
|
/* 412E0 80065EE0 03E00008 */ jr $ra
|
|
/* 412E4 80065EE4 AC88003C */ sw $t0, 0x3C($a0)
|
|
/* 412E8 80065EE8 00000000 */ nop
|
|
/* 412EC 80065EEC 00000000 */ nop
|