10 lines
67 B
NASM
10 lines
67 B
NASM
|
.data
|
||
|
a:
|
||
|
10
|
||
|
b:
|
||
|
20
|
||
|
.text
|
||
|
main:
|
||
|
load %x0, $a, %x4
|
||
|
end
|