JPS61282932A - Address counter control system - Google Patents
Address counter control systemInfo
- Publication number
- JPS61282932A JPS61282932A JP12364385A JP12364385A JPS61282932A JP S61282932 A JPS61282932 A JP S61282932A JP 12364385 A JP12364385 A JP 12364385A JP 12364385 A JP12364385 A JP 12364385A JP S61282932 A JPS61282932 A JP S61282932A
- Authority
- JP
- Japan
- Prior art keywords
- bits
- program
- counter
- instruction
- memory
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Advance Control (AREA)
- Executing Machine-Instructions (AREA)
Abstract
Description
【発明の詳細な説明】
〔概要〕
所定プロセッサのアドレスカウンタ制御方式であって、
格納している全てのプログラムが決められた語長(ビッ
ト数)で作成し格納されているのに対応して、各プログ
ラムに必要な語長(ビット数)で作成し格納させ、その
指定を語長くビット数)にて判断するようにし、プログ
ラムエリアの縮小と処理速度の高速度化を可能とする。[Detailed Description of the Invention] [Summary] An address counter control method for a predetermined processor, comprising:
Corresponding to the fact that all stored programs are created and stored with a fixed word length (number of bits), each program is created and stored with the required word length (number of bits) and its designation is This makes it possible to reduce the program area and increase processing speed.
本発明は、各種語長(ビット数)からなるプログラムを
格納しているプログラムメモリからのプログラム選択を
プログラムカウンタにて行う装置に係り、特に前記各種
語長(ビット数)をもとにして前記プログラムカウンタ
の下位複数ビットで指定するアドレスカウンタ制御方式
に関する。The present invention relates to a device that uses a program counter to select a program from a program memory storing programs of various word lengths (bit numbers), and particularly to This invention relates to an address counter control method specified by multiple lower bits of a program counter.
汎用ディジタル信号の処理をプログラム制御にて行うプ
ロセッサで処理する場合、複数の処理を同時に実行させ
る「複合命令」プログラムと単一の処理を実行させる「
単一命令」プログラムとを混在させて処理している。When processing general-purpose digital signals with a processor that performs program control, there are two types of programs: a "compound instruction" program that executes multiple processes simultaneously, and a "compound instruction" program that executes a single process.
It is processing a mixture of "single instruction" programs.
これらのプログラムはプロセッサ内のプログラムメモリ
中に格納し、必要の都度取り出して使用している。この
ようなプログラムメモリから所定プログラムを取り出す
場合のアドレス指定はアドレスカウンタにて行っている
。These programs are stored in the program memory within the processor and retrieved and used whenever necessary. When a predetermined program is retrieved from such a program memory, an address counter is used to designate an address.
一方、プログラムメモリに格納しているプログラムの語
長(ビット数)は処理する内容により相違するが、一般
的には予め決められた所定語長(ビット数)を持って各
種プログラムを格納している。On the other hand, the word length (number of bits) of programs stored in the program memory varies depending on the content to be processed, but in general, various programs are stored with a predetermined word length (number of bits). There is.
かかるプログラムを必要最小限の語長(ビット数)で格
納すると共に、そのプログラムを使用することによりプ
ロセッサの迅速な実行処理化が図られる方式が期待され
る。It is expected that such a program will be stored in the minimum required word length (number of bits) and that the program will be used to speed up the execution of the processor.
〔従来の技術と発明が解決しようとする問題点〕従来技
術として汎用ディジタル信号処理用プロセッサを例に取
り説明する。[Prior art and problems to be solved by the invention] A general-purpose digital signal processing processor will be explained as an example of the prior art.
第4図は汎用ディジタルプロセッサの従来例を説明する
ブロック図、第5図はプロセッサ処理用プログラムの格
納状況図をそれぞれ示す。FIG. 4 is a block diagram illustrating a conventional example of a general-purpose digital processor, and FIG. 5 is a storage status diagram of processor processing programs.
汎用ディジタルプロセッサ6(以下DSP6と称する)
はLSI化されており、第4図はその一部のブロック図
を示す。又、第4図は、
本DSP6の命令実行手順を制御するプログラムを格納
しているプログラムメモリ (ROM) 1と、プログ
ラムメモリ(ROM) 1から出力される所定プログラ
ムを選択し内部バスaに送出するセレクタ2と、
プログラムメモリ(ROM) 1から出力される所定プ
ログラムから命令実行内容を解釈するデコーダ3と、
前記プログラムメモリ (ROM) 1に格納している
データを読出すためのアドレスをアドレスポインタ(図
示してない)から入力し計数するアドレスカウンタ4と
、
プログラムメモリ (ROM) 1から出力されるプロ
グラムの命令が所定演算命令であれば乗算器と論理演算
装置とにより前記所定演算命令を実行する演算部5等か
ら構成されている。General-purpose digital processor 6 (hereinafter referred to as DSP 6)
is implemented as an LSI, and FIG. 4 shows a block diagram of a part of it. Further, FIG. 4 shows a program memory (ROM) 1 storing a program for controlling the instruction execution procedure of the DSP 6, and a predetermined program outputted from the program memory (ROM) 1 which is selected and sent to the internal bus a. a decoder 3 that interprets instruction execution contents from a predetermined program output from the program memory (ROM) 1; and an address pointer that indicates an address for reading data stored in the program memory (ROM) 1. If the program command output from the program memory (ROM) 1 is a predetermined arithmetic instruction, a multiplier and a logical arithmetic unit execute the predetermined arithmetic instruction. It is composed of an arithmetic unit 5 and the like.
上述のDSP6は高速でしかもプログラムメモリ (R
OM) 1を効率良く使用する方法の1つとして、命令
の複合化(複合命令)を図っている。The above-mentioned DSP6 is high-speed and has a small program memory (R
One way to efficiently use OM) 1 is to combine instructions (compound instructions).
例えば、プログラムメモリ (ROM) 1の容量がI
Kステップ×32ビットとした場合、第5図(A)に示
すように32ビツトを例えば16ビツトに分割して、一
方に演算部5から内部バスaへの「データ転送命令」、
もう一方には演算部5での「演算命令」を格納している
。For example, the capacity of program memory (ROM) 1 is I
In the case of K steps x 32 bits, the 32 bits are divided into, for example, 16 bits as shown in FIG.
The other side stores "operation instructions" for the operation section 5.
プログラムメモリ(ROM) 1にはこのような複合命
令や単一命令等各種の命令が格納されており、このよう
な各種命令の内容をプログラムメモリ (ROM) 1
から読出すプログラムから解釈する方法として、アドレ
スカウンタ4の最下位ビットを順次インクリメントし、
そのアドレスによりメモリ(ROM)1から読出した命
令をデコーダ3に掛は解釈して実行している。Program memory (ROM) 1 stores various instructions such as compound instructions and single instructions, and the contents of these various instructions are stored in program memory (ROM) 1.
As a method of interpretation from the program read from the address counter 4, the least significant bit of the address counter 4 is incremented sequentially
The command read from the memory (ROM) 1 according to the address is interpreted by the decoder 3 and executed.
このような複合命令を採用したアーキテクチャのDSP
6の場合は、一般的に1命令の語長(ビット数)が大き
くなる傾向にある。一方、各種処理の中には複合命令を
必要とせず単一命令が連続する場合がある。A DSP with an architecture that adopts such complex instructions
In the case of 6, the word length (number of bits) of one instruction generally tends to be large. On the other hand, among various types of processing, there are cases in which single instructions are consecutive without requiring compound instructions.
しかし、上述のような単一命令でも複合命令を採用した
DSP6では複合命令と同じプログラムの語長(ビット
数)を必要とし、不要な領域は第5図(B)に示すよう
に不動作領域として処理する必要があると共に、プログ
ラムメモリ (ROM) 1の使用効率を悪くすると言
う問題点がある。However, in a DSP6 that employs compound instructions even for a single instruction as described above, the program word length (number of bits) is the same as that of the compound instruction, and unnecessary areas are moved to non-operational areas as shown in Figure 5 (B). In addition, there is a problem in that the program memory (ROM) 1 is inefficiently used.
第1図は本発明の原理ブロック図を示す。 FIG. 1 shows a block diagram of the principle of the present invention.
第1図は第4図で説明したプログラムメモリ (ROM
) 1 、セレクタ部2.デーコダ3.アドレスカウン
タ4から構成され、
更にアドレスカウンタ4は、
デーコダ3からの出力により下位2ビツトをインクリメ
ントし、その結果がセレクタ部2を制御するカウント値
として出力すると共に、プログラムメモリ (ROM)
1の読出しを上位10ビツトのカンウド値で8ビット
単位で読出しを行うプログラムカウンタ41(以下PC
41と称する)と、PC41の上位10ビツトのカンウ
ド値をメモリ (ROM) 1をアクセスするアドレス
として出力する上位アドレスデコーダ42と、
PC41の下位2ビツトのカンウド値をセレクタ部2に
格納した8ビット単位の複数のデータから所定データを
セレクトするためのアドレスとして出力する下位アドレ
スデコーダ43と
デーコダ3からの出力を受けて最下位ビットのインクリ
メントか最下位から2番目のビットのインクリメントか
の制御を行うpc制御部44と、から構成している。Figure 1 shows the program memory (ROM) explained in Figure 4.
) 1, selector section 2. Dekoda 3. The address counter 4 increments the lower two bits based on the output from the decoder 3, outputs the result as a count value to control the selector section 2, and also stores the result in the program memory (ROM).
A program counter 41 (hereinafter referred to as PC
41), an upper address decoder 42 which outputs the upper 10 bit count value of the PC 41 as an address for accessing memory (ROM) 1, and an 8-bit controller 42 which stores the lower 2 bit count value of the PC 41 in the selector unit 2. It receives the output from the lower address decoder 43 and decoder 3, which outputs it as an address for selecting predetermined data from a plurality of data units, and controls whether the least significant bit is incremented or the second bit from the least significant bit is incremented. It consists of a PC control section 44.
(作用〕
1にステップ×32ビットのメモリ (ROM) 1に
格納しているプログラムを上位アドレスデコーダ42で
32ビット単位にアクセスしセレクタ部2に送出し格納
する。デコーダ3は格納されたプログラムコードにより
実行する命令のビット数を判断して、所定信号をpc制
御部44に送出する。(Operation) The program stored in step 1 x 32-bit memory (ROM) 1 is accessed in units of 32 bits by the upper address decoder 42 and sent to and stored in the selector section 2. The decoder 3 reads the stored program code. The number of bits of the instruction to be executed is determined based on the number of bits of the instruction to be executed, and a predetermined signal is sent to the PC control unit 44.
pc制御部44は所定信号によりPC41の下位2ビツ
トのカンウド値を変位させ、この値によりセレクタ部2
に送出されている所定命令をセレクトすることにより、
複数の語長(ビット数)を有するプログラムの読出しが
制御可能となり、メモリ (ROM)1の効率化と共に
、命令処理の迅速化が図られる。The PC control unit 44 displaces the lower two bits of the PC 41 using a predetermined signal, and uses this value to change the selector unit 2.
By selecting the predetermined command sent to
It becomes possible to control reading of programs having a plurality of word lengths (number of bits), thereby increasing the efficiency of the memory (ROM) 1 and speeding up instruction processing.
以下本発明の要旨を第2図、第3図に示す実施例により
具体的に説明する。The gist of the present invention will be specifically explained below with reference to embodiments shown in FIGS. 2 and 3.
第2図は本実施例を説明するブロック図、第3図は本実
施例のプログラムカウンタの動作を説明する図をそれぞ
れ示す。尚、全図を通じて同一符号は同一対象物を示す
。FIG. 2 is a block diagram for explaining this embodiment, and FIG. 3 is a diagram for explaining the operation of the program counter of this embodiment. Note that the same reference numerals indicate the same objects throughout the figures.
第2図に示すセレクタ部2はメモリ (ROM) 1か
ら出力される32ビツトのデータ(プログラム)を−次
的に格納するレジスタ21と、
32ビツトの内8ビットのデータ(プログラム)をレジ
スタ21からセレクトする8ビツト用セレクタ22と、
32ビツトの内16ビツトのデータ(プログラム)をレ
ジスタ21からセレクトする16ビツト用セレクタ23
と、
32ビツトのデータ(プログラム)をレジスタ21から
セレクトする32ビット用セレクタ24と、からなって
いる。The selector unit 2 shown in FIG. 2 has a register 21 that sequentially stores 32-bit data (program) output from a memory (ROM) 1, and a register 21 that stores 8-bit data (program) out of the 32 bits. An 8-bit selector 22 selects from the register 21, and a 16-bit selector 23 selects 16 bits of data (program) out of 32 bits from the register 21.
and a 32-bit selector 24 that selects 32-bit data (program) from the register 21.
次に本実施例の動作を説明する。尚、セレクタ部2はリ
セットされると例えば、8ビツトのデータをセレクトす
るように設定されるものとする。Next, the operation of this embodiment will be explained. It is assumed that when the selector section 2 is reset, it is set to select, for example, 8-bit data.
又、メモリ(ROM) 1に格納されているデータ(プ
ログラム)の先頭数ビットはそのデータ(プログラム)
の語長(ビット数)を表示する命令コード領域を有する
ものとする。Also, the first few bits of the data (program) stored in memory (ROM) 1 are the data (program).
It has an instruction code area that displays the word length (number of bits).
本DSP6がリセット後セレクタ部2から送出された8
ビツト長のコードによりデコーダ3は所定信号をpc制
御部44に送出する。pc制御部44はこの信号により
第3図(A)に示すようにPC41の最下位ビット(即
ち、”A″部分をインクリメントする。8 sent from the selector unit 2 after this DSP 6 is reset
The decoder 3 sends a predetermined signal to the PC control section 44 based on the bit length code. Based on this signal, the PC control unit 44 increments the least significant bit (ie, the "A" portion) of the PC 41 as shown in FIG. 3(A).
尚、PC制御部44がPC41の下位2ビツトの“A”
部分をインクリメントした場合は8ビツト命令、“B”
部分をインクリメントした場合は16ビツト命令、父上
値10ビットの最下位ビット部分である″C″部分をイ
ンクリメントした場合は32ビツト命令がセレクトされ
ることになる。Note that the PC control unit 44 inputs “A” in the lower two bits of the PC 41.
If part is incremented, 8-bit instruction, “B”
If the part is incremented, a 16-bit instruction will be selected, and if the "C" part, which is the least significant bit part of the 10-bit father value, is incremented, a 32-bit instruction will be selected.
又、各々のビットをインクリメントする時、そのビット
より下のビットは前の状態を保持するように制御される
。一方、上位10ビツトのインクリメントは下位2ビツ
トより1つ前のアドレスを指定出来るように順次pc制
御部44で制御し、インクリメントされる。Also, when each bit is incremented, the bits below it are controlled to maintain their previous state. On the other hand, the increment of the upper 10 bits is controlled and incremented sequentially by the PC control unit 44 so that the address one address before the lower 2 bits can be specified.
上位lOビビッのカウント値はアドレスデコーダ42で
メモリ (ROM) 1を次のデータ(プログラム)位
置をアクセスするアドレスに変換して送出し、レジスタ
21に格納しているデータ(プログラム)のセレクトが
終了すると直ちに次のデータ(プログラム)、即ち第3
図(B)に示す本実施例では16ビツトのデータ(プロ
グラム)を送出する。The count value of the upper lO bit is converted from memory (ROM) 1 by the address decoder 42 to the address to access the next data (program) location and sent, and the selection of the data (program) stored in the register 21 is completed. Immediately, the next data (program), i.e. the third
In this embodiment shown in Figure (B), 16-bit data (program) is sent.
尚、32ビツト命令がセレクトされる場合は下位2ビツ
トのインクリメントは停止されることになる。Incidentally, when a 32-bit instruction is selected, incrementing of the lower two bits is stopped.
次に、次のデータ(プログラム)の語長(ビット数)を
レジスタ21に格納したデータ(プログラム)より16
ビツトとデコーダ3が解釈すると前述と同様にpc制御
部44はPC41の“B″部分インクリメントすると共
に、PC41のこの時の下位2ビツトのカウント値がア
ドレスデコーダ43に送出される。Next, the word length (number of bits) of the next data (program) is determined by 16 from the data (program) stored in the register 21.
When the bit is interpreted by the decoder 3, the PC control unit 44 increments the "B" portion of the PC 41, and the count value of the lower 2 bits of the PC 41 at this time is sent to the address decoder 43.
アドレスデコーダ43はこれにより16ビツト用セレク
タ23をアクセスして16ビツト命令を内部バスaに送
出する。尚、上述したようなI’C41のインクリメン
トの状況とメモリ (ROM) 1に格納しているデー
タ(プログラム)の状態は第3図(B)に示す。Address decoder 43 thereby accesses 16-bit selector 23 and sends a 16-bit instruction to internal bus a. Incidentally, the incrementing status of the I'C 41 and the status of the data (program) stored in the memory (ROM) 1 as described above are shown in FIG. 3(B).
即ち、メモリ (ROM) 1の最初の命令は8ビツト
の命令であり、これを8ビツトのデータ(プログラム)
の先頭コードでデコーダ3が解釈してPC41の“A”
部分をインクリメント(第3図(B)のQ印の個所がイ
ンクリメントされる開所を示す)し、このカウント値に
より8ビツトのデータ(プログラム)をセレクタ部2で
セレクトする。That is, the first instruction in memory (ROM) 1 is an 8-bit instruction, which is converted into 8-bit data (program).
The decoder 3 interprets the first code and outputs "A" on the PC 41.
(the Q mark in FIG. 3(B) indicates the opening for incrementing), and the selector unit 2 selects 8-bit data (program) based on this count value.
このように12ビツトで表示するPC41の下位2ビツ
トと上位10ビツトとに分け、それぞれのカウント値に
意味を待たせてメモリ (ROM) l及びセレクタ部
2をアクセスすることにより命令の迅速な処理と効率的
にメモリ (ROM) 1を使用することが可能となる
。In this way, the PC 41, which is displayed in 12 bits, is divided into the lower 2 bits and the upper 10 bits, and the meaning of each count value is waited for before accessing the memory (ROM) 1 and the selector section 2, thereby speeding up the processing of instructions. This makes it possible to use memory (ROM) 1 efficiently.
以上のような本発明によれば、複数の語長(ビット数)
を有する命令はその有する語長(ビット数)で迅速に命
令処理を実行出来ると共に、命令を格納するメモリの効
率化が図れると言う効果がある。According to the present invention as described above, a plurality of word lengths (number of bits)
The instruction having the word length (number of bits) allows the instruction to be processed quickly and has the effect of increasing the efficiency of the memory that stores the instruction.
第1図は本発明の原理ブロック図、
第2図は本実施例を説明するブロック図、第3図は本実
施例のプログラムカウンタの動作を説明する図、
第4図は汎用ディジタルプロセッサの従来例を説明する
ブロック図、
第5図はプロセッサ処理用プログラムの格納状況図、
1はプログラムメモリ (ROM)、
2はセレクタ部、 21はレジスタ、22は8ビ
ツト用セレクタ、
23は16ビツト用セレクタ、
24は32ビツト用セレクタ、
3はデコーダ、
4はアドレスカウンタ、
41はPCl
42は一ヒ位アドレスデコーダ、
43は下位アドレスデコーダ、
44はpc制御部、 5は演算部、6はDS
P 。
小発すの7原理γロッフ口
千 1 囚
CA)
<B)
’f−3ロ
夷 5 図Figure 1 is a block diagram of the principle of the present invention, Figure 2 is a block diagram explaining this embodiment, Figure 3 is a diagram explaining the operation of the program counter of this embodiment, and Figure 4 is a conventional general-purpose digital processor. A block diagram explaining an example. Figure 5 is a storage situation diagram of a processor processing program. 1 is a program memory (ROM), 2 is a selector section, 21 is a register, 22 is a selector for 8 bits, and 23 is a selector for 16 bits. , 24 is a 32-bit selector, 3 is a decoder, 4 is an address counter, 41 is a PCL, 42 is a 1-hi address decoder, 43 is a lower address decoder, 44 is a PC control section, 5 is a calculation section, 6 is a DS
P. 7 principles of small firing
Claims (1)
しているプログラムメモリ(1)と、前記プログラムメ
モリ(1)から出力される前記複数のプログラムの中か
ら所定語長(ビット数)を有する該プログラムをセレク
トするセレクタ部(2)と、 前記セレクタ部(2)でセレクトした該プログラムの語
長(ビット数)によって何ビット命令かを判定するデコ
ーダ(3)とを備えてなるプロセッサ装置において、 前記メモリ(1)から出力される所定プログラムの命令
種別制御を、命令を構成する該語長(ビット数)の複数
の下位ビットにて行うアドレスカウンタ(4)に、 上位Nビット、下位Mビットの(N+M)ビットで構成
し、前記デコーダ(3)からの情報により上位Nビット
及び下位Mビットのカウンタ値を変化させるプログラム
カウンタ(41)と、 前記カウンタ(41)の上位Nビットのカウンタ値を入
力し、前記メモリ(1)をアクセスするアドレスに変換
する上位アドレスデコーダ(42)と、前記カウンタ(
41)の下位Mビットのカウンタ値を入力し、前記セレ
クタ部(2)をアクセスするアドレスに変換する下位ア
ドレスデコーダ(43)と、前記デコーダ(3)からの
情報により前記カウンタ(41)のカウンタ値の変位を
制御するプログラムカウンタ制御部(44)とを設け、 前記プログラムカウンタ(41)のカウンタ値の下位ビ
ットの変化状況により該当するプログラムをセレトクす
ることを特徴とするアドレスカウンタ制御方式。[Claims] A program memory (1) storing a plurality of programs having various word lengths (number of bits); (number of bits); and a decoder (3) that determines how many bits the instruction is based on the word length (number of bits) of the program selected by the selector unit (2). In the processor device, an address counter (4) that controls the instruction type of a predetermined program output from the memory (1) using a plurality of lower bits of the word length (number of bits) constituting the instruction; a program counter (41) consisting of (N+M) bits, that is, upper N bits and lower M bits, and which changes counter values of the upper N bits and lower M bits according to information from the decoder (3); and the counter (41) an upper address decoder (42) that inputs the counter value of the upper N bits of the counter and converts it into an address for accessing the memory (1);
a lower address decoder (43) that inputs the counter value of the lower M bits of 41) and converts it into an address to access the selector section (2); An address counter control system comprising: a program counter control section (44) for controlling the displacement of a value, and selecting a corresponding program according to a change state of a lower bit of a counter value of the program counter (41).
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP12364385A JPS61282932A (en) | 1985-06-07 | 1985-06-07 | Address counter control system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP12364385A JPS61282932A (en) | 1985-06-07 | 1985-06-07 | Address counter control system |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPS61282932A true JPS61282932A (en) | 1986-12-13 |
Family
ID=14865669
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP12364385A Pending JPS61282932A (en) | 1985-06-07 | 1985-06-07 | Address counter control system |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS61282932A (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH02184921A (en) * | 1989-01-12 | 1990-07-19 | Fujitsu Ltd | Instruction decoding circuit |
| KR100436015B1 (en) * | 1995-05-31 | 2004-09-16 | 마츠시타 덴끼 산교 가부시키가이샤 | A microprocessor that supports the program's code size reduction |
| JP2013177146A (en) * | 2012-02-28 | 2013-09-09 | Kubota Corp | Beverage feeding device |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS5671141A (en) * | 1979-11-14 | 1981-06-13 | Mitsubishi Electric Corp | Instruction word read control system |
-
1985
- 1985-06-07 JP JP12364385A patent/JPS61282932A/en active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS5671141A (en) * | 1979-11-14 | 1981-06-13 | Mitsubishi Electric Corp | Instruction word read control system |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH02184921A (en) * | 1989-01-12 | 1990-07-19 | Fujitsu Ltd | Instruction decoding circuit |
| KR100436015B1 (en) * | 1995-05-31 | 2004-09-16 | 마츠시타 덴끼 산교 가부시키가이샤 | A microprocessor that supports the program's code size reduction |
| JP2013177146A (en) * | 2012-02-28 | 2013-09-09 | Kubota Corp | Beverage feeding device |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US4833640A (en) | Register bank change including register to register transfer in a data processing system | |
| US4550369A (en) | Apparatus and method for processing macroinstructions and microinstructions | |
| EP0518479A2 (en) | Processing system including memory selection | |
| KR100314484B1 (en) | Information processor | |
| EP0240606B1 (en) | Pipe-line processing system and microprocessor using the system | |
| JPS61282932A (en) | Address counter control system | |
| JPH08249018A (en) | Multiprocessor arithmetic device and programmable controller having the device | |
| US4813019A (en) | Semiconductor integrated circuit | |
| JP3523350B2 (en) | Program counting system and program counter operating method | |
| JPS6230455B2 (en) | ||
| JP3058524B2 (en) | Program control unit | |
| JP3024410B2 (en) | Programmable controller | |
| JPH08297583A (en) | Interrupt handling apparatus and method thereof | |
| JPH0683765A (en) | Microcomputer | |
| JPH05225057A (en) | Cache memory controller | |
| JPH0424852A (en) | Multi-port access system | |
| JPH0740243B2 (en) | Information processing equipment | |
| JPS5856124B2 (en) | Sequence control device | |
| JPS6229814B2 (en) | ||
| JPH03164849A (en) | Microprocessors and microprocessor systems | |
| JPH06100965B2 (en) | Micro program controller | |
| JPS6156820B2 (en) | ||
| JPH0319570B2 (en) | ||
| JPH031233A (en) | Pipeline control system information processor | |
| JPH06110682A (en) | Advanced readout arithmetic processing device |