VOGONS


First post, by kekko

User metadata
Rank Oldbie
Rank
Oldbie

some days ago I tried to run norton sysinfo on emulated
system and discovered that the program calls instruction
ffh 07h (two-byte opcode in group 5)
that is officially unsupported by intel.
of course the program crashes!
Does anyone knows which instruction is it?
Is there a way to understand and implement it
studying the execution of the opcode on a true cpu?
thanks!

Reply 3 of 3, by wd

User metadata
Rank DOSBox Author
Rank
DOSBox Author

> that is officially unsupported by intel
Where did you get that from? It's a standard INC,
just look at the address harekiet mentioned.

I guess you are mislead by the dosbox output
GRP5:Illegal Call 7 which is not 0xff 0x07.
It occurs when the program flow gets wrong, in
this case a zero pointer from int21/65 i think.

wd