start | all-pages
kohureediting
Kohure provides two functions for altering memory. You can store
raw values using `8` or store an assembled instruction bundle
using `4`.
To store a value in memory, enter `8`, the address, a space, and
then the value to store. For instance, to store `1012` at cell
50,000:
850000 1012
Assembly is similar. Enter the `3`, the address, a space, and
then the instructions. They will be assembled with Pali and the
assembled bundle stored at the address.