> Am 30.06.2024 um 23:04 schrieb Bernd Böckmann via Freedos-devel 
> <freedos-devel@lists.sourceforge.net>:
> 
> But is the override prefix valid at this point, and does this work on all 
> common CPUs? Intel documentation is silent about this.

To partially give the answer to the question by myself: using the override 
prefix is valid at least for the 386 and later, as it is documented in the 386 
programmers manual (and in [1]). But it is not documented in the 8086 / 286 
programmers manuals. At least not in the instruction description. It is 
probably only undocumented for these CPUs?

I found a way to tell JWasm to encode the override prefix:  XLAT CS:0. The 
memory location is ignored apart from the prefix.

[1] https://www.felixcloutier.com/x86/xlat:xlatb



_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to