I have two data in the program. One is 97 and one is 05. I would like to put 05 into the address 97. How can I write in the Little Man's computer.
Thanks!:love:
8 replies to this topic
#1
Posted 19 October 2009 - 10:00 AM
|
|
|
#2
Posted 19 October 2009 - 05:57 PM
...little mans computer...?
What assembler?
What assembler?
#3
Posted 20 October 2009 - 12:43 AM
I meant how to put the data 5 into the address 97 using Little Man's Computer Program as shown below:
91 DAT 97
92 DAT 05
After executing, the value 05 in address 92 will put into the adddress 97
Can you help me to solve this program?
91 DAT 97
92 DAT 05
After executing, the value 05 in address 92 will put into the adddress 97
Can you help me to solve this program?
#4
Posted 20 October 2009 - 08:13 AM
What is "Little Man's Computer Program"?
#5
Posted 21 October 2009 - 07:20 PM
Little man computer - Wikipedia, the free encyclopedia
It's a computer model developed in 65 and is now used to teach mechine theory.
It's a computer model developed in 65 and is now used to teach mechine theory.
#6
Posted 22 October 2009 - 12:08 AM
Wait...it looks like you've already solved your problem. What's your question?
sudo rm -rf /
#7
Posted 22 October 2009 - 12:16 AM
You can just treat as a Assembly Language to do:
Let me post the question again:
We have two data
90 DAT 05
91 DAT 97
How can I store value 5 into the address(value) that I store in 91(97)?:D
Let me post the question again:
We have two data
90 DAT 05
91 DAT 97
How can I store value 5 into the address(value) that I store in 91(97)?:D
#8
Posted 22 October 2009 - 12:18 AM
Load from address 90 into the accumulator, then store from the accumulator into address 91.
sudo rm -rf /
#9
Posted 28 October 2009 - 11:47 PM
it is useful. Thanks so much
Edited by Jaan, 29 October 2009 - 01:57 AM.
No advertising
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









