JPS604492B2 - calculator - Google Patents
calculatorInfo
- Publication number
- JPS604492B2 JPS604492B2 JP13433876A JP13433876A JPS604492B2 JP S604492 B2 JPS604492 B2 JP S604492B2 JP 13433876 A JP13433876 A JP 13433876A JP 13433876 A JP13433876 A JP 13433876A JP S604492 B2 JPS604492 B2 JP S604492B2
- Authority
- JP
- Japan
- Prior art keywords
- program
- microprogram
- machine language
- instruction
- sequence
- 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.)
- Expired
Links
- 238000001514 detection method Methods 0.000 claims description 4
- 230000003213 activating effect Effects 0.000 claims 1
- 238000010586 diagram Methods 0.000 description 6
- 238000000034 method Methods 0.000 description 4
- 238000012545 processing Methods 0.000 description 4
- 238000012360 testing method Methods 0.000 description 4
- 101100533616 Saccharomyces cerevisiae (strain ATCC 204508 / S288c) SLA2 gene Proteins 0.000 description 3
- 101100533615 Schizosaccharomyces pombe (strain 972 / ATCC 24843) end4 gene Proteins 0.000 description 3
- 238000004891 communication Methods 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000010365 information processing Effects 0.000 description 1
- 230000000977 initiatory effect Effects 0.000 description 1
- 238000007781 pre-processing Methods 0.000 description 1
Landscapes
- Executing Machine-Instructions (AREA)
- Devices For Executing Special Programs (AREA)
Description
【発明の詳細な説明】
本発明はマイクロプログラムと機械語プログラムとで相
互交信を行なうことのできる計算機に関する。DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a computer capable of mutual communication between a microprogram and a machine language program.
従来の計算機においては、プログラムは機械語命令の羅
列で表現され、計算機はその機械語命令間の関係を意識
せずに機械語命令を逐一取り出し、実行する。In conventional computers, programs are expressed as a series of machine language instructions, and the computer extracts and executes the machine language instructions one by one without being aware of the relationships between the machine language instructions.
従って、例えば、プログラムのある位置から他の位置ま
でのシークェンスを別のシークェンスが呼び出して実行
するとき、前者シークェンスの最後に予め分岐命令を埋
め込んでおく必要がある。また、プログラムの一部シ−
クェンスを条件が成立するまで繰返し実行するような制
御においても、プログラムの然るべき位置に制御のため
の命令を埋め込んでおく必要がある。このような方式で
は命令埋め込みのための前処理が必要なばかりでなく、
命令数が増加して実行時間も余分にかかるという欠点が
ある。本発明の目的はこれらの欠点を除くためにマイク
ロプログラムと機械語との間で制御のやりとりをするこ
とのできる計算機を提供することにある。Therefore, for example, when another sequence calls and executes a sequence from one position to another in the program, it is necessary to embed a branch instruction in advance at the end of the former sequence. Also, some parts of the program
Even in the case of control in which a sequence is repeatedly executed until a condition is met, it is necessary to embed a control command at an appropriate position in the program. Such a method not only requires preprocessing for embedding instructions, but also
The drawback is that the number of instructions increases and the execution time takes longer. SUMMARY OF THE INVENTION An object of the present invention is to provide a computer capable of exchanging control between a microprogram and machine language in order to eliminate these drawbacks.
本発明の他の目的はマイクロプログラムからプログラム
上の指定された部分の実行を起動することが可能な計算
機を提供するにある。Another object of the present invention is to provide a computer capable of starting execution of a designated part of a program from a microprogram.
本発明の別の目的はマイクロプログラムから起動された
プログラムの指定された位置の実行が終了したときその
プログラムを起動したマイクロプログラムに制御を戻す
ことが可能な計算機を提供するにある。Another object of the present invention is to provide a computer capable of returning control to the microprogram that started the program when execution of a specified position in the program started from the microprogram is completed.
即ち、本発明の計算機は、プログラム上の第1の位置を
保存する第1の貯蔵手段と、前記プログラム上の第2の
位置を保持する第2の貯蔵手段と、前記プログラム上の
第1の位置から前記プログラム上の第2の位置までのプ
ログラムシークェンスを起動し前記プログラムシークェ
ンスの実行が終了した後の戻りのマイクロ命令位置を保
存するマイクロ命令を実行する手段と、前記戻りのマイ
クロ命令位置を保存する第3の貯蔵手段と、実行中の前
記プログラムシークェンスの命令位置が前記第2の貯蔵
手段の内容と一致するか否かを時々刻々調べる検出手段
と、この検出手段が一致を検出したとき前記第3の貯蔵
手段で指示されるマイクロ命令位置に制御を戻す手段と
を具備し、マイクロプログラムから前記プログラム上の
指定されたシークェンスの実行を制御する。That is, the computer of the present invention includes a first storage means for storing a first position on the program, a second storage means for storing a second position on the program, and a second storage means for storing the first position on the program. means for executing a microinstruction for initiating a program sequence from a location to a second location on said program and saving a return microinstruction location after execution of said program sequence is completed; a third storage means for storing; a detection means for checking from time to time whether the instruction position of the program sequence being executed matches the contents of the second storage means; and when the detection means detects a match. and means for returning control to a microinstruction position indicated by the third storage means, to control execution of a designated sequence on the program from the microprogram.
次に図面を参照して本発明を詳細に説明する。Next, the present invention will be explained in detail with reference to the drawings.
第1図の〔SOURCE〕は、FORTRAN言語のD
O命令を例示したもので、ステートメント0101から
1000までを5回線返し実行するプログラムを示して
いる。第1図の〔OBJECT〕(機械語命令列)は、
従来の計算機における上記DOルーチンの機械語オブジ
ェクトの一例である。ここで命令ステップ00100、
01000、01001は〔SOURCE〕のステート
メント0100を実現するために挿入された制御のため
の命令で、通常はコンパイラが発生し、マイクロプログ
ラムが前記各命令ステップ毎に読み出し、実行を繰返し
て実現される。第2図は第1図の〔SOURCE〕に対
応する本発明に用いられる機械語オブジェクトの一例で
、ステップ番号0100のDO命令が0101から10
00までを5回繰返して実行する命令であることを示し
ている。[SOURCE] in Figure 1 is D in the FORTRAN language.
This is an example of the O instruction, and shows a program that returns statements 0101 to 1000 five times. [OBJECT] (machine language instruction sequence) in Figure 1 is
This is an example of a machine language object of the above DO routine in a conventional computer. where instruction step 00100,
01000 and 01001 are control instructions inserted to implement statement 0100 of [SOURCE], which are usually generated by the compiler, and are realized by the microprogram reading each instruction step and repeating execution. . FIG. 2 is an example of a machine language object used in the present invention that corresponds to [SOURCE] in FIG.
This indicates that the instruction is executed repeatedly up to 00 five times.
第3図は第2図の機械語を実現するマイクロプログラム
の例を示しており、第4図は本発明の一実施例を示すブ
ロック図である。FIG. 3 shows an example of a microprogram that implements the machine language shown in FIG. 2, and FIG. 4 is a block diagram showing an embodiment of the present invention.
第4図は説明簡単化のため本発明の説明に必要な部分に
ついてのみ示してあり、従来のマイクロプログラム制御
計算機において行なわれている部分についてはとくに記
述していない。即ち、第4図のマイクロプログラム制御
装置401は、マイクロプログラム議出しレジスタ、マ
イクロプログラム解読回路、アドレス計算等のための演
算回路、シフト回路、マスク回路および内部レジスタ等
を備えた通常のマイクロプログラム制御装置であり、マ
イクロプログラムシークェンスカウンタ410もこ制御
記憶装置411の番地を与えてマイクロ命令を読出し、
その内容によって種々の制御信号を発生する。なお、上
の制御装置401の詳細な構成や動作は1972丑こ情
報処理学会から発行された刊行物「情報処理」(Vol
.14、No.6)の第379頁−第387頁(特に図
2)に説明されている。また、START402及びE
ND403は、マイクロプログラムから起動すべき機械
語ルーチンのそれぞれ開始及び終了番地を保存するレジ
スタであり、本発明で実行されるDO命令においては、
START402にはDO命令の直後の機械語番地(第
2図の0101)が格納され、END403にはCON
TINUE文の機械語番地(第2図の1000)が格納
される。PSC404はプログラムシークエンスカウン
タであり、この内容で指される主記憶装置406の番地
から機械語が取り出される。DO命令を実行するマイク
ロプログラムは、起動すべき機械語シークェンスの開始
番地(START402に格納されている)をPSC4
04に与えることによって、そのシークェンスを起動す
る。比較回路405は、マイクロプログラムから起動さ
れた機械語シークェンスの主記憶番地(PSC404の
内容で、機械語ステップ毎に更新される)と、END4
03の内容とを時々刻々比較し、一致したときフリッブ
フロップ(以下FFと称す)407をセットするための
回路である。RTN408はマイクロプログラムが起動
した機械語シークェンスの最終機械語命令が実行された
後の戻りのマイクロ命令番地を格納するレジスタである
。前記制御装置401は、FF407がセットされたこ
とを検出すると、レジスタRTN408の内容をMSC
410にロードすることによってDO命令のマイクロプ
ログラムに制御を戻す。次に第3図のマイクロルーチン
の流れを第4図と対応させながら更に詳細に説明する。In order to simplify the explanation, FIG. 4 shows only the parts necessary for explaining the present invention, and does not particularly describe the parts performed in a conventional microprogram controlled computer. That is, the microprogram control device 401 in FIG. 4 is a normal microprogram control device equipped with a microprogram input register, a microprogram decoding circuit, an arithmetic circuit for address calculation, a shift circuit, a mask circuit, an internal register, etc. The microprogram sequence counter 410 also reads the microinstruction by giving the address of the control storage device 411.
Various control signals are generated depending on the content. The detailed configuration and operation of the above control device 401 can be found in the publication "Information Processing" (Vol.
.. 14, No. 6), pages 379 to 387 (particularly FIG. 2). Also, START402 and E
ND403 is a register that stores the start and end addresses of machine language routines to be started from the microprogram, and in the DO instruction executed in the present invention,
START402 stores the machine language address immediately after the DO instruction (0101 in Figure 2), and END403 stores the CON
The machine language address (1000 in FIG. 2) of the TINUE statement is stored. The PSC 404 is a program sequence counter, and the machine language is retrieved from the address in the main memory 406 indicated by the contents. The microprogram that executes the DO instruction sets the start address of the machine language sequence to be started (stored in START402) in the PSC4.
04 to activate that sequence. The comparison circuit 405 compares the main memory address of the machine language sequence started from the microprogram (the contents of the PSC 404 and is updated every machine language step) and the END4
This circuit compares the contents of 03 from time to time and sets a flip-flop (hereinafter referred to as FF) 407 when they match. RTN 408 is a register that stores the return microinstruction address after the final machine language instruction of the machine language sequence started by the microprogram is executed. When the control device 401 detects that the FF 407 is set, the control device 401 changes the contents of the register RTN 408 to the MSC.
410 returns control to the microprogram for the DO instruction. Next, the flow of the microroutine shown in FIG. 3 will be explained in more detail in correspondence with FIG. 4.
マイクロプログラム制御は第3図のMOOOから始まる
主記憶装置406内の機械語命令取出しフェーズの実行
に端を発する。Microprogram control begins with execution of the machine language instruction fetch phase in main memory 406 starting at MOOO in FIG.
即ち、第4図においてマイクロプログラム制御装置40
1‘まマイクロプログラムアドレスMOO0を発生し、
母線430、マルチプレクサ(以下MPXと称す)40
9および母線431を介してMSC4 1 0‘こMO
OOがセットされると、制御記憶装置411から1つの
マイクロ命令が取り出され、マイクロプログラム制御装
置401がこれを解読して種々の制御信号を発生した後
、次のマイクロ命令が取り出される。このマイクロ命令
の実行の繰返し‘こよって読み出された機械語命令のオ
ペレーションコード(命令指示コード)のビットパター
ンを前記装置401内の図示していない解読回路が解読
した結果、DO命令であることが判ると、マイクロプロ
グラム制御は第3図のMOIOから始まるDO命令実行
フェーズに入る。機械語DO命令は、第2図0100ス
テップに示されており、繰返し実行すべきルーチンの最
終番地(1000)と、繰返し回数(5)とをパラメー
タとして持っており、命令取出しフェーズにおいてこれ
ら二つのパラメータと、繰返しルーチンの先頭番地であ
るDO命令の直後の番地(0101)が前記制御装置4
01の内部レジスタ(図示していない)に保存される。
第3図のMOI0、MOI1、MO12ステップでは上
記繰返し回数を保存した後、繰返しルーチンの開始番地
を母線420を介してSTART402レジスタにセッ
トし、終了番地を母線422を介してEND403レジ
スタにセットする。ステップMO13では信号線434
を介して一致フリップフロップFF407をリセットし
、戻りのマイクロ命令アドレスMO14を母線428を
介してRTN408‘こセットした後、START40
2に格納されている機械語ルーチンの開始番地を母線4
21を介してプログラムシークェンスカウンタPSC4
04に転送し、マイクロプログラムの機械語命令取出し
開始番地MOOOをMSC4 1 01こセットする。
以後、制御記憶装置411内のマイクロルーチンを用い
てPSC404で指される主記憶装置406の記憶位置
からの機械語の取り出し、実行、PSC404の更新を
繰返す動作を前記制御装置401は行なう。上記動作に
よって起動された機械語ルーチンの実行の間、PSC4
04及びEND403の内容はそれぞれ母線424およ
び423を介して比較回路405に送らて比較され、一
致すると比較回路405は信号線426を介してFF4
07をセットする。マイクロプログラムの機械語取出し
ルーチンの先頭である第3図のMOOOステップではマ
イクロプログラム制御装置401が信号線427を介し
てFF407がセットされているか否かをテストする。
テストの結果、セットされていることが検出されると、
前記制御装置401はRTN408の内容を母線429
、MPX409、および母線431を介してMSC41
0に送るよう信号線433に信号を印放してMPX40
9を切換える。この動作によってマイクロプログラム制
御は第3図のMO14ステップの実行へと移る。MO1
4ステップではFF407をリセットし、くり返し回数
COUNTを減算して、もし再び機械語を実行するとき
にはMO13ステップへ分岐し、そうでなければ次のM
O15へ進んでDO命令の最終処理を行なう。以上、本
発明の計算機を説明するために、簡単な例について述べ
たが、これは単なる一例にすぎず、本発明の範囲を限定
するものではない。That is, in FIG.
1' generates microprogram address MOO0,
Bus bar 430, multiplexer (hereinafter referred to as MPX) 40
9 and bus 431 to MSC4 1 0' MO
When OO is set, one microinstruction is retrieved from control store 411, which is decoded by microprogram controller 401 to generate various control signals before the next microinstruction is retrieved. A decoding circuit (not shown) in the device 401 decodes the bit pattern of the operation code (instruction instruction code) of the machine language instruction read by repeating the execution of this microinstruction, and as a result, it is determined that the instruction is a DO instruction. Once this is known, microprogram control enters the DO instruction execution phase starting from MOIO in FIG. The machine language DO instruction is shown in step 0100 in Figure 2, and has the final address (1000) of the routine to be repeatedly executed and the number of repetitions (5) as parameters, and these two are The parameter and the address (0101) immediately after the DO command, which is the starting address of the repeat routine, are the controller 4.
01 internal register (not shown).
In steps MOI0, MOI1, and MO12 in FIG. 3, after saving the number of repetitions, the start address of the repeat routine is set in the START 402 register via the bus 420, and the end address is set in the END 403 register via the bus 422. In step MO13, the signal line 434
START40
Set the start address of the machine language routine stored in 2 to bus 4.
Program sequence counter PSC4 via 21
04, and sets the machine language instruction fetch start address MOOO of the microprogram to MSC4101.
Thereafter, the control device 401 uses the microroutine in the control storage device 411 to repeatedly retrieve the machine language from the storage location of the main storage device 406 pointed to by the PSC 404, execute it, and update the PSC 404. During the execution of the machine language routine started by the above operation, the PSC4
The contents of 04 and END403 are sent to the comparison circuit 405 via buses 424 and 423, respectively, and compared, and when they match, the comparison circuit 405 sends the contents of FF4 via the signal line
Set 07. At the MOOO step in FIG. 3, which is the beginning of the microprogram machine language extraction routine, the microprogram control device 401 tests via the signal line 427 whether or not the FF 407 is set.
As a result of the test, if it is detected that it is set,
The control device 401 transfers the contents of the RTN 408 to the bus line 429.
, MPX409, and MSC41 via bus 431
MPX40 by releasing a signal to the signal line 433 to send it to 0.
Switch 9. This operation causes the microprogram control to proceed to the execution of step MO14 in FIG. MO1
In step 4, reset the FF 407, subtract the number of repetitions COUNT, and if you want to execute the machine language again, branch to step MO13, otherwise proceed to the next M
Proceeding to O15, final processing of the DO command is performed. Although a simple example has been described above to explain the computer of the present invention, this is merely an example and does not limit the scope of the present invention.
即ち、上記説明ではFORTRANの言語のDO命令を
例に挙げたが、その他の言語においても、機械語のシー
クェンスを起動する命令であれば適用が可能である。例
えば、COBOL言語のPERFORM命令の一つであ
る
PERFORM A THRU B N TIMES
.の命令は、処理手順Aの開始番地と処理手順Bの終了
番地をそれぞれ第4図のSTART402及びEND4
03に格納し、これをN回線返して実行するマイクロプ
ログラムを作ることにより、全く同様に実行できる。That is, in the above description, the DO command in the FORTRAN language was used as an example, but the present invention can also be applied to other languages as long as the command starts a machine language sequence. For example, PERFORM A THRU B N TIMES, which is one of the PERFORM instructions in the COBOL language.
.. The command sets the start address of processing procedure A and the end address of processing procedure B to START402 and END4 in FIG. 4, respectively.
It can be executed in exactly the same way by creating a microprogram that stores it in 03 and executes it by returning N lines.
上記説明では、DO命令で実行されるプログラムシーク
ェンスの中にDO命令を含むこと(NEST)は許され
ないが、第4図のレジスタSTART402,END4
03,RTN408及び内部レジスタ(図示していない
)(第3図のマイクロルーチンのMOI0、MO14で
使用)の代わりにLIFO型のレジスタフアィル(スタ
ツク)を用いて、プッシュダウンやポップアップの制御
を付加すれば前記NEST処理が実行できる。In the above explanation, it is not allowed to include a DO instruction (NEST) in the program sequence executed by the DO instruction, but registers START402 and END4 in FIG.
03, Add pushdown and popup control by using a LIFO type register file (stack) instead of the RTN408 and internal registers (not shown) (used in MOI0 and MO14 of the microroutine in Figure 3). For example, the NEST processing described above can be executed.
このときには、一致フリップフロツプFF407のセッ
ト及びリセットを適切な制御の下に行なう必要があるこ
とは言うまでもない。上記説明では、プログラムシーク
ェンスの最終命令が実行されたか否かをマイクロ命令で
テストする(第3図のMOOOステップ)方法について
述べたが、この部分は組み合わせ回路(ハードウェア)
によって実現することも可能である。At this time, it goes without saying that the matching flip-flop FF 407 must be set and reset under appropriate control. In the above explanation, we have described a method for testing whether the final instruction of a program sequence has been executed using microinstructions (MOOO step in Figure 3), but this part is a combinational circuit (hardware).
It is also possible to realize this by
上記説明では、番地の貯蔵手段としてレジスタを用い、
プログラムシークェンスの最終番地実行の検出手段とし
て比較回路を用いているが、これらの一部または全部が
マイクロプログラムで実現されてもよい。In the above explanation, a register is used as a means of storing addresses,
Although a comparison circuit is used as a means for detecting execution of the final address of a program sequence, a part or all of this may be realized by a microprogram.
また、上述の例では、FORTRAN言語のDO命令を
例にとって、指定された回数だけ機械語シークェンスを
繰返す制御について述べたが、指定された条件を満たす
まで繰返すような制御についても適用が可能である。In addition, in the above example, the DO command of the FORTRAN language was used as an example to describe control that repeats a machine language sequence a specified number of times, but it can also be applied to control that repeats a machine language sequence until a specified condition is met. .
例えばCOBOL言語のPERFORM A T
HRU B UNTILCONDITION.と
いう命令は、AからBまでのシークェンスを実行する毎
にCONDITIONで示される条件を調べ、条件が満
たされるまでくり返し実行することを指示しており、こ
れを本発明の計算機で実現するためには、第3図のMO
14ステップ以降に、条件を調べてその結果により条件
分岐する制御を付加すればよい。For example, PERFORM AT of COBOL language
HRU B UNTIL CONDITION. This instruction instructs to check the condition indicated by CONDITION every time the sequence from A to B is executed and execute it repeatedly until the condition is satisfied.In order to realize this with the computer of the present invention, , MO in Fig. 3
After the 14th step, it is sufficient to add control to check the conditions and perform conditional branching based on the results.
ここで、条件を調べる制御はマイクロプログラムで書か
れていてもよいが、ここで再びDO命令に相当する動作
を行なわせて、機械語プログラムで書かれた条件試験ル
ーチンを呼出すこともできる。Here, the control for checking the condition may be written in a microprogram, but it is also possible to call a condition test routine written in a machine language program by performing an operation corresponding to the DO command again.
第1図はFORTRAN言語のDO命令を含むソースプ
ログラムとそれに対応する従来の計算機における機械語
オブジェクトの例を示す図、第2図は第1図のソースプ
ログラムに対応する本発明の計算機を用いる機械語オブ
ジェクトの例を示す図、第3図は第2図の機械語DO命
令を実行するマイクロルーチンを示す図および第4図は
本発明の一実施例を示すブロック図である。
第4図において、401はマイクロプログラム制御装置
、402はしジスタ(START)、403はしジスタ
(END)、404は力ウンタPSC、405は比較回
路、406は主記憶装置、407はフリツプフロツプ、
408はしジスタ(RTN)、409はマルチプレクサ
、410は力ウン夕(MSC)、411は制御記憶装置
である。
オー図オ2図
オ3図
オ4図FIG. 1 is a diagram showing an example of a source program including a FORTRAN language DO instruction and a corresponding machine language object in a conventional computer, and FIG. 2 is a diagram showing an example of a computer using the computer of the present invention corresponding to the source program in FIG. 3 is a diagram showing an example of a word object, FIG. 3 is a diagram showing a microroutine for executing the machine language DO instruction of FIG. 2, and FIG. 4 is a block diagram showing an embodiment of the present invention. In FIG. 4, 401 is a microprogram control device, 402 is a register (START), 403 is a register (END), 404 is a power counter PSC, 405 is a comparison circuit, 406 is a main memory, 407 is a flip-flop,
408 is a register (RTN), 409 is a multiplexer, 410 is a power counter (MSC), and 411 is a control storage device. Figure O Figure O 2 Figure O 3 Figure O 4
Claims (1)
段と、前記プログラム上の第2の位置を保存する第2の
貯蔵手段と、前記プログラム上の第1の位置から前記プ
ログラム上の第2の位置までのプログラムシークエンス
を起動し前記プログラムシークエンスの実行が終了した
後の戻りのマイクロ命令位置を保存するマイクロ命令を
実行する手段と、前記戻りのマイクロ命令位置を保存す
る第3の貯蔵手段と、実行中の前記プログラムシークエ
ンスの命令位置が前記第2の貯蔵手段の内容と一致する
か否かを時々刻々調べる検出手段と、この検出手段が一
致を検出したとき前記第3の貯蔵手段で指示されるマイ
クロ命令位置に制御を戻す手段とを具備しマイクロプロ
グラムから前記プログラム上の指定されたシークエンス
の実行を制御するようにしたことを特徴とする計算機。1 a first storage means for storing a first position on the program; a second storage means for storing a second position on the program; and a first storage means for storing a second position on the program; means for executing a microinstruction for activating a program sequence up to position 2 and storing a return microinstruction position after execution of said program sequence is completed; and third storage means for storing said return microinstruction position. a detection means for checking from time to time whether the instruction position of the program sequence being executed matches the contents of the second storage means; and when the detection means detects a match, the third storage means 1. A computer comprising: means for returning control to a designated microinstruction position, and controlling execution of a designated sequence on said program from a microprogram.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP13433876A JPS604492B2 (en) | 1976-11-08 | 1976-11-08 | calculator |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP13433876A JPS604492B2 (en) | 1976-11-08 | 1976-11-08 | calculator |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPS5358738A JPS5358738A (en) | 1978-05-26 |
| JPS604492B2 true JPS604492B2 (en) | 1985-02-04 |
Family
ID=15126005
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP13433876A Expired JPS604492B2 (en) | 1976-11-08 | 1976-11-08 | calculator |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPS604492B2 (en) |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS5556253A (en) * | 1978-10-23 | 1980-04-24 | Yokogawa Hokushin Electric Corp | Data processor |
-
1976
- 1976-11-08 JP JP13433876A patent/JPS604492B2/en not_active Expired
Also Published As
| Publication number | Publication date |
|---|---|
| JPS5358738A (en) | 1978-05-26 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US4635193A (en) | Data processor having selective breakpoint capability with minimal overhead | |
| CN102063286B (en) | Program flow controls | |
| US4520440A (en) | Test verification of processor architecture having a partial instruction set | |
| US4747045A (en) | Information processing apparatus having an instruction prefetch circuit | |
| JPH0773032A (en) | How to dynamically modify a software system | |
| KR101249693B1 (en) | Selecting subroutine return mechanisms | |
| JPS604492B2 (en) | calculator | |
| JPH06103109A (en) | Data processor and debug device using the same | |
| JPH09288595A (en) | Arithmetic processing unit | |
| JPS6214240A (en) | Program inspecting system | |
| KR950005523B1 (en) | Step Run Processing Method of Programmable Logic Controller | |
| JP2860054B2 (en) | Program debugging device | |
| JPS6143347A (en) | Simulation method of vector instruction | |
| JPS5875256A (en) | Monitoring system for execution instruction processing state | |
| JP3159155B2 (en) | Method and apparatus for debugging program | |
| JP3130421B2 (en) | Program analysis method and apparatus | |
| JPH0546444A (en) | Debugger with log function | |
| JP2570119B2 (en) | Software simulator | |
| US7627859B2 (en) | Method for configuring non-script language library files to be run as scripts | |
| JPH0287237A (en) | Execute instruction control system | |
| JPS6049442A (en) | Microdiagnosis system | |
| JPH0248739A (en) | Micro processor for debugging | |
| JPS5848150A (en) | Preventing system for influence of fault | |
| JPH02165342A (en) | Arithmetic processor having microprocessor | |
| JPH04306743A (en) | Debug support system for integrated circuit microprocessor |