You are on page 1of 1

Übung 5 zur Vorlesung "Rechnerarchitektur"

Aufgabe 1:

Explicitly allocate and initialize arrays A and B (using the .quad assembly directive in the .data
section) with 10 elements each. Then implement the operation B[8] = A[5-2]. Verify the correctness
of the implementation by printing the arrays A and B before and after the replacement of B[8].

Vorlesung Rechnerarchitektur WS 2022/23 Dr. P. Altevogt

You might also like