x86.bi

The FreeBasic include for the x86 library

Byte Port I/O is native to the FreeBasic Runtime

Author

Marcel Sondaar

License

Public Domain

Defines

outportb outportw outportd inportb inportw inportd TaC TaS

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
clears a bit in a byte, and return the original
sets a bit in a byte, and return the original