MPE/iX Quick Reference Guide (32650-90881)

Chapter 6 157
System Debug
Debugging your system
ascc (
value
)
Formal Declaration
ascc:str (
value
:any)
func bin
Converts a string expression to return a binary value.
bin (
strexp
)
Formal Declaration
bin:any (
strexp
:str)
func bitd
Bit deposit. Deposits a value into a specified range of bits.
bitd (
value position length target
)
Formal Declaration
bitd:any (
value
:any
position
:s16
length
:u16
target
:any)
func bitx
Bit extract. Extracts a range of bits from an expression.
bitx (
source position length
)
Formal Declaration
bitx:any (
source
:any
position
:s16
length
:u16)
func bool
Coerces an expression into a Boolean value.
bool (
value
)
Formal Declaration
bool:bool (
value
:any)
func bound
Checks for an existing definition of an operand and returns its definition type.
bound (
operand
)
Formal Declaration
bound:str (
operand
:str)
func btow
Byte to word. Converts a CM DB-relative byte address to a CM DB-relative word address.