mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-07 17:46:58 +08:00
7 lines
85 B
NASM
7 lines
85 B
NASM
|
; line 1
|
||
|
%rep 3 ; line 2
|
||
|
; line 3
|
||
|
db 26h ; line 4
|
||
|
%endrep ; line 5
|
||
|
; line 6
|