Forum Discussion
Altera_Forum
Honored Contributor
21 years agooutb()
Hello, Can anyone help me with this simple issue? how to compile such simple test: # include <sys/io.h> int main(void) { ioperm(0x340,0x342,1); outb(0x340,0x0); ...
Altera_Forum
Honored Contributor
21 years agoHello slacker,
I'd like to know if there is a tutorial where I can find the syntax of macros such as IORD or IOWR. If there aren't any, how can you rewrite aj_'s small program? thanks.