Skip to content

Roots pacrel() Function

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

The floating point number, rnum, is packed into the block position indicated by field.

Syntax

Roots.pacrel(rnum, block, field)

Parameter Values

Parameter Description
fnum The floating point number to store
block Uint8Array memory block
field A field definition array. The first element specifies the starting byte location. The second element specifies the length in bytes. Length must be either 4 or 8 bytes.
Clone this wiki locally