1
0
Fork 0

CPUID Instruction

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@936
This commit is contained in:
Sjoerd van der Berg 2003-04-16 16:34:37 +00:00
parent df814b12ce
commit 2639d29db8
5 changed files with 30 additions and 4 deletions

View file

@ -96,6 +96,9 @@ bool Interrupt(Bitu num);
bool CPU_IRET(bool use32);
bool CPU_SetSegGeneral(SegNames seg,Bitu value);
void CPU_CPUID(void);
//Flag Handling
Bitu get_CF(void);
Bitu get_AF(void);