@node inportl, cpu @subheading Syntax @example #include unsigned long inportl(unsigned short _port); @end example @subheading Description This function reads a single 32-bit I/O port. This function is provided as an inline assembler macro, and will be optimized down to a single opcode when you optimize your program. @subheading Return Value The value returned from the port. @subheading Portability @portability !ansi, !posix