-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Roots.pacrel(rnum, block, field)
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. |