hello,
i wrote a program for tasm in a 16 bit version. i use lot of jump commands, so that the jumps are out of range for a 286 cpu.
so i replace it to 386. but now the data segment cant initialisized, i think.the errormassage is: "instruction can be compacted with override" and if i use a variable from the datasegment: "offset or pointer is 32-bit"
i thougt that the adressing is the same but it doesnt work.
is it possible to use 32bit in real dos mode (ms-dos 6)?
at least i use of course an 486 computer
thanks for the fast help
Scorpie