Add instruction definition for number to bytevector conversion
This commit is contained in:
parent
389bf6e9a0
commit
080d630d2e
1 changed files with 14 additions and 0 deletions
|
|
@ -641,6 +641,20 @@ character byte.
|
|||
Requires mutable access to input address.
|
||||
"""
|
||||
|
||||
[[instructions]]
|
||||
name = "ntobv"
|
||||
args = ["src"]
|
||||
output = ""
|
||||
description = """
|
||||
The ntobv instruction accepts a single number input. This operand is overwritten
|
||||
by a new number datum that represents the inexact form of the source number.
|
||||
|
||||
The inexact form is a normalization of fraction or scientific notation datum to
|
||||
float datum casted to ByteVector datum.
|
||||
|
||||
Requires mutable access to input address.
|
||||
"""
|
||||
|
||||
[[instructions]]
|
||||
name = "ntoc"
|
||||
args = ["src"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue