Assignment 6, due Feb 28
Part of
the homework for 22C:122/55:132, Spring 2003
|
Always, on every assignment, please write your name legibly as it appears on your University ID and on the class list!
P->X[5] = 7on each of the following machines:
a) the IBM System 360.
b) the DEC PDP-11.
c) the DEC VAX.
Note that the emphasis of this problem is not on the assembly language of the machine, simple numeric answers, if they are correct, will be granted full credit; partial credit will depend on how effectively you document how you got your answers.
(Note: All PDP-8 models prior to 1975 or so were based on core memory, where all reads from core involved destructive read, and therefore, where the full memory cycle for a read involved read followed immediately by write; therefore, there was a memory data register to hold the value just read so it could be re-written, and the read-modify-write cycle of the ISZ instruction did took only a tiny amount of extra time compared to a normal read.)