Made CPU_Push/Pop accessable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1081
This commit is contained in:
parent
3b0f6bfda8
commit
bd1512749f
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ bool CPU_SetSegGeneral(SegNames seg,Bitu value);
|
|||
void CPU_CPUID(void);
|
||||
void CPU_HLT(void);
|
||||
|
||||
Bitu CPU_Pop16(void);
|
||||
Bitu CPU_Pop32(void);
|
||||
void CPU_Push16(Bitu value);
|
||||
void CPU_Push32(Bitu value);
|
||||
|
||||
//Flag Handling
|
||||
Bitu get_CF(void);
|
||||
Bitu get_AF(void);
|
||||
|
|
Loading…
Add table
Reference in a new issue