summaryrefslogtreecommitdiff
path: root/test/note.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/note.asm')
-rw-r--r--test/note.asm23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/note.asm b/test/note.asm
new file mode 100644
index 00000000..c1ba2bb6
--- /dev/null
+++ b/test/note.asm
@@ -0,0 +1,23 @@
+ bits 32
+%define bluttan 66h
+foo:
+ db bluttan
+%warning "bluttan" = bluttan
+ db 67h
+ db 60000,60000
+%note "bluttan" = bluttan
+ nop
+
+%macro warnalot 0.nolist
+ db 60000,60000
+ db 60000,60000
+%endmacro
+
+ warnalot
+
+%macro warnalotl 0
+ db 60000,60000
+ db 60000,60000
+%endmacro
+
+ warnalotl