I am developing an operating system. As from the references, I have to enter to 32 bit protected mode from 16 bit real mode. In the step, its use an instruction as:
bits 32
But my assembler says that is illegal it also use instruction like:
org 0x7c00
some tutorials use [bits 32]
. But I use both, but no luck.
I googled this, but this time it messed up
So any guiding would be helpful.
Thanks