Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:chapter6:libdata:cmd_binputw [2019/10/30 16:45] jojo1973 Fixed description |
manual:chapter6:libdata:cmd_binputw [2021/09/23 00:44] (current) jojo1973 |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== BINPUTW ==== | ==== BINPUTW ==== | ||
- | ---- | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
- | Store 32-bit words into binary data object | + | Store 32-bit words into a binary data container |
</ | </ | ||
Line 9: | Line 8: | ||
---- | ---- | ||
^ __Input Stack__ | ^ __Input Stack__ | ||
- | | **D< | + | | **D< |
- | | **D< | + | | **D< |
- | | **D< | + | | **D< |
- | | //Level 4// | //Level 3// | //Level 2// | //Level 1// | // | + | | //Level 4// | //Level 3// | //Level 2// | //Level 1// | // |
{{page> | {{page> | ||
- | |**Type**| [[manual: | + | | **Keyword type** | [[manual: |
- | |**Parallel list processing**| [[manual: | + | | **Parallel list processing |
- | |**Affected by flags**| None || | + | | **Affected by flags** |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
</ | </ | ||
<callout color=" | <callout color=" | ||
---- | ---- | ||
- | The '' | + | The '' |
The source of data can be: | The source of data can be: | ||
- | * a **scalar**: the number is converted to an unsigned binary integer, divided into 32-bits words and the specified number of words is written | + | * a **scalar**: the number is converted to an unsigned binary integer |
- | * a **string**: the string is converted to a stream of UTF8 codepoints whose lower 8 bits are __zero padded to 32 bits__ then written in __little endian byte order__ | + | * a **string**: the string is converted to a stream of UTF8 codepoints whose lower 32 bits are stored |
- | * a **list of scalars**: each number is converted to an unsigned binary integer and its lowest | + | * a **list of scalars**: each number is converted to an unsigned binary integer and its lower 32 bits are written in the container. |
- | If the size of the source data is less than the specified number of words the writing operation terminates silently without error. | + | If the size of the source data is less than the specified number of words remaining words will be set to ''# |
</ | </ | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
- | This command | + | '' |
</ | </ | ||
<callout type=" | <callout type=" | ||
---- | ---- | ||
+ | **__Input__** | ||
< | < | ||
- | 4: BINDATA | + | 4: BINDATA |
- | 3: | + | 3: |
- | 2: " | + | 2: # |
- | 1: 1 | + | 1: 2 |
- | …………………………………………………………………………………… | + | ………………………………………………………………………………………………………… |
- | BINPUTW | + | BINPUTW |
</ | </ | ||
- | where level 4 stores a binary data container of size 4, will result in | + | \\ |
+ | **__Output__** | ||
< | < | ||
- | 1: BINDATA | + | 4: |
- | …………………………………………………………………………………… | + | 3: |
+ | 2: | ||
+ | 1: BINDATA | ||
+ | ………………………………………………………………………………………………………… | ||
+ | |||
</ | </ | ||
- | a data container storing bytes '' | ||
</ | </ | ||
Line 62: | Line 79: | ||
{{page> | {{page> | ||
</ | </ | ||
+ |