水曜日, 4月 29, 2009

让gas汇编器输出纯粹机器指令?

让gas汇编器输出纯粹机器指令?


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

    0 件のコメント: