Freescale-semiconductor StarCore SC140 Manual de usuario Pagina 615

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 760
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 614
MOVES.F
SC140 DSP Core Reference Manual A-301
MOVES.F Move Fractional Word to MOVES.F
Memory With Scaling and Saturation (AGU)
Description
This operation moves a fractional word from a data register to memory. The data is scaled according to the
scaling mode and is saturated if the Ln bit is set. The address register values must be word-aligned. This
instruction is affected by by SM (Saturation Mode bit - SR[2]). When SM is set, scaling is not performed,
and the scale bits S[1:10] have no effect. The address of the access must be word-aligned.
Operation Assembler Syntax
Db (aa)
MOVES.F Db,(a16) {0 a16 < 2
16
,W}
Db (aa)
MOVES.F Db,(a32) {0 a32 < 2
32
,W}
Db (Rn + s15)
MOVES.F Db,(Rn+s15) {–2
14
s15 < 2
14
,W}
Db (EA)
MOVES.F Db,(EA)
Db (SP + s15)
MOVES.F Db,(SP+s15) {–2
14
s15 < 2
14
,W}
MOVES.F Db,(a16)
Writes the HP of a data register (Db) to an absolute 16-bit memory address.
MOVES.F Db,(a32)
Writes the HP of a data register (Db) to an absolute 32-bit memory address.
MOVES.F Db,(Rn+s15)
Writes the HP of a data register (Db) to a memory address pointed to by an address register (Rn) with a
signed 15-bit offset.
MOVES.F Db,(EA)
Writes the HP of a data register (Db) to a memory address pointed to by an address register (EA) with an
optional offset or post-increment.
MOVES.F Db,(SP+s15)
Writes the HP of a data register (Db) to a memory address pointed to by the active stack pointer (SP) with
a signed 15-bit offset.
Vista de pagina 614
1 2 ... 610 611 612 613 614 615 616 617 618 619 620 ... 759 760

Comentarios a estos manuales

Sin comentarios