2-154
詳細説明
MACHINE OPERATIONS
7-19-1-2
引数指定
II
Argument Assignment II
アドレス
A, B, C
を一度だけ使用し、
I, J, K
を一組
として最大
10
回まで繰返して指定する方法です。
3
次元座標値などの値を引数として与えるときに使用
します。
In the argument assignment II format, addresses A, B and C
are used only once and addresses I, J and K are used in a set
up to 10 times. This format is used to pass values such as 3-
dimensional coordinate values as the argument.
7-19-1-3
引数指定の混在
Mixture of Argument Assignments I and II
指令の中に引数指定
I
と
II
が混在したときは、後か
ら指定した引数の形式になります。
If both argument assignments I and II are specified, the type of
argument assignment specified later takes precedence.
#7
の変数に対し、
I4.0
と
D5.0
の
2
つの引数が指令
されたとき、後の
D5.0
が有効となります。
When both "I4.0" and "D5.0" are commanded as in the argu-
ment for variable #7 in this example, the latter, "D5.0", is valid.
引数指定の順序を示す
I, J, K
の添字は、実際
のプログラムには書きません。
The subscripts of I, J and K indicating the order of
argument assignment are not written in the actual
program.
アドレス
Address
変数番号
Variable Number
アドレス
Address
変数番号
Variable Number
アドレス
Address
変数番号
Variable Number
A
#1
K
3
#12
J
7
#23
B
#2
I
4
#13
K
7
#24
C
#3
J
4
#14
I
8
#25
I
1
#4
K
4
#15
J
8
#26
J
1
#5
I
5
#16
K
8
#27
K
1
#6
J
5
#17
I
9
#28
I
2
#7
K
5
#18
J
9
#29
J
2
#8
I
6
#19
K
9
#30
K
2
#9
J
6
#20
I
10
#31
I
3
#10
K
6
#21
J
10
#32
J
3
#11
I
7
#22
K
10
#33
G65 A1.0 B2.0 I
−
3.0 I4.0 D5.0 P1000;
<変数>
<Variables>
#1: 1.0
#2: 2.0
#3
#4:
−
3.0
#5
#6
#7: 40 5.0
小数点なしで渡す引数データの単位は、それ
ぞれのアドレスの最小設定単位になります。
The units used for argument data passed without a
decimal point correspond to the least input increment
of each address.
Summary of Contents for MSX-850
Page 54: ...1 CHAPTER 1 BASIC OVERVIEW...
Page 170: ...2 CHAPTER 2 MACHINE OPERATIONS...