Files
Derek Hensley 61a38830b9 Spimdisasm update (#243)
* 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
2025-09-04 17:56:01 -07:00

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