25 steal, 26 tell – Atlantis Land I-Storm A02-RA(Atmos)_ME01 User Manual
Page 18

Reads the byte (rb), word (rw) or half-word (rh) at a specified address, or writes a
specified value to the byte (wb), word (ww) or half-word (wh). Addresses and values
are specified in hexadecimal, with an optional 0x prefix.
2.24.3 Example
>
rw 1c4b54
word at 0x001C4B54 contains 0x0000337E
>
rb 1c4b55
byte at 0x001C4B55 contains 0x33
>
wb 1c4b56 0x20
value 0x20 written to byte at 0x001C4B56
>
rw 1c4b54
word at 0x001C4B54 contains 0x0020337E
>
ww 0x1c4b54 14c44
value 0x00014C44 written to word at 0x001C4B54
>
2.25 steal
2.25.1 Syntax
steal memory use
steal memory release
steal file use
steal file release
steal cpu use
steal cpu release
steal status [memory] [file] [cpu]
2.25.2 Description
Uses up heap memory, file handles, or CPU cycles.
19, used to identify the resource for a later steal … release command.
This command is intended to help test system behaviour when resources are limited,
and is available only if the pre-processor symbol CHIPS_STEAL is defined.
2.26 tell
2.26.1 Syntax
tell
2.26.2 Description
Sends the command as a TELL message to a specific process. (The same as the