#include <dos.h>


Ir al código fuente de este archivo.
Definiciones | |
| #define | OUTPORT8(port, value) outportb(port,value) |
| #define | INPORT8(port) inportb(port) |
| #define | OUTPORT16(port, value) outport(port,value) |
| #define | INPORT16(port) inport(port) |
| #define OUTPORT8 | ( | port, | |||
| value | ) | outportb(port,value) |
| #define OUTPORT16 | ( | port, | |||
| value | ) | outport(port,value) |
1.5.6