can someone explain what means this line, or provide with source where it is described:
bufor times 400h DB 0
i know that “bufor” it is name. What is “times” and for what are used for?
It is not the same as stack segment, or it is?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
“times” is a macro that repeats command. Your line means “Point Bufor to array of 400h (or 1024) zero bytes”.
Here is the example: http://www.nasm.us/doc/nasmdoc3.html at 3.2.5 section