8 lines
87 B
C
8 lines
87 B
C
#include <conio.h>
|
|
#define DEVICE 34
|
|
|
|
void main()
|
|
{
|
|
outpw( DEVICE, 0x1234 );
|
|
}
|