Clean up slidec a bit

This commit is contained in:
CrashOveride95
2021-01-10 09:41:39 -05:00
parent d15c2d494d
commit ba58de803a

View File

@@ -7,13 +7,16 @@
first argument is top address of compress data.(align 4)
next argument is top address of decompress.
*/
# assembler directives
.set noat # allow manual use of $at
.set gp=64
.include "macros.inc"
.align 4
.align 4
.text
glabel slidstart
.text
.globl slidstart
.ent slidstart
.set reorder
/* ===== START! ===== */
slidstart: lw $24,4($4) ## R24=Output size
lw $7,8($4)