Hardware access. Obsolete.
Out Port n, m
n:integer expression; port number
m:integer expression
Out Port n, m writes a byte to a hardware port register, RTC for example.
Under NT, 2000, XP, Vista all hardware access is blocked by the operating system, although it should be possible under 95/98/ME.
Therefore, this command is hardly usable.
Out ^ n, m or Out| Port n, m or Out| ^n, m are synonymous with Out Port n, m and can be used instead. Out& ^n can be used to write a word (two bytes), Out% Port n, m to write a long word (four bytes) to successive port addresses.
{Created by Sjouke Hamstra; Last updated: 12/05/14 by James Gaite}