We have a bootloader, and we have a program, the program is asserting 0 to register RAX. After that with DIV command, divides the register RAX by himself.
And of course bootloader loads the program.
I know any assembler give an error in this status, but the program is raw binary. So we can easily write this program with a hex editor because of the program consisting from only 2 instructions.
What happens in this status?