Entdecken Sie eBooks
Kategorien
Entdecken Sie Hörbücher
Kategorien
Entdecken Sie Zeitschriften
Kategorien
Entdecken Sie Dokumente
Kategorien
Tutorium Rechnerorganisation
Tutorium 17 | Wintersemester 2021/2022
Raphael Abels | 26.11.2021
Grundsätzlich:
„ u “ = unsigned /without overflow
„ i “ = immediate (Konstante)
add t1, t2, t3 / addi t1, t2, imm #Addition
div t1, t2, t3 / rem t1, t2, t3 #Division
neg t1, t2 #Negation, Pseudo