cubloc:poke:index
Poke
Poke address, value, length
| address | RAM address |
| value | The value to write |
| length | Number of bytes to write (1 to 4) |
Write the specified length of data starting at the specified data memory address
Const Device = CB280 Dim F1 As Single, F2 As Single F1 = 3.14 EEWrite 10,Peek(MemAdr(F1),4),4 Poke MemAdr(F2),EERead(10,4),4 Debug Float F2,CR
cubloc/poke/index.txt · Last modified: by 127.0.0.1
