Motorola USB08 Instrucciones de operaciones Pagina 46

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 100
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 45
46
8.9 Find Bytes FIND
Format:
FIND StartAddress EndAddress|+Length ByteString|CharacterString
or
FINDL StartAddress EndAddress|+Length ByteString|CharacterString
To find a string of bytes within memory, the start address must be explicitly stated (an asterisk will not
do). Either the end address, or a length must be specified, followed by the bytes or character string to
be found. Character strings must be delimited by matching pairs of single or double quotation marks.
The number of bytes or characters in the string is limited to 32.
The FIND form searches MCU-controlled memory, FINDL searches only local memory.
The address returned by this command is that of the start of the first occurrence of the string. Further
occurrences of the same search string may be found using the NEXT command.
Examples:
FIND 8000 800F 414143 Searches MCU-controlled memory from address $8000
through $800F for the byte sequence $41, $42 $43.
FIND 8000 +1F 'DEF' Same effect as preceding example.
findl 0 ff 39 Searches local memory for the byte $39 between addresses
$0000 and $00FF
See also the description of the NEXT command.
Vista de pagina 45
1 2 ... 41 42 43 44 45 46 47 48 49 50 51 ... 99 100

Comentarios a estos manuales

Sin comentarios