mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-27 09:29:06 +08:00
8 lines
93 B
NASM
8 lines
93 B
NASM
|
bits 16
|
||
|
foo: a32 loop foo
|
||
|
bar: loop bar, ecx
|
||
|
|
||
|
bits 32
|
||
|
baz: a16 loop baz
|
||
|
qux: loop qux, cx
|