outportw.asm

outportw implementation for libx86

Author

Marcel Sondaar

License

Public Domain

Summary
outportw.asmoutportw implementation for libx86
Functions
outportwwrites a 16-bit word to an x86 i/o port

Functions

outportw

writes a 16-bit word to an x86 i/o port

in

  • Stack(1) = port to access
  • Stack(2) = value to write

out

none