variables?

King Yung Hor (kingy@interchange.ubc.ca) Sun, 10 Dec 2000 23:59:50 -0800


From: King Yung Hor <kingy@interchange.ubc.ca>
Subject: variables?
Date: Sun, 10 Dec 2000 23:59:50 -0800

Hello, Is this the correct way of initializing a variable and then giving it a value? If I am wrong please correct me (I want to do this: int count = 4) mov ax, 4 mov count, ax .... count db 1 dup (?)