OUT - source-solutions/HELP GitHub Wiki

OUT


OUT port, value

Sends a byte to a machine I/O port.

Parameters

  • port is a numeric expression in [0 to 65535].
  • value is a numeric expression in [0 to 255].

Errors

  • port or value has a string value: Type mismatch.
  • port is not in [0 to 65535]: Overflow.
  • value is not in [0 to 32767]: Overflow.
  • value is not in [0 to 255]: Illegal function call.
⚠️ **GitHub.com Fallback** ⚠️