-
DAES
-
Lehre
-
Teaching Software
-
Ravi
-
Documentation
-
Pipline
Content of the instruction and data Memory Unit
0100000100000 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 0000000000 [...] 000001 sw $5, 1($7) 9 36 00000000001010110101000000100110 xor $10, $1, $11 10 40 00010000001001010000000000001000 beq $1, $5, label1 11 44 00100000010010000000000000000001 addi $8, $2, 1 12 48 0001000 [...] beq $1, $7, label2 13 52 00000000100000010001000000100010 label1: sub $2, $4, $1 14 56 00010000001001010000000000001000 beq $1, $5, label3 15 60 00000000001001110011000000100100 label2: and $6, $1, $7 16 …