The ub0ba user exit reads one string of memory. The string that is returned must be pre-allocated prior to running oconv.
str = oconv(memory.address, ’ub0ba’)
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. |