ub0ba user exit

The ub0ba user exit reads one string of memory. The string that is returned must be pre-allocated prior to running oconv.

Syntax

str = oconv(memory.address, ’ub0ba’)

Example(s)

memory.address<1> = ’40000000’ Address in hexadecimal
memory.address<2> = ’100’ Number of decimal bytes to read
str = space<n>
str = oconv (memory.address, ’ub0ba’)
byte Contains the contents of memory location 0000:09e6.
Warning: Failure to follow this syntax results in a monitor halt.