mirror of
https://github.com/zeldaret/oot
synced 2026-07-10 23:12:08 -04:00
Properly align asm & data (+ minor fixes) (#165)
* Add .align 4 directives to all data/ files (+ minor alignment fixes) * Use .balign for everything and fix typo
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
# 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 purposee registers
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.align 4
|
||||
.balign 16
|
||||
|
||||
glabel D_80149420
|
||||
.asciz "SUPERDMA"
|
||||
@@ -52,7 +52,7 @@ glabel D_80149484
|
||||
glabel D_80149488
|
||||
.float 16.713
|
||||
|
||||
.align 4 # file split?
|
||||
.balign 16 # file split?
|
||||
|
||||
glabel jtbl_80149490
|
||||
.word L800E58AC
|
||||
|
||||
Reference in New Issue
Block a user