-
DAES
-
Lehre
-
Teaching Software
-
Ravi
-
Documentation
-
Pipline
Content of the instruction and data Memory Unit
0000 add $1, $3, $8 1 4 00000000100000010001000000100010 sub $2, $4, $1 2 8 00000000001001110011000000100100 and $6, $1, $7 3 12 00000000001010010100000000100101 or $8, $1, $9 4 16 0000000000101001010 [...] 00010000001001010000000000001000 beq $1, $5, label4 24 96 00100000010010000000000000000001 addi $8, $2, 1 25 100 00000000011010000000100000100000 label4: add $1, $3, $8 ... Default Content of the Data Memory [...] $1, $9 5 20 10001100110000010000000000000000 lw $0, 0($6) 6 24 00000000101000010010000000100010 sub $4, $5, $1 7 28 00000000001001110011000000100100 and $6, $1, $7 8 32 10101100111001010000000000000001 sw …