Unusuallythings
Newbie level 1
- Joined
- Feb 23, 2014
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 8
Hi Everyone ,
ADD,SUBT,MULT,DIV,LD, and MOV are the only operations supported.
the input for writing to the memory should be (memory address, value):ex 200, LD A, 1100 Should place the instruction LD A, 1100 to memory location 200.
the last input should be (CAR, memory address) which should write the memory address command address register.
i am trying to write this program but it's really hard for me.
ADD,SUBT,MULT,DIV,LD, and MOV are the only operations supported.
the input for writing to the memory should be (memory address, value):ex 200, LD A, 1100 Should place the instruction LD A, 1100 to memory location 200.
the last input should be (CAR, memory address) which should write the memory address command address register.
i am trying to write this program but it's really hard for me.