mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-27 08:10:07 +08:00
5f8d0ec1f6
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>
10 lines
135 B
NASM
10 lines
135 B
NASM
%macro coreloop 1
|
|
.count_%+1:
|
|
.no_run_before_%+1:
|
|
.broken_run_before_%-1:
|
|
%endmacro
|
|
|
|
label:
|
|
coreloop z
|
|
coreloop nz
|