outw (1) Linux Manual Page
inb, outb, inw, outw, inl, outl – access I/O ports Synopsis inb ADDRESS inw ADDRESS inl ADDRESS outb ADDRESS DATA outw ADDRESS DATA outl ADDRESS DATAExamples inb 0x278 outw 0x440 0xffffDescriptionThese commands enable command line and script access directly to I/O ports on PC hardware. The "inb", "inw" and "inl" commands perform an input (read)…
