标签: 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