Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->BFINS

BFINS    Insert Test Bit

Compatibility: 68020 family only.

Dn -> <bit field> of Destination

Assembler Syntax:    BFINS Dn,<ea>{offset:width}

Unsized

Inserts a bit field taken from the low-order bits of the specified data register into the bit field at the specified effective address.

The field offset and the field width select the field.  The field offset specifies the starting bit of the field.  The field width determines the number of bits in the field.


Condition Codes:

N    Set if the most significant bit of the field is set, otherwise cleared
Z    Set if all bits of the field are zero, otherwise cleared
V    Always cleared
C    Always cleared
X    Not affected


This instruction is not supported by CPU32 based microcontrollers.

    
Allowable Addressing Modes
    
BFINSDn,Dn{offset:width}
BFINSDn,(An){offset:width}
BFINSDn,(d16,An){offset:width}
BFINSDn,(d8,An,Xn){offset:width}
BFINSDn,(bd,An,Xn){offset:width}
BFINSDn,([bd,An,Xn],od){offset:width}
BFINSDn,([bd,An],Xn,od){offset:width}
BFINSDn,(xxx).W{offset:width}
BFINSDn,(xxx).L{offset:width}
where:

offset specifies the starting bit of the field and is either a data register Dn or an expression having a value from 0 to 31.

width specifies the width of the field and is either a data register Dn or an expression having a value from 0 to 31 where 1 to 31 specify field widths of 1 to 31 and 0 specifies a field width of 32.