RosettaCodeData/Task/A+B/ARM-Assembly/a+b-3.arm
2020-02-17 23:21:07 -08:00

2 lines
33 B
Text

as -o ab.o ab.S
ld -o a.out ab.o