coa-lab/assignment-2/supporting_files/submissions/src/1.asm

10 lines
67 B
NASM

.data
a:
10
b:
20
.text
main:
load %x0, $a, %x4
end