Atlantis Land A02-RA(Atmos)_ME01 manual steal, tell, Example, Syntax, Description

Models: A02-RA(Atmos)_ME01

1 112
Download 112 pages 14.35 Kb
Page 18
Image 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.25steal

2.25.1Syntax

steal memory use <handle> <amount> steal memory release <handle> steal file use <handle> <device> steal file release <handle> steal cpu use <percentage>

steal cpu release

steal status [memory] [file] [cpu]

2.25.2 Description

Uses up heap memory, file handles, or CPU cycles. <handle> is a number from 0 to 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.26tell

2.26.1Syntax

tell <process> <command>

2.26.2 Description

Sends the command as a TELL message to a specific process. (The same as the

Page 18
Image 18
Atlantis Land A02-RA(Atmos)_ME01 manual steal, tell, Example, Syntax, Description