Format: AllC/C++CSSTextshell script Advanced Search
72: while (--cnt >= 0) { 73: *buf++ = in_b(port); 74: }
202: */ 203: #define InB(ix) in_b(IOB + ((ix) * IOSTEP)) 204: #define InH(ix) in_h(IOB + ((ix) * IOSTEP))