Specifications

1
OUTLINE
2
SYSTEM
CONFIGURATION
3
SPECIFICATIONS
4
GT CONVERTER2
SCREEN LAYOUT
5
GT CONVERTER2
OPERATION METHODSAPPENDICES
Appendix 2 Conversion Specifications for GP-PRO/PB III Series
Appendix 2.8 D-Script
App - 22
5 Conversion specifications of commands
The following indicates the conversion specifications of commands.
: Convertible, : Inconvertible
Command
Conversion
applicability
Conversion destination Remarks
Clear Bit - clear rst ------
Toggle Bit - toggle alt ------
Set Bit - set set ------
Memory Copy
(memcpy/_memcpy_EX)
bmov
------
Memory Set
(memset/_memset_EX)
fmov
------
Draw: Circle (dsp_circle) d_cycle/ p_cycle ------
Draw: Screen call (b_call) ------ ------
Draw: Rectangle
(dsp_rectangle)
d_rectangle/ p_rectangle
------
Draw: Line (dsp_line) d_line ------
Draw: Dot (dsp_dot) p_rectangle ------
Receive (IO_READ/
_IO_READ_EX)
------ ------
Send (IO_WRITE/
_IO_WRITE_EX)
------ ------
Wait receive
(_IO_READ_WAIT)
------
Dedicated to extended SIO script
Set string (_strset) ------ Dedicated to extended SIO script
Copy from Data Buffer to LS
Area (_dlcopy)
------
Dedicated to extended SIO script
Copy from LS Area to Data
Buffer (_ldcopy)
------
Dedicated to extended SIO script
Conversion from hexadecimal to
binary number (_hexasc2bin)
------
Dedicated to extended SIO script
Conversion from decimal string
to binary number (_decasc2bin)
------
Dedicated to extended SIO script
Conversion from binary number
to hexadecimal string
(_bin2hexasc)
------
Dedicated to extended SIO script
Conversion from binary number
to decimal string (_bin2decasc)
------
Dedicated to extended SIO script
Function for retrieving string
length (_strlen)
------
Dedicated to extended SIO script
Function for concatenating
string (_strcat)
------
Dedicated to extended SIO script
Partial string (_strmid) ------ Dedicated to extended SIO script
Wait (_wait) ------ Dedicated to extended SIO script
Function return (return) ------ Dedicated to extended SIO script