BSTART.STD¶
Assembly Syntax¶
BSTART.STD INDBSTART.STD COND, <label>BSTART.STD RETBSTART.STD CALL, <label>BSTART.STD FALL<, fixup_label>BSTART.STD ICALLBSTART.STD DIRECT, <label>
Encoding¶
bstart_std_32_49f2c6a8906f — BSTART.STD IND. MSB is on the left, LSB is on the right.bstart_std_32_696f98ac4bf1 — BSTART.STD COND, . MSB is on the left, LSB is on the right.bstart_std_32_7876537dce06 — BSTART.STD RET. MSB is on the left, LSB is on the right.bstart_std_32_97d38b7be05e — BSTART.STD CALL, . MSB is on the left, LSB is on the right.bstart_std_32_a5103b49e336 — BSTART.STD FALL<, fixup_label>. MSB is on the left, LSB is on the right.bstart_std_32_c386430b732a — BSTART.STD ICALL. MSB is on the left, LSB is on the right.bstart_std_32_d3733f87964d — BSTART.STD DIRECT, . MSB is on the left, LSB is on the right.Description¶
Terminates the current block and begins the next.
Pseudocode (informative)¶
Encoding Notes¶
Closes the current bundle, initializes the next bundle descriptor, and selects its transfer and execution kind.
Full Catalog Forms¶
| Form ID | Assembly | Length | Decode | Encoding |
|---|---|---|---|---|
bstart_std_32_49f2c6a8906f |
BSTART.STD IND |
32 | — | SVG |
bstart_std_32_696f98ac4bf1 |
BSTART.STD COND, <label> |
32 | — | SVG |
bstart_std_32_7876537dce06 |
BSTART.STD RET |
32 | — | SVG |
bstart_std_32_97d38b7be05e |
BSTART.STD CALL, <label> |
32 | — | SVG |
bstart_std_32_a5103b49e336 |
BSTART.STD FALL<, fixup_label> |
32 | — | SVG |
bstart_std_32_c386430b732a |
BSTART.STD ICALL |
32 | — | SVG |
bstart_std_32_d3733f87964d |
BSTART.STD DIRECT, <label> |
32 | — | SVG |
← [Bundle Split](../groups/bundle_split.md) [Index](../index.md) [All instructions](index.md) →