mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
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>
This commit is contained in:
parent
057b832f45
commit
5f8d0ec1f6
9
test/br3392660.asm
Normal file
9
test/br3392660.asm
Normal file
@ -0,0 +1,9 @@
|
||||
%macro coreloop 1
|
||||
.count_%+1:
|
||||
.no_run_before_%+1:
|
||||
.broken_run_before_%-1:
|
||||
%endmacro
|
||||
|
||||
label:
|
||||
coreloop z
|
||||
coreloop nz
|
Loading…
x
Reference in New Issue
Block a user