How to print text during assembly in gnu assembler?

时间:2019-02-21 04:59:38

标签: gcc assembly gnu

For example, I want to know how many bytes are alloted for certain instructions without running the output file.

start:
movl $0,%eax;movl $0,%ebx
end:

.print end-start

0 个答案:

没有答案