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