You've already forked ultrasm64-2
mirror of
https://github.com/HackerN64/ultrasm64-2.git
synced 2026-01-21 10:38:08 -08:00
7 lines
191 B
C
7 lines
191 B
C
const char before[] = "^";
|
|
GLOBAL_ASM(
|
|
.rdata
|
|
.asciz "aaaa /* bbbb */ # cccc", /**//**//**//**/ /*/ "xxxx" /*/ /* dddd " eeee */ "# ffff" # gggg "hhhh" /* iiii */
|
|
)
|
|
const char after[] = "$";
|