-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Roots.paclst(num, block, cpl, field, first, nextLine)
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 |