JPH03129430A - Processor capable of repeatly designating parameter - Google Patents
Processor capable of repeatly designating parameterInfo
- Publication number
- JPH03129430A JPH03129430A JP26781889A JP26781889A JPH03129430A JP H03129430 A JPH03129430 A JP H03129430A JP 26781889 A JP26781889 A JP 26781889A JP 26781889 A JP26781889 A JP 26781889A JP H03129430 A JPH03129430 A JP H03129430A
- Authority
- JP
- Japan
- Prior art keywords
- command
- parameter
- holding means
- processor
- parameters
- 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
- Executing Machine-Instructions (AREA)
- Image Generation (AREA)
Abstract
Description
【発明の詳細な説明】
〔発明の(既要〕
外部よりコマンド及びパラメータを与えられて動作する
プロセッサに関し、
プロセッサ側でパラメータの繰返し数を管理、計数する
手段を必要とせずに、nパラメータ形式のコマンドを実
行可能にすることを目的とし、各々選択手段で指定され
る、コマンド保持手段とパラメータ保持手段を持ち、ま
た、パラメータ保持手段にパラメータが転送されたとき
送られる転送終了信号で起動して、パラメータ保持手段
に入っているパラメータを用いて、コマンド保持手段に
入っているコマンドを実行する制御装置を有する構成と
する。[Detailed Description of the Invention] [Required] Regarding a processor that operates by receiving commands and parameters from the outside, an n-parameter format is provided that does not require a means for managing and counting the number of repetitions of parameters on the processor side. It has a command holding means and a parameter holding means, each specified by a selection means, and is activated by a transfer end signal sent when a parameter is transferred to the parameter holding means. The configuration includes a control device that executes commands stored in the command storage means using parameters stored in the parameter storage means.
本発明は、外部よりコマンド及びパラメータを与えられ
て動作するプロセッサに関し、パラメータの繰返し指定
ができるようにしたものである。The present invention relates to a processor that operates by receiving commands and parameters from the outside, and is capable of repeatedly specifying parameters.
外部よりコマンド及びパラメータを与えて動作するVL
SI(VERY LARGE 5CALE IC)プロ
セッサニオいて、同一のコマンドが連続する場合、単純
には同じコマンドを?!数回転送すればよいが、煩雑で
もある。本発明は、この場合の処理に係るものである。VL that operates by giving commands and parameters from the outside
When using an SI (VERY LARGE 5CALE IC) processor, if the same command is repeated consecutively, is it simply the same command? ! It is possible to transfer the information several times, but it is also complicated. The present invention relates to processing in this case.
従来、同一のコマンドが連続する場合は、プロセッサに
対して同じコマンドを複数回転送する。Conventionally, when the same command occurs consecutively, the same command is transferred to the processor multiple times.
描画用プロセッサを例にとると、例えば第5図に示すよ
うに直線1〜3の3本の直線を引こうとした場合は、1
本の直線は直線コマンドと、開始点EIEI、終了点座
標の2つのパラメータ、の3つで描画されるから、第6
図に示すように直線1,2゜3用のコマンドとパラメー
タの各3つを送る必要があり、全体では9ステツプ、9
バス・サイクル必要である。一般化すれば、0本の直線
を描画するには3n個のコマンドとパラメータを送る必
要があり、3nステツプ必要である。Taking a drawing processor as an example, if you try to draw three straight lines 1 to 3 as shown in Figure 5, 1
A straight line in a book is drawn using a straight line command and two parameters: the starting point EIEI and the ending point coordinates, so the 6th
As shown in the figure, it is necessary to send three commands and parameters for straight lines 1 and 2°3, totaling 9 steps and 9
Bus cycle required. Generalizing, to draw 0 straight lines, it is necessary to send 3n commands and parameters, and 3n steps are necessary.
しかしコマンドはいずれも「直線コマンド」で、各々に
共通であるから、記憶領域、転送時間などを節約するた
めに、コマンド内に繰返し数の情報(nパラメータ)を
入れ、プロセッサ側でnパラメータだけカウントとして
同一のコマンドをn回繰り返し実行する方式も考えられ
ている。これを第7図に示す。図示のようにコマンドは
「直線コマンド、n=341つで、あとは開始/終了点
座標対のみn回送る。この場合は7ステツプ、−M化し
て言えば2n+1ステンブで処理可能である。However, all commands are "linear commands" and are common to each, so in order to save storage space, transfer time, etc., information on the number of repetitions (n parameter) is included in the command, and the processor side only uses the n parameter. A method of repeatedly executing the same command n times as a count has also been considered. This is shown in FIG. As shown in the figure, the command is "straight line command, n=341, and only the start/end point coordinate pair is sent n times. In this case, it can be processed in 7 steps, or 2n+1 steps in -M.
描画で直線を引くとき1,2本直線を引いてそれで終り
というのは稀で、数10本、数100本引くのが普通で
ある。従って3nステツプを2n+1ステツプにしてn
−1ステツプ節減することも、nが数10〜数100で
は大きな利点になる。When drawing straight lines, it is rare to draw one or two straight lines and be done with it; it is normal to draw several tens or hundreds of lines. Therefore, 3n steps are changed to 2n+1 steps, and n
Saving -1 step is also a great advantage when n is several 10 to several 100.
第7図の方式では第6図の方式よりステップ数の節減が
可能であるが、上記のnパラメータ形t(のコマンドを
1つのコマンドとして扱うため、受は側即ちプロセッサ
側でコマンドの繰返し数nを管理する必要がある。そし
てパラメータ(開始/終了点座標)に対しコマンド(直
線を引け)を実行する毎にnを−1して、n=oで処理
終了とする必要がある。これはプロセッサ側のハードウ
ェア、ソフトウェアを大にする。The method shown in FIG. 7 can reduce the number of steps compared to the method shown in FIG. It is necessary to manage n.And every time a command (draw a straight line) is executed for a parameter (start/end point coordinates), n must be decremented by 1, and the process must end when n=o.This increases the hardware and software on the processor side.
本発明はか\る点を改善し、プロセッサ側でパラメータ
の繰返し数を管理、計数する手段を必要とせずに、nパ
ラメータ形式のコマンドを実行可能にすることを目的と
するものである。It is an object of the present invention to improve the above points and to make it possible to execute commands in the n-parameter format without requiring means for managing and counting the number of parameter repetitions on the processor side.
〔課題を解決するための手段]
第1図に示すように本発明ではコマンド保持手段12と
パラメータ保持手段14を設ける。これらは外部より選
択手段例えばアドレスで指定できる。[Means for Solving the Problems] As shown in FIG. 1, the present invention provides command holding means 12 and parameter holding means 14. These can be specified externally using a selection means, for example, an address.
外部からはアドレスを指定してコマンドを入力する。ブ
[1セツサは、このアドレスで指定されるコマンド保持
手段t2只体的にはレジスタへ、該コマンドを受取るの
。次に、またアドレスを指定して外部よりパラメータブ
〔3・7りを入力する。プロセッサは、このアドレスで
指定されるパラメータ保持手段14具体例にはレジスタ
へ、該パラメータブロックを受取る■。このパラメータ
の転送が済むと、外部より転送終了信号を送る。プロセ
ッサの制御装置16はこの転送終了信号を受けると、パ
ラメータ保持手段14に入っているパラメータプロ・7
りを用いて、コマンド保持手段12に入っているコマン
ドを実行する■。From the outside, specify the address and input commands. The command holding means t2 designated by this address basically receives the command into the register. Next, specify the address again and input parameter blocks [3 and 7] from the outside. The processor receives the parameter block to the parameter holding means 14, eg, a register, specified by this address. When this parameter transfer is completed, a transfer end signal is sent from the outside. When the processor control device 16 receives this transfer end signal, the processor controller 16 updates the parameter processor 7 stored in the parameter holding means 14.
■ Execute the command stored in the command holding means 12 using the command.
同しコマンドを繰り返し実行するときは、次のコマンド
を送らず、パラメータブロックのみ送り■■■、転送終
了で転送終了信号を送る。これを受けると制御装置16
は、パラメータ保持手段14に入っているバラメークを
用いて、コマンド保持手段12に入っているコマンドを
実行する■。When repeatedly executing the same command, send only the parameter block without sending the next command, and send a transfer end signal when the transfer is completed. Upon receiving this, the control device 16
(2) executes the command stored in the command storage means 12 using the parameter storage stored in the parameter storage means 14;
本例ではコマンドは変っていないから、前と同しコマン
ドが、パラメータだけ変って実行されることになる。In this example, the command has not changed, so the same command as before will be executed with only the parameters changed.
(作用)
このように本発明では、コマンド保持手段にコマンドを
入れておき、あとは、パラメータ保持手段へパラメータ
を入れるだけで何回も同しコマンドを実行させることが
できる。コマンドに繰返し数nを含ませる必要はなく、
プロセッサがこの繰返し数を管理、計数する必要もない
。(Function) As described above, in the present invention, the same command can be executed many times by simply inputting a command into the command holding means and then inputting parameters into the parameter holding means. There is no need to include the number of repetitions n in the command,
There is no need for the processor to manage or count this number of repetitions.
第7図の従来のnパラメータ形式のコマンドでは、第4
図に示すように該コマンドを受取ったら■、カウンタを
Oに初期設定し■Z該カウンタの計数値が該コマンドに
含まれている繰返し数nか否かチエツクし■、nでない
なら(今は当然nでない)パラメータブロックを受取り
■、コマンドを実行する■。コマンド実行後カウンタを
+1し■、ステップ■へ戻ってカウンタの内容がnか否
かチエツクし、nでないならコマンドを実行し、+1す
る。これを繰り返すとやがてカウンタの計数値がnにな
り、これで当該コマンドの処理は終って、次コマンドを
待つ■。従ってプロセッサはカウンタを持ら、コマンド
実行の度に+lし、カウント=nか否かチエツクする機
能を持たなければならない。In the conventional n-parameter format command shown in Figure 7, the fourth
As shown in the figure, when the command is received, the counter is initialized to O, and the count value of the counter is checked to see if it is the number of repetitions n included in the command. Receive the parameter block (of course not n) and execute the command. After executing the command, the counter is incremented by 1. Returning to step 2, it is checked whether the contents of the counter are n or not. If not, the command is executed and incremented by 1. If this is repeated, the count value of the counter will eventually reach n, and the processing of the command in question is now complete, and the next command will be waited for (■). Therefore, the processor must have a counter and have the function of incrementing the counter each time a command is executed and checking whether the count is n.
プロセッサはコマンドとパラメータを格納する手段(レ
ジスタ)を持つが、これは外部からは1つに見えている
。コマンドなのかパラメータなのかは送られてくる順で
区別される。即ちプロセッサはコマンド解析手段を持ち
、このコマンドならパラメータ幾つかを知り(直線コマ
ンドならパラメータは開始点、終了点の2つ)、最初に
送られてくるものはコマンドであるからその格納部へ格
納し、2番目と3番に送られてくるものはパラメータで
あるからその格納部へ格納する。そして4番目は、第6
図の方式ならコマンドであるはずであるからその格納部
へ送り、第7図ならパラメータであるはずであるからそ
の格納部へ格納する。A processor has means (registers) for storing commands and parameters, which are visible from the outside as one. Whether it is a command or a parameter is determined by the order in which it is sent. In other words, the processor has a command analysis means, and for this command, it knows several parameters (for a straight line command, there are two parameters, the start point and the end point), and since the first thing sent is a command, it stores it in its storage section. However, since the second and third messages are parameters, they are stored in the storage section. and the fourth is the sixth
If it is the method shown in the figure, it should be a command, so it will be sent to the storage section, and if it is the method shown in FIG. 7, it should be a parameter, so it will be stored in the storage section.
本発明でコマンド/パラメータ保持手段を外部よりアド
レスで指定できるようにしたのはこのためで、単純に送
ったのではコマンドとパラメータの取り違えが発生する
からである。This is why, in the present invention, the command/parameter holding means can be specified by an address from the outside, because if the command is simply sent, the command and parameter may be confused.
本発明では、コマンドとパラメータの取込み口を2つに
分け、またパラメータブロックの転送ごとに転送終了信
号を設けることで、nパラメータを意識することなく、
コマンドレジスタを書き直すまで同しコマンドを繰り返
し実行することができ、nパラメータのカウンタなどの
装置/機能を必要としない。In the present invention, by dividing the command and parameter input ports into two, and by providing a transfer end signal for each parameter block transfer, you can
The same command can be executed repeatedly until the command register is rewritten, and no device/function such as a counter for n parameters is required.
本発明を描画処理プロセッサに適用した場合の実施例を
第2図に示す。図示のように描画プロセッサ20は主に
、外部のホストCPU30より描画コマンド及びパラメ
ータを受取るホストバスインタフェース部22と、コマ
ンドを解析して直線、円などの図形の描画アドレスを発
生する描画演算部24と、外部グラフィック用メモリ4
2に描画処理を行なうグラフインクハスインタフェース
部26の3つのユニットより構成される。なお32はシ
ステムメモリ、34はホストバス、40は表示装置、4
4はグラフィックバスである。FIG. 2 shows an embodiment in which the present invention is applied to a drawing processor. As shown in the figure, the drawing processor 20 mainly includes a host bus interface unit 22 that receives drawing commands and parameters from an external host CPU 30, and a drawing calculation unit 24 that analyzes the commands and generates drawing addresses for figures such as straight lines and circles. and external graphics memory 4
2, a graph interface section 26 that performs drawing processing; Note that 32 is a system memory, 34 is a host bus, 40 is a display device, and 4
4 is a graphic bus.
11A゛画演算部24は第3図に示すように、マイクロ
1G111111置(マイクロシーケンサ)27、コマ
ンドレジスタ23、パラメータレジスタ25、演算器2
8、ワークレジスタ29などを備え、外部より与えられ
るコマンドおよびパラメータに基すいてマイクロ制御装
置によって(^′i両アドアドレス算処理を行なう。2
1は内部ハス、PENDXはパラメータ転送終了信号で
ある。次に各部の機能動作を列挙する。As shown in FIG.
8. It is equipped with a work register 29, etc., and performs both address calculation processing by the microcontroller based on commands and parameters given from the outside.2.
1 is an internal lotus, and PENDX is a parameter transfer end signal. Next, the functions and operations of each part are listed.
コマンド・レジスタ23: 外部CPUより与えられた
描画コマンドを記憶する。書き換えない限りは、事前に
転送されたコマンドが保持される。Command register 23: Stores drawing commands given from the external CPU. The previously transferred commands are retained unless rewritten.
パラメータ・レジスタ25: レジスタファイルで複数
のパラメータを記憶する。Parameter register 25: Stores multiple parameters in a register file.
マイクロ制御装置27: 内部にマイクロプログラムと
シーケンサを持ち、コマンドレジスタ23によって示さ
れたコマンドの処理を起動信号PENDXによって実行
する。Microcontroller 27: Has an internal microprogram and sequencer, and executes processing of commands indicated by the command register 23 in response to a start signal PENDX.
PENDX信号: 外部(ホストバスIF部)より与え
られるパラメータブロック転送終了信号である。この信
号によってマイクロ制御装置27は1つのコマンドを実
行開始する。PENDX signal: This is a parameter block transfer end signal given from the outside (host bus IF section). This signal causes the microcontroller 27 to start executing one command.
制御信号C3: マイクロ制御装置27より出力され、
各演算、レジスタの制御を行う。Control signal C3: output from the microcontroller 27,
Controls each operation and register.
演算器28:tij画処理の演算を行う。ALU(加減
算器)、乗算器、シフタ等により構成される。Arithmetic unit 28: Performs arithmetic operations for tij image processing. It is composed of an ALU (addition/subtraction unit), a multiplier, a shifter, etc.
ワーク・レジスタ29: 演算結果等の保持を行う。Work register 29: Holds calculation results, etc.
内部バス21:R1f画演算部内のデータの転送を行う
ハスである。Internal bus 21: This bus transfers data within the R1f image calculation section.
次に描画演算部24の動作を説明する。Next, the operation of the drawing calculation section 24 will be explained.
■、郊外部ホストCPU30より描画コマンドが描画プ
ロセッサ20に与えられると、これはホストパスIF部
22によりコマンドレジスタ23に転送される。(2) When a drawing command is given to the drawing processor 20 from the suburban host CPU 30, it is transferred to the command register 23 by the host path IF section 22.
■、コマンドにともなうパラメータ・ブロックが外部の
ホストCPU30より描画プロセッサ20に与えられる
と、これはホストバスIFよりパラメータレジスタ25
に転送され、転送終了でそれを示す信号PENDXがア
サートされる。(2) When a parameter block accompanying a command is given to the drawing processor 20 from the external host CPU 30, it is sent to the parameter register 25 from the host bus IF.
The signal PENDX indicating the end of the transfer is asserted.
■、 PENDX信号によってマイクロ制御装置27が
起動し、制御信号C5によって各レジスタ23.25と
演算器28が制御され、演算結果がグラフインクパスI
F部に転送される。(2) The microcontroller 27 is activated by the PENDX signal, each register 23.25 and the arithmetic unit 28 are controlled by the control signal C5, and the arithmetic results are sent to the graph ink path I.
Transferred to section F.
同じコマンドの繰り返し実行でない場合は上記■〜■の
動作が繰返される。これに対して前述のnパラメータ時
は、やはり直線を3本引く場合を例にとると、次のよう
になる。If the same command is not repeatedly executed, the operations ① to ② above are repeated. On the other hand, when using the aforementioned n parameter, taking as an example the case where three straight lines are drawn, the result is as follows.
■、ホストバスIF部22より直線コマンドがコマンド
レジスタ23に転送され、次に第1のパラメータ・ブロ
ック(開始点座標P1と終了点座標P2の2つのパラメ
ータ)が転送される。この時点でPENDXがアサート
され、描画演算部は実行を行う。即ち直線の各点のアド
レスを演算しグラフィックバスIF部26に転送する。(2) A straight line command is transferred from the host bus IF section 22 to the command register 23, and then the first parameter block (two parameters, starting point coordinate P1 and ending point coordinate P2) is transferred. At this point, PENDX is asserted, and the drawing operation section executes. That is, the address of each point on the straight line is calculated and transferred to the graphic bus IF unit 26.
■、第2のパラメータ・ブロックが外部のホス)CPU
30より描画プロセッサ20に与えられろと、ホストバ
スIF部22よりパラメータレジスタ25に転送され、
転送終了を示す信号+)E N D Xがアサートされ
る。この時、コマンド・レジスタ23は、■の時点から
書き換えられていないので、直線コマンドのままである
。よって描画演算部は、■と同様に直線コマンド(パラ
メータは、第2のブロック)を実行する。■, second parameter block is external host) CPU
30 to the drawing processor 20, the host bus IF section 22 transfers it to the parameter register 25,
A signal +)ENDX indicating the end of transfer is asserted. At this time, the command register 23 has not been rewritten since point (3), so it remains a linear command. Therefore, the drawing calculation unit executes the straight line command (parameter is the second block) in the same way as in (2).
■、第3のバラメーク・ブロックが外部のホストCPU
よりIf画プロセッサに与えられると、■の動作を繰り
返す。■, the third block is an external host CPU
When the image is given to the If image processor, the operation (2) is repeated.
■、■の処理を実行後、外部的には、nパラメータが終
了し、次の描画コマンドが外部のホストCPUより描画
プロセッサに与えられる。この場合ホス、バスIF部2
2によりコマンドレジスタ23に転送され、コマンドが
書き換えられるので、11π画演算部は次の(W換えら
れた)コマンドを実行する。After executing the processes ① and ②, the n parameter is completed externally, and the next drawing command is given to the drawing processor from the external host CPU. In this case, the host and bus IF section 2
2, the command is transferred to the command register 23 and the command is rewritten, so the 11π image calculation section executes the next (W changed) command.
以上のように、本回路の構成ではnパラメータをブL1
センサ(この場合、描画演算部)内で意識せずに動作可
能となる。As mentioned above, in the configuration of this circuit, the n parameter is
It becomes possible to operate unconsciously within the sensor (in this case, the drawing calculation section).
[発明の効果]
以上説明したように、本発明では、プ【】センサのコマ
ンド実行時に、パラメータ数を内部で参照せずにnパラ
メータのコマンド形式に対応することができ、パラメー
タ数のカウンタ等のハードを削減でき、また、内部の制
御も簡易化することが可能となる。繰返し数nが300
0などとなるとこれを計数するカウンタも可成り大規模
なものになるが、本発明ではこれを省略できる。[Effects of the Invention] As explained above, in the present invention, when a command is executed by the [] sensor, it is possible to support a command format of n parameters without internally referencing the number of parameters, and a counter etc. of the number of parameters can be used. The hardware can be reduced, and internal control can also be simplified. The number of repetitions n is 300
If it becomes 0, etc., the counter that counts this becomes quite large, but this can be omitted in the present invention.
第1図は本発明の原理説明図、
第2図は本発明の実施例を示すブロック図、第3図は第
2図の描画演算部のブロック図、第4図は従来方式の処
理例を説明する流れ図、第5図は描画例の説明図、
第6図および第7図はコマンドとパラメータの転送方式
l、2の説明図である。
第1図で12はコマンド保持手段、14はパラメータ保
持手段、16は制御装置である。Fig. 1 is a diagram explaining the principle of the present invention, Fig. 2 is a block diagram showing an embodiment of the present invention, Fig. 3 is a block diagram of the drawing operation section of Fig. 2, and Fig. 4 is an example of processing of the conventional method. FIG. 5 is an explanatory diagram of a drawing example, and FIGS. 6 and 7 are explanatory diagrams of command and parameter transfer methods 1 and 2. In FIG. 1, 12 is a command holding means, 14 is a parameter holding means, and 16 is a control device.
Claims (1)
ラメータ保持手段を持ち、また、パラメータ保持手段に
パラメータが転送されたとき送られる転送終了信号で起
動して、パラメータ保持手段に入っているパラメータを
用いて、コマンド保持手段に入っているコマンドを実行
する制御装置を有することを特徴とする、パラメータ繰
返し指定のできるプロセッサ。1. It has a command holding means and a parameter holding means, each designated by the selection means, and is activated by a transfer end signal sent when a parameter is transferred to the parameter holding means, and the parameters stored in the parameter holding means are activated. 1. A processor capable of repeatedly specifying parameters, characterized in that it has a control device that executes a command stored in a command holding means using a controller.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP26781889A JPH03129430A (en) | 1989-10-13 | 1989-10-13 | Processor capable of repeatly designating parameter |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP26781889A JPH03129430A (en) | 1989-10-13 | 1989-10-13 | Processor capable of repeatly designating parameter |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JPH03129430A true JPH03129430A (en) | 1991-06-03 |
Family
ID=17450035
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP26781889A Pending JPH03129430A (en) | 1989-10-13 | 1989-10-13 | Processor capable of repeatly designating parameter |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH03129430A (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8207301B2 (en) | 2007-06-20 | 2012-06-26 | Nec Corporation | Hepatocellular carcinoma protein marker |
-
1989
- 1989-10-13 JP JP26781889A patent/JPH03129430A/en active Pending
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8207301B2 (en) | 2007-06-20 | 2012-06-26 | Nec Corporation | Hepatocellular carcinoma protein marker |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPS61269764A (en) | Small-sized electronic computer equipped with graph displaying function | |
| EP0548052A2 (en) | Video picking and clipping method and apparatus | |
| JPH0756892A (en) | Calculator with vector calculator with mask | |
| US5410721A (en) | System and method for incrementing a program counter | |
| JPH0570187B2 (en) | ||
| US5129065A (en) | Apparatus and methods for interface register handshake for controlling devices | |
| JPH03129430A (en) | Processor capable of repeatly designating parameter | |
| JPH02181886A (en) | straight line drawing device | |
| JP2566009B2 (en) | Data processing device | |
| JPS63308641A (en) | Data processor having pipeline processing mechanism | |
| JP2887122B2 (en) | Image data processing apparatus and system using the same | |
| JP2554876B2 (en) | Address translation device | |
| JPH0371268A (en) | Coordinate transformer for graphic plotter | |
| JPH01233522A (en) | Simulation device for data flow type information processor | |
| JP2710219B2 (en) | DMA controller | |
| JPH0567035A (en) | Data alignment method in DMA transfer | |
| JPH0242587A (en) | Picture processor | |
| JPH05204865A (en) | Electronic device with complex number calculation function | |
| JPH0399338A (en) | Microprocessor | |
| JPH05266130A (en) | Circuit for specifying circuit operation | |
| JPH02242379A (en) | Picture processing device | |
| JPH03161883A (en) | microprocessor | |
| JPH0743649B2 (en) | Arithmetic circuit | |
| JPS63208124A (en) | Microprogram controller | |
| JPH02293979A (en) | Image processor |