Thread
:
[SOLVED] in x86 assembly programing language how do you read a number and place it in
View Single Post
#
2
(
permalink
)
06-10-2007, 05:38 PM
Martin G.
Posts: n/a
One question:
Read from where?
Placing a value in a register is easy
mov reg, mem
example:
mov ax,40h (moves 40h to AX register)
pls. detail your question.
M.
__________________
Martin G.