diff options
Diffstat (limited to 'tools/asm-processor/tests/custom-prelude.c')
| -rw-r--r-- | tools/asm-processor/tests/custom-prelude.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/asm-processor/tests/custom-prelude.c b/tools/asm-processor/tests/custom-prelude.c new file mode 100644 index 0000000..1b057d5 --- /dev/null +++ b/tools/asm-processor/tests/custom-prelude.c @@ -0,0 +1,17 @@ +// COMPILE-FLAGS: -O2 +// ASMP-FLAGS: --asm-prelude tests/custom-prelude.s + +GLOBAL_ASM( +glabel foo +nop +nop +nop +nop +nop +nop +nop +nop +nop +nop +endlabel foo +) |
