Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I'm suppose to fetch a value N (single-byte) from memory position 104H, add it to 25 and save the result in DL. I am required to enter the N value in position 104H. I can't use a mov instruction or any other instruction to put a value there either.
Posted
Comments
Frankie-C 29-Mar-15 17:38pm    
There are always ways to do it...
Think about stack... or dereferenced addressing, or ...
Richard MacCutchan 30-Mar-15 3:51am    
Is this actual programming, or are you just supposed to write the set of logical steps required?
TrevonH 30-Mar-15 10:27am    
It's an actual program
Richard MacCutchan 30-Mar-15 10:43am    
In what language?
TrevonH 30-Mar-15 11:13am    
Intel x86

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900