Added VERR and VERW
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@977
This commit is contained in:
parent
06ab2d99bb
commit
82c7fc4021
2 changed files with 63 additions and 2 deletions
|
@ -90,6 +90,9 @@ Bitu CPU_GET_CRX(Bitu cr);
|
|||
void CPU_SMSW(Bitu & word);
|
||||
bool CPU_LMSW(Bitu word);
|
||||
|
||||
void CPU_VERR(Bitu selector);
|
||||
void CPU_VERW(Bitu selector);
|
||||
|
||||
bool CPU_JMP(bool use32,Bitu selector,Bitu offset);
|
||||
bool CPU_CALL(bool use32,Bitu selector,Bitu offset);
|
||||
bool CPU_RET(bool use32,Bitu bytes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue