RosettaCodeData/Task/A+B/ARM-Assembly/a+b-3.arm
2023-07-01 13:44:08 -04:00

2 lines
33 B
Text

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