as -o test.o test.s
ld -s -Ttext 0 --oformat binary -o test test.o
or
as -o test.o test.s
objcopy -O binary test.o test
Using as
Documentation for binutils 2.19
Various things that I read and meet everyday.
as -o test.o test.s
ld -s -Ttext 0 --oformat binary -o test test.o
as -o test.o test.s
objcopy -O binary test.o test
0 件のコメント:
コメントを投稿