[BITS 16] in real mode
Posted: Mon Jun 23, 2025 9:06 pm
Do I have to write [BITS 16] at the beginning of the assembly code because in real mode all the registers in the CPU are only 16-bit, and also so that NASM compiles the code as 16-bit only? Is that correct?