- #1
twoski
- 181
- 2
Homework Statement
This question is being done using MARIE.
Suppose initially AC = 1000, M[200] = FFFF, PC = 100. Trace the fetch execute (instruction) cycle of the following sequence of MARIE instructions using Register transfer notation (similar to Figure 4.14 of your text).
Load 200 //PC = 100 here
Add 200
Jns 300
The Attempt at a Solution
I am using the same notation as my book.
The problem is, in the textbook program the hex contents of memory is listed for 100,101,102... etc. In my program, i am only told that M[200] = FFFF. What happens when i try to access M[101]? Is it just zeroes? Am i right in assuming that?