Frank,
Thank you for replying. I did in fact do a disassemble of the binary in question. You are correct, a bunch of zeros.
So my question now is how would I go about writing the code that does the same as:
times 510-($-$$) db 0
by hand. I suspect you may see a theme with this post and the other one that you were kind enough to answer. I want to use as much Intel syntax as possible in my programs. I am doing this because I want to develop a deeper knowledge of how to program in assembly language without relying on the assembler to do the work for me. If I wanted that I would write in C.
Kind regards,
Scott