Hi, all.
Can anybody tell the different between the DOS 16-bit
version and the DJGPP version of NASM? Because, if I
want to make "jmp 0x1234:0x56789abc" in DOS version,
the compiler says:
error: invalid combination of opcode and operands
But it was successful in DJGPP. Why?
Thanks a lot
Can anybody tell the different between the DOS 16-bit
version and the DJGPP version of NASM? Because, if I
want to make "jmp 0x1234:0x56789abc" in DOS version,
the compiler says:
error: invalid combination of opcode and operands
But it was successful in DJGPP. Why?
Thanks a lot