PickBASIC / FlashBASIC
uc0ba user exit
.mdThe uc0ba user exit writes a value into a memory address.
Syntax
Description
| 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.