Atlantis Land I-Storm A02-RA(Atmos)_ME01 Manual do Utilizador Página 18

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 112
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 17
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 <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.26 tell
2.26.1 Syntax
tell <process> <command>
2.26.2 Description
Sends the command as a TELL message to a specific process. (The same as the
Vista de página 17
1 2 ... 13 14 15 16 17 18 19 20 21 22 23 ... 111 112

Comentários a estes Manuais

Sem comentários