22.11.9.4 Data Buffer to Internal Device

Each byte of string data stored in the offset of the data buffer is copied to the LS area according to the number of strings.
Stores Parameter 4 (Characters to Copy) characters of data from Parameter 3 (Copy-From Offset Value) of the contents of Parameter 2 (Copy-From Data Buffer) in Parameter 1 (Copy-To Address).

_dlcopy (Copy-To Address, Copy-From Data Buffer, Copy-From Offset Value, Number of Copied Characters)

Example expression 1:

_dlcopy ([w:[#INTERNAL]LS0100], databuf0, 2, 4)

4 bytes of data retrieved from "offset 2" of "databuf0" are written into LS0100 to LS0103. The data is written to the LS area in byte units.