欢迎访问ic37.com |
会员登录 免费注册
发布采购

AN1063D 参数 Datasheet PDF下载

AN1063D图片预览
型号: AN1063D
PDF下载: 下载PDF文件 查看货源
内容描述: 集成的处理器与DMA USERA ????手册 [Integrated Processor with DMA User’s Manual]
分类和应用:
文件页数/大小: 441 页 / 2488 K
品牌: FREESCALE [ Freescale ]
 浏览型号AN1063D的Datasheet PDF文件第162页浏览型号AN1063D的Datasheet PDF文件第163页浏览型号AN1063D的Datasheet PDF文件第164页浏览型号AN1063D的Datasheet PDF文件第165页浏览型号AN1063D的Datasheet PDF文件第167页浏览型号AN1063D的Datasheet PDF文件第168页浏览型号AN1063D的Datasheet PDF文件第169页浏览型号AN1063D的Datasheet PDF文件第170页  
Freescale Semiconductor, Inc.  
5.3.3.10 CONDITION TESTS. Conditional program control instructions and the TRAPcc  
instruction execute on the basis of condition tests. A condition test is the evaluation of a  
logical expression related to the state of the CCR bits. If the result is 1, the condition is  
true. If the result is 0, the condition is false. For example, the T condition is always true,  
and the EQ condition is true only if the Z-bit condition code is true. Table 5-12 lists each  
condition test.  
Table 5-12. Condition Tests  
Mnemonic  
T
Condition  
True  
Encoding  
0000  
0001  
0010  
0011  
0100  
0101  
0110  
0111  
1000  
1001  
1010  
1011  
1100  
1101  
1110  
1111  
Test  
1
F*  
False  
0
HI  
High  
C Z  
LS  
Low or Same  
Carry Clear  
Carry Set  
Not Equal  
Equal  
C + Z  
CC  
CS  
NE  
EQ  
VC  
VS  
PL  
C
C
Z
Z
Overflow Clear  
Overflow Set  
Plus  
V
V
N
MI  
Minus  
N
GE  
LT  
Greater or Equal  
Less Than  
Greater Than  
Less or Equal  
N V + NV  
N V + N V  
N V Z+ N V Z  
Z + N V + N V  
GT  
LE  
* Not available for the Bcc instruction.  
= Boolean AND  
+ = Boolean OR  
N = Boolean NOT  
5.3.4 Using the TBL Instructions  
There are four TBL instructions. TBLS returns a signed, rounded byte, word, or long-word  
result. TBLSN returns a signed, unrounded byte, word, or long-word result. TBLU returns  
an unsigned, rounded byte, word, or long-word result. TBLUN returns an unsigned,  
unrounded byte, word, or long-word result. All four instructions support two types of  
interpolation data: an n-element table stored in memory and a two-element range stored in  
a pair of data registers. The latter form provides a means of performing surface (3D)  
interpolation between two previously calculated linear interpolations.  
The following examples show how to compress tables and use fewer interpolation levels  
between table entries. Example 1 (see Figure 5-7) demonstrates TBL for a 257-entry  
table, allowing up to 256 interpolation levels between entries. Example 2 (see Figure 5-8)  
reduces table length for the same data to four entries. Example 3 (see Figure 5-9)  
demonstrates use of an 8-bit independent variable with an instruction.  
MOTOROLA  
MC68340 USER’S MANUAL  
5- 29  
For More Information On This Product,  
Go to: www.freescale.com  
 复制成功!