Files
Diddy-Kong-Racing/asm/get_stack_pointer.s
T
17fbd96b89 Some renames, and a few new ones. (#459)
* fix warns

* memory

* hehe

* name

* name

* yes

* Surpress bloaty warnings on matching builds

* Update game_ui.c

* label unused vi offset

* fix doubleword memcpy

* segment momento

* swap prefix since it'll be a bit more prominent

* Update src/save_data.c

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>

* rcp.c renamed

* renamed video.c

* some memory enums

* rename memory.c

* revert the interrupts name

* Update video.h

* Update README.md

* b

* clang formatto

* Update memory.c

---------

Co-authored-by: Ryan Myers <ryan.p.myers@gmail.com>
2025-02-14 18:40:55 +00:00

15 lines
330 B
ArmAsm

/* The comment below is needed for this file to be picked up by generate_ld */
/* RAM_POS: 0x800B7D10 */
.section .text
.include "macros.inc"
.set noat # allow manual use of $at
.set noreorder # dont insert nops after branches
.set gp=64 # 64-bit instructions are used
glabel stack_pointer
jr $ra
move $v0, $sp