Wheefun I/O Library
0.0.5
Useful I/O Primitives.
|
Public Attributes | |
wfio_dos_uword_t | di |
Synonymous with the 8086's di register. | |
wfio_dos_uword_t | diHi |
The upper half of the edi register. | |
wfio_dos_uword_t | si |
Synonymous with the 8086's si register. | |
wfio_dos_uword_t | siHi |
The upper half of the esi register. | |
wfio_dos_uword_t | bp |
Synonymous with the 8086's bp register. | |
wfio_dos_uword_t | bpHi |
The upper half of the ebp register. | |
wfio_dos_udword_t | res |
Reserved by the system. | |
wfio_uint8_t | bl |
Synonymous with the 8086's bl register. | |
wfio_uint8_t | bh |
Synonymous with the 8086's bh register. | |
wfio_uint8_t | blHi |
Synonymous with the the third byte of the ebx register. | |
wfio_uint8_t | bhHi |
Synonymous with the the fourth byte of the ebx register. | |
wfio_uint8_t | dl |
Synonymous with the 8086's dl register. | |
wfio_uint8_t | dh |
Synonymous with the 8086's dh register. | |
wfio_uint8_t | dlHi |
Synonymous with the the third byte of the edx register. | |
wfio_uint8_t | dhHi |
Synonymous with the the fourth byte of the edx register. | |
wfio_uint8_t | cl |
Synonymous with the 8086's al register. | |
wfio_uint8_t | ch |
Synonymous with the 8086's ah register. | |
wfio_uint8_t | clHi |
Synonymous with the the third byte of the ecx register. | |
wfio_uint8_t | chHi |
Synonymous with the the fourth byte of the ecx register. | |
wfio_uint8_t | al |
Synonymous with the 8086's al register. | |
wfio_uint8_t | ah |
Synonymous with the 8086's ah register. | |
wfio_uint8_t | alHi |
Synonymous with the the third byte of the eax register. | |
wfio_uint8_t | ahHi |
Synonymous with the the fourth byte of the eax register. | |
wfio_dos_uword_t | flags |
Synonymous with the 8086's flags register. | |
wfio_dos_uword_t | es |
Synonymous with the 8086's es register. | |
wfio_dos_uword_t | ds |
Synonymous with the 8086's ds register. | |
wfio_dos_uword_t | fs |
Synonymous with the 80286's fs register. | |
wfio_dos_uword_t | gs |
Synonymous with the 80286's gs register. | |
wfio_dos_uword_t | ip |
Synonymous with the 8086's ip register. | |
wfio_dos_uword_t | cs |
Synonymous with the 8086's cs register. | |
wfio_dos_uword_t | sp |
Synonymous with the 8086's cs register. | |
wfio_dos_uword_t | ss |
Synonymous with the 8086's ss register. | |