This is an old revision of the document!
I'm using NASM to write my real mode code, and I use file extension “nasm” to separate them from other assembler files. This makes the build process able to automatically select the correct assembler.
Build: nasm mbr.nasm -f bin mbr.bin
Shove some NASM-code here...