Renesas M32R-FPU Uživatelský manuál Strana 101

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 194
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 100
3
3-63 M32R-FPU Software Manual (Rev.1.01)
LDBLDB
load/store instruction
Load byte
[Mnemonic]
(1) LDB Rdest,@Rsrc
(2)
LDB Rdest,@(disp16,Rsrc)
[Function]
Load to register from the contents of the memory.
(1) Rdest = *( signed char *) Rsrc;
(2) Rdest = *( signed char *) ( Rsrc + ( signed short ) disp16 );
[Description]
(1) LDB sign-extends the byte data of the memory at the address specified by Rsrc and loads
it into Rdest.
(2) LDB sign-extends the byte data of the memory at the address specified by Rsrc combined
with the 16-bit displacement, and loads it into Rdest.
The displacement value is sign-extended to 32 bits before the address calculation.
The condition bit (C) is unchanged.
[EIT occurrence]
None
[Encoding]
dest1010
dest0010
1000 src
1000 src
disp16
LDB Rdest,@Rsrc
LDB Rdest,@(disp16,Rsrc)
INSTRUCTIONS
3.2 Instruction description
Zobrazit stránku 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 193 194

Komentáře k této Příručce

Žádné komentáře