summaryrefslogtreecommitdiff
path: root/test/macroerr.asm
diff options
context:
space:
mode:
Diffstat (limited to 'test/macroerr.asm')
-rw-r--r--test/macroerr.asm11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/macroerr.asm b/test/macroerr.asm
new file mode 100644
index 00000000..5f1c93e2
--- /dev/null
+++ b/test/macroerr.asm
@@ -0,0 +1,11 @@
+%include "macroerr.inc"
+
+%macro bluttan 1
+ mov eax,%1
+%endmacro
+
+ bluttan ptr
+ blej ptr
+ dd ptr, ptr
+
+ptr: