==== POKE ====
----
Low level read memory address
----
^ __Input Stack__ ^^ ^ __Output Stack__ ^
| **#loc** | **#content** | **→** | **** |
| //Level 2// | //Level 1// | //→// | //Level 1// |
{{page>manual:chapter6:aux:legend&nofooter&noeditbtn&inline}}
| **Keyword type** | [[manual:chapter5:basics#commands|Command]] ||
| **Parallel list processing capabilities** | [[manual:chapter5:listproc#group-2commands-that-must-use-dolist-to-parallel-process|Group 2]] | //Commands that must use //''[[manual:chapter6:lists:cmd_cmddolist|DOLIST]]''// to parallel process// |
| **Affected by flags** | //None// ||
----
The ''POKE'' command writes a 32-bit value to a specified address.
----
''POKE'' is specific to **newRPL** and has no direct equivalent in **userRPL**.
----
''POKE'' is low-level command which isn't meant for the general public, but mainly to aid the developers on hardware debugging. Careless usage will either **__cause a crash (data abort exception), or corrupt your precious data__**.
----
{{page>manual:chapter6:system&nofooter&noeditbtn&inline}}