Next:
Inportb
Up:
リファレンスマニュアル
Previous:
infnorm
Inport
【目的】
Inport - IOポートから 1 ワード読み込む
【形式】
y = Inport(i) Integer y; Integer i;
【詳細】
Inport(i)は,
IOポート i から 1 ワードのデータを 読み込み,整数として返す。
【例題】
>> d = Inport(0x10);
【参照】
Inportb(
2.101
), Outport(
2.154
), Outportb(
2.155
)
Masanobu KOGA 平成11年10月2日