We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
brew install binutils
gobjdump
ソースの先頭に下記の記述を追加すればok
.intel_syntax noprefix
hello.s
hello.o
hello.bin
.code16
gcc -c -Wall -o hello.o hello.s gobjcopy --only-section=.text --output-target binary hello.o hello.bin