The uc0ba user exit writes a value into a memory address.
dummy = oconv(memory.location, ’uc0ba’)
memory.location<1> = ’0000’ | Memory segment. |
memory.location<2> = ’09e6’ | Offset. |
memory.location<3> = ’01’ | Value to write. |
The memory location 0000:09e6 now contains the value 0x0001.