mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
61a38830b9
* git subrepo pull tools/asm-processor subrepo: subdir: "tools/asm-processor" merged: "5c3984fc" upstream: origin: "git@github.com:simonlindholm/asm-processor.git" branch: "main" commit: "5c3984fc" git-subrepo: version: "0.4.9" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "ea10886" * Fix things needed for new spimdisasm release
9 lines
245 B
C
9 lines
245 B
C
GLOBAL_ASM("tests/include_file_1.s")
|
|
#pragma GLOBAL_ASM("tests/include_file_2.s")
|
|
INCLUDE_ASM("tests", include_file_3);
|
|
INCLUDE_RODATA("tests/", include_file_4);
|
|
#if 0
|
|
GLOBAL_ASM("tests/nonexisting.s");
|
|
INCLUDE_ASM("tests", nonexisting);
|
|
#endif
|