I created one variable that stores a 16 bit variable, and I'm tring to store the upper half in an 8 bit variable. How do I do this?
EDIT: its for the IA-32, and I don't think i can use registers
EDIT2: I am allowed to use registers.
I created one variable that stores a 16 bit variable, and I'm tring to store the upper half in an 8 bit variable. How do I do this?
EDIT: its for the IA-32, and I don't think i can use registers
EDIT2: I am allowed to use registers.