9 lines
64 B
NASM
9 lines
64 B
NASM
|
|
|
|
foo .REG (r1)
|
|
add foo,foo
|
|
|
|
bar .reg (r2)
|
|
add bar,foo
|
|
|
|
.END
|