summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChang S. Bae <chang.seok.bae@intel.com>2020-04-21 21:35:54 +0000
committerChang S. Bae <chang.seok.bae@intel.com>2020-04-21 21:35:54 +0000
commit5f8d0ec1f6487fb7a2520b1c81292f2242acb01c (patch)
treec0e72a380bb19e8427954289eaa97e6a53e4cde0
parent057b832f45daca2d2260f0e914f565252271b69f (diff)
downloadnasm-5f8d0ec1f6487fb7a2520b1c81292f2242acb01c.tar.gz
test: Add BR3392660
Suggested-by: C. Masloch <pushbx@ulukai.org> Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392660 Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
-rw-r--r--test/br3392660.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/br3392660.asm b/test/br3392660.asm
new file mode 100644
index 00000000..737fb616
--- /dev/null
+++ b/test/br3392660.asm
@@ -0,0 +1,9 @@
+%macro coreloop 1
+ .count_%+1:
+ .no_run_before_%+1:
+ .broken_run_before_%-1:
+%endmacro
+
+label:
+ coreloop z
+ coreloop nz