mirror of
https://github.com/n64decomp/sm64.git
synced 2025-03-10 06:19:43 -04:00
10 lines
206 B
ArmAsm
10 lines
206 B
ArmAsm
![]() |
.include "macros.inc"
|
||
|
|
||
|
.section .bss
|
||
|
|
||
|
# There's a bunch of unused space here due to the align (~0x100 in JP, ~0x300 in US)
|
||
|
.balign 0x1000
|
||
|
|
||
|
glabel gGfxSPTaskOutputBuffer /* FIFO buffer */
|
||
|
.space 0x1F000
|