sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

label-sameline.c (99B)


      1 GLOBAL_ASM(
      2 .rdata
      3 .word 0x12345678
      4 glabel blah
      5 .word blah2
      6  /*a*/ blah2: /*b*/ .word blah /*c*/
      7 )