mirror of
https://github.com/n64decomp/sm64
synced 2026-04-23 15:43:53 +00:00
8 lines
99 B
C
8 lines
99 B
C
GLOBAL_ASM(
|
|
.rdata
|
|
.word 0x12345678
|
|
glabel blah
|
|
.word blah2
|
|
/*a*/ blah2: /*b*/ .word blah /*c*/
|
|
)
|