mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
733cbb3197
Using hidden files are rather antisocial, and rather pointless in this particular context. Change .stdout and .stderr to simply stdout and stderr. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
10 lines
273 B
NASM
10 lines
273 B
NASM
;Testname=unoptimized; Arguments=-O0 -fbin -oa32offs.bin; Files=a32offs.bin stdout stderr
|
|
;Testname=optimized; Arguments=-Ox -fbin -oa32offs.bin; Files=a32offs.bin stdout stderr
|
|
bits 16
|
|
foo: a32 loop foo
|
|
bar: loop bar, ecx
|
|
|
|
bits 32
|
|
baz: a16 loop baz
|
|
qux: loop qux, cx
|