※ 引述《gauss5566 (下麵給妳吃)》之銘言:
: unsigned char code tab1[360]={
: 128, 131, 134, 137, 140, 143, 146, 149, 152, 156,
: 159, 162, 165, 168, 171, 174, 176, 179, 182, 185,
: 188, 191, 193, 196, 199, 201, 204, 206, 209, 211,
: 213, 216, 218, 220, 222, 224, 226, 228, 230, 232,};
#typedef unsigned char UINT8
#include <stdio.h> /* printf */
#include <sys/io.h> /* outb_p */
int main(int argc , char* argv[]){
UINT8 temp;
int i;
iopl(3);
for(i = 0 ;i< (sizeof(code_table)/sizeof(unsigned char));i++)
{
temp = outb_p(code_table[i]);
printf("code_table[%d] = 0x%X\n",itemp);
}
iopl(0);
printf("IhateOGC\n");
return 0;
}
: 這是一個SIN波的AD資料
: 我要利用中斷去取那個時間上的那點的"值"
: /*