Load Byte - Zero-Extended - Analog Devices ADSP-BF53x Blackfin Reference

Table of Contents

Advertisement

Load Byte – Zero-Extended
General Form
D-register = B [ indirect_address ] (Z)
Syntax
Dreg = B [ Preg ] (Z) ;
Dreg = B [ Preg ++ ] (Z) ;
Dreg = B [ Preg -- ] (Z) ;
Dreg = B [ Preg + uimm15 ] (Z) ;
Dreg = B [ Preg - uimm15 ] (Z) ;
Syntax Terminology
:
Dreg
R7–0
:
,
,
Preg
P5–0
SP
: 15-bit unsigned field, with a range of 0 through 32,767 bytes
uimm15
(0x0000 through 0x7FFF)
Instruction Length
In the syntax, comment (a) identifies 16-bit instruction length. Comment
(b) identifies 32-bit instruction length.
Functional Description
The Load Byte – Zero-Extended instruction loads an 8-bit byte,
zero-extended to 32 bits indicated by an I-register or a P-register, from a
memory location into a 32-bit data register. Fill the D-register bits 31–8
with zeros.
The indirect address and offset have no restrictions for memory address
alignment.
ADSP-BF53x/BF56x Blackfin Processor Programming Reference
/* indirect (a)*/
/* indirect, post-increment (a)*/
/* indirect, post-decrement (a)*/
FP
/* indexed with offset (b)*/
/* indexed with offset (b)*/
Load / Store
8-31

Advertisement

Table of Contents
loading

This manual is also suitable for:

Adsp-bf56x blackfin

Table of Contents