
12
z Correction of “Assembly language API Resgister contents after service call is issued ” of vsys_dwn,
ivsys_dwn (page 202)
Original:
Register name Content after service call is issued
R7 Kind of error
R0 Error code
R3R1 System error information 1
R6R4 System error information 2
The above should be:
Not return from this service call
z Correction of “Example statement in assembly language ” of vsys_dwn, ivsys_dwn (page 203)
Original:
task:
:
MOV.W #1,R7
MOV.W #1,R0
The above should be:
task:
:
MOV.L #1,R7R5
MOV.W #1,R0
z Correction of vsys_dwn, ivsys_dwn of “Assembly Language Interface” (page 313)
Original:
Parameter ReturnParameter
ServiceCall INTNo.
FuncCode
A0
R3 R0 R2
vsys_dwn 248 - - - -
ivsys_dwn 248 - - - -
The above should be:
Parameter
Return
Parame-
ter
Service-
Call
INTNo
.
FuncCode
A0
R0 R3R1 R7R5 R6R4 R0
vsys_dwn 248 - ercd inf1 type inf2 -
ivsys_dwn 248 - ercd inf1 type inf2 -
Komentarze do niniejszej Instrukcji