papermario/ver/jp/asm/os/__osRestoreInt.s
Marijn van der Werf 0d70e3ecac
Build main segment in JP (#939)
* Remove JP dump

* Add new JP dump

* Fix sort_symbol_addrs to only look at one version

* Deduplicate and sort symbol_addrs

* Clean up JP rom if conditions

* Use /current dir for diffing

* Fix state_step_logos

* Add todo comments for unsplitted segments

* Fix draw_merlee_message

* rename background_gfx

* Fix background_gfx

* Fix JP build

* Set unused data offsets to auto
2023-02-17 11:06:56 +09:00

22 lines
714 B
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 */
# Handwritten function
glabel __osRestoreInt
/* 467B0 8006B3B0 40086000 */ mfc0 $t0, $12 # handwritten instruction
/* 467B4 8006B3B4 01044025 */ or $t0, $t0, $a0
/* 467B8 8006B3B8 40886000 */ mtc0 $t0, $12 # handwritten instruction
/* 467BC 8006B3BC 00000000 */ nop
/* 467C0 8006B3C0 00000000 */ nop
/* 467C4 8006B3C4 03E00008 */ jr $ra
/* 467C8 8006B3C8 00000000 */ nop
/* 467CC 8006B3CC 00000000 */ nop