Skip to content

Roots paclst() Function

Dan Kranz edited this page Nov 21, 2020 · 1 revision

For each block line of first/nextLine, pack the integer num into the block position indicated by field.

Syntax

Roots.paclst(num, block, cpl, field, first, nextLine)

Parameter Values

Parameter Description
num The integer to store
block Uint8Array memory block
cpl The width of a memory block line
nline The number of block lines
field A field definition array. The first element specifies the starting byte location. The second element specifies the length in bytes.
first Starting line number (type Array)
nextLine Subsequent line numbers array
Clone this wiki locally