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

IA2910A_08 参数 Datasheet PDF下载

IA2910A_08图片预览
型号: IA2910A_08
PDF下载: 下载PDF文件 查看货源
内容描述: 微控制器 [Microprogram Controller]
分类和应用: 微控制器
文件页数/大小: 21 页 / 681 K
品牌: INNOVASIC [ INNOVASIC, INC ]
 浏览型号IA2910A_08的Datasheet PDF文件第11页浏览型号IA2910A_08的Datasheet PDF文件第12页浏览型号IA2910A_08的Datasheet PDF文件第13页浏览型号IA2910A_08的Datasheet PDF文件第14页浏览型号IA2910A_08的Datasheet PDF文件第16页浏览型号IA2910A_08的Datasheet PDF文件第17页浏览型号IA2910A_08的Datasheet PDF文件第18页浏览型号IA2910A_08的Datasheet PDF文件第19页  
IA2910A  
Data Sheet  
Microprogram Controller  
August 19, 2008  
Instruction 11 CJPP is the CONDITIONAL JUMP PIPELINE register address and POP stack  
instruction. This instruction provides another technique for loop termination and stack  
maintenance. The example in Figure II shows a loop being performed from address 55 back to  
address 51. The instructions at locations 52, 53, and 54 are all conditional JUMP and POP  
instructions. At address 52, if the CCn input is LOW, a branch will be made to address 70 and the  
stack will be properly maintained via a POP. Should the test fail, the instruction at location 53 (the  
next sequential instruction) will be executed. Likewise, at address 53, either the instruction at 90 or  
54 will be subsequently executed, respective to the test being passed or failed. The instruction at 54  
follows the same rules, going to either 80 or 55. An instruction sequence as described here, using  
the CJPP instruction, is very useful when several inputs are being tested and the microprogram is  
looping waiting for any of the inputs being tested to occur before proceeding to another sequence of  
instructions. This provides the powerful jump-table programming technique at the firmware level.  
Instruction 12 LDCT is the LOAD COUNTER AND CONTINUE instruction, which simply  
enables the counter to be loaded with the value at its parallel inputs. These inputs are normally  
connected to the pipeline branch address field which (in the architecture being described here)  
serves to supply either a branch address or a counter value depending upon the microinstruction  
being executed. There are altogether three ways of loading the counter the explicit load by this  
instruction 12; the conditional load included as part of instruction 4; and the use of the RLDn input  
along with any instruction. The use of RLDn with any instruction overrides any counting or  
decrementation specified in the instruction, calling for a load instead. Its use provides additional  
microinstruction power, at the expense of one bit of microinstruction width. This instruction 12 is  
exactly equivalent to the combination of instruction 14 and RLDn LOW. Its purpose is to provide a  
simple capability to load the register/counter in those implementations which do not provide  
microprogrammed control for RLDn.  
Instruction 13 LOOP is the TEST END-OF-LOOP instruction, which provides the capability of  
conditionally exiting a loop at the bottom; that is, this is a conditional instruction that will cause the  
microprogram to loop, via the file, if the test is failed else to continue to the next sequential  
instruction. The example in Figure II shows the LOOP microinstruction at address 56. If the test  
fails, the microprogram will branch to address 52. Address 52 is on the stack because a PUSH  
instruction had been executed at address 51. If the test is passed at instruction 56, the loop is  
terminated and the next sequential microinstruction at address 57 is executed, which also causes the  
stack to be POP’d; thus, accomplishing the required stack maintenance.  
Instruction 14 CONT is the CONTINUE instruction, which simply causes the microprogram  
counter to increment so that the next sequential microinstruction is executed. This is the simplest  
microinstruction of all and should be the default instruction which the firmware requests whenever  
there is nothing better to do.  
Instruction 15 TWB, THREE-WAY-BRANCH, is the most complex. It provides for testing for  
both a data-dependent condition and the counter during one microinstruction and provides for  
selecting among one of three microinstruction addresses as the next microinstruction to be  
performed. Like instruction 8, a previous instruction will have loaded a count into the  
register/counter while pushing a microbranch address onto the stack. Instruction 15 performs a  
decrement-and-branch-until-zero function similar to instruction 8. The next address is taken from  
the top of the stack until the count reaches zero; then the next address comes from the pipeline  
register. The above action continues as long as the test condition fails. If at any execution of  
IA211030314-03  
http://www.Innovasic.com  
Customer Support:  
Page 15 of 21  
1-888-824-4184  
 复制成功!