coa-lab/assignment-2/supporting_files/test_cases/1.asm

10 lines
58 B
NASM
Executable File

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