Quest
0
Q:

times db NASM

[labelName]	TIMES [constant] [dataSize]	value
EX:
arr1 TIMES	5 db 0h	;starting at OFFSET arr1 (including) we get:
0,0,0,0,0

(it's DUP for MASM, slightly diffrent syntax)
1

New to Communities?

Join the community