x86.h

Contains the definitions of various architecture-specific functions

Author

Marcel Sondaar

License

Public Domain

Defines

outportb outportw outportd inportb inportw inportd

Linker parameters

-lx86

writes a byte to an x86 i/o port
writes a 16-bit word to an x86 i/o port
writes a 32-bit doubleword to an x86 i/o port
reads a byte from an x86 i/o port
reads a word (short int) from an x86 i/o port
reads a 32-bit doubleword from an x86 i/o port