Bootsector program for printing register values Small program written in x86 NASM for bootsector that prints out default values of registers To compile nasm -f bin -o boot.bin main.asm