Maxim-integrated DS4830A Optical Microcontroller Manual de usuario Pagina 216

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 240
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 215
DS4830A User’s Guide
216
MOVE C, #1 Set Carry Flag
Description: Sets the Carry (C) processor status flag.
Status Flags: C 1
Operation: C 1
Encoding: 15 0
1101
1010
0001
1010
Example(s): ; C = 0
MOVE C, #1 ; C 1
MOVE dst.<b>, #0 Clear Bit
Description: Clears the bit specified by dst.<b>.
Status Flags: C, E (if dst is PSF)
Operation: dst.<b> 0
Encoding: 15 0
1ddd
dddd
0bbb
0111
Example(s): ; M0[0] = FEh
MOVE M0[0].1, #0 ; M0[0] = FCh
MOVE M0[0].7, #0 ; M0[0] = 7Ch
Special Notes: Only system module 8 and peripheral modules (0-5) are supported by MOVE dst.<b>, #0.
MOVE dst.<b>, #1 Set Bit
Description: Sets the bit specified by dst.<b>.
Status Flags: C, E (if dst is PSF)
Operation: dst.<b> 1
Encoding: 15 0
1ddd
dddd
1bbb
0111
Example(s): ; M0[0] = 00h
MOVE M0[0].1, #1 ; M0[0] = 02h
MOVE M0[0].7, #1 ; M0[0] = 82h
Special Notes: Only system module 8 and peripheral modules (0-5) are supported by MOVE dst.<b>, #1.
Vista de pagina 215
1 2 ... 211 212 213 214 215 216 217 218 219 220 221 ... 239 240

Comentarios a estos manuales

Sin comentarios