JPH0443300B2 - - Google Patents

Info

Publication number
JPH0443300B2
JPH0443300B2 JP2560985A JP2560985A JPH0443300B2 JP H0443300 B2 JPH0443300 B2 JP H0443300B2 JP 2560985 A JP2560985 A JP 2560985A JP 2560985 A JP2560985 A JP 2560985A JP H0443300 B2 JPH0443300 B2 JP H0443300B2
Authority
JP
Japan
Prior art keywords
buffer
storage device
program
instruction word
address
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
Application number
JP2560985A
Other languages
Japanese (ja)
Other versions
JPS61216039A (en
Inventor
Yutaka Sakuragi
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2560985A priority Critical patent/JPS61216039A/en
Publication of JPS61216039A publication Critical patent/JPS61216039A/en
Publication of JPH0443300B2 publication Critical patent/JPH0443300B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、情報処理システムの原プログラムか
ら目的プログラムを生成するための、改良した制
御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an improved control method for generating a target program from an original program for an information processing system.

情報処理システムで実行されるプログラムの作
成においては、公知の一方式として、作成者が作
成して入力する、いわゆる原プログラムから、処
理装置で実行することのできる形式の、いわゆる
目的プログラムを生成する過程をとる。
In creating a program to be executed by an information processing system, one well-known method is to generate a so-called target program in a format that can be executed by a processing device from a so-called original program created and input by the creator. Take the process.

この生成処理は、通常は原プログラムのプログ
ラム文の配列順序に従つて、それらの文を目的プ
ログラムを構成する命令語に、逐次変換すること
により行われる。
This generation process is normally performed by sequentially converting program statements of the original program into instruction words that constitute the target program, in accordance with the order in which they are arranged.

この処理で、生成される各命令語のプログラム
内の番地は、選考する命令語を並べることによつ
て逐次確定して行くので、ある命令語のオペラン
ドの番地、特に分岐命令の分岐先番地が、該命令
語より前方(即ち大きい値の番地の方向)にある
場合には、該命令語を生成する時点には、その分
岐先番地は定まつていない。
In this process, the address in the program of each generated instruction word is determined sequentially by arranging the instruction words to be selected. Therefore, the address of the operand of a certain instruction word, especially the branch destination address of a branch instruction, is , ahead of the instruction word (that is, in the direction of addresses with larger values), the branch destination address has not been determined at the time the instruction word is generated.

従つて、例えば最初にその命令語を生成すると
きは仮の分岐先番地としておくと共に、その命令
語の番地と、決定待ちの番地を示す情報(例え
ば、原プログラムに書かれている、いわゆるラベ
ル)を、制御情報として別に記憶しておき、処理
が進行してそのラベルの示す番地の値が確定(こ
れを番地が解決するという)したとき、上記制御
情報を参照して、所要の命令語の仮の分岐先番地
を、正しい番地に修正する。
Therefore, for example, when the instruction word is first generated, it is set as a temporary branch destination address, and information indicating the address of the instruction word and the address waiting to be decided (for example, a so-called label written in the original program) is set as a temporary branch destination address. ) is stored separately as control information, and when the processing progresses and the value of the address indicated by that label is determined (this is called address resolution), the required command word is determined by referring to the above control information. Correct the temporary branch destination address to the correct address.

〔従来の技術〕[Conventional technology]

第2図は、情報処理システムの一構成例を示す
ブロツク図である。
FIG. 2 is a block diagram showing an example of the configuration of an information processing system.

公知のように、処理装置1は主記憶装置2にロ
ードしたプログラムを実行することによつて、主
記憶装置2上のデータを処理するように構成され
ている。
As is well known, the processing device 1 is configured to process data on the main storage device 2 by executing a program loaded into the main storage device 2.

補助記憶装置3は、例えば磁気デイスク記憶装
置で構成され、主記憶装置2に対して、比較的大
きな記憶容量を有して、プログラム及びデータを
格納し、それらは必要の場合に主記憶装置2にロ
ードすることにより、処理装置1によつて処理さ
れ、又処理結果のデータは、必要に応じて補助記
憶装置3に出力して格納する。
The auxiliary storage device 3 is composed of, for example, a magnetic disk storage device, has a relatively large storage capacity compared to the main storage device 2, stores programs and data, and stores them in the main storage device 2 when necessary. By loading the data into the auxiliary storage device 3, the data is processed by the processing device 1, and the data resulting from the processing is output to and stored in the auxiliary storage device 3 as needed.

原プログラムから目的プログラムを生成する処
理において、処理装置1は予め補助記憶装置3に
入力されている原プログラムデータを、主記憶装
置2に読み出して処理し、結果の目的プログラム
は最終的には主記憶装置2から補助記憶装置3へ
出力される。
In the process of generating a target program from an original program, the processing device 1 reads out the original program data previously input to the auxiliary storage device 3 into the main storage device 2 and processes it, and the resulting target program is ultimately used as the main program. The data is output from the storage device 2 to the auxiliary storage device 3.

このようなシステムによる、目的プログラムの
生成において、前記の番地未解決の命令語の処理
に着目すると、従来以下に述べるような方式がと
られている。
When generating a target program using such a system, focusing on the processing of the instruction word whose address is unresolved, the following method has conventionally been adopted.

第1の方式では、原プログラムを2回処理し、
第1回はラベルの番地値を決定する処理であつ
て、これにより原プログラムの全ラベルの番地を
解決し、次に第2回処理によつて目的プログラム
の命令語を逐次生成する。
In the first method, the original program is processed twice,
The first step is a process for determining the label address value, which resolves the addresses of all labels in the original program, and then the second step is to sequentially generate instruction words for the target program.

従つて、第2回の処理で命令語を生成すると
き、番地はすべて解決されていて、後で命令語内
の番地を修正する必要はない。
Therefore, when the instruction word is generated in the second processing, all addresses have been resolved, and there is no need to modify the addresses in the instruction word later.

第2の方式では、目的プログラムの命令語を逐
次生成して主記憶装置2上のバツフアに保持し、
番地が未解決の命令語は、未解決のまゝ保持して
おいて、ラベルの番地が求まるごとに、以前の命
令語にさか上つて、それらの命令語の番地を修正
する。
In the second method, the instruction words of the target program are sequentially generated and held in a buffer on the main storage device 2,
Commands whose addresses are unresolved are kept unresolved, and each time the address of a label is determined, the previous commands are traced back and the addresses of those commands are corrected.

このようにして、主記憶装置2上で目的プログ
ラムの全体を完成してから、補助記憶装置3へ出
力する。
In this manner, the entire target program is completed on the main storage device 2 and then output to the auxiliary storage device 3.

第3の方式では、目的プログラムの命令語を、
番地未解決のものはそのまゝで、逐次主記憶装置
2の適当な大きさのバツフア上に生成し、バツフ
アが満たされるごとに、補助記憶装置3に出力す
るが、その際にバツフア上にある間にラベルの番
地が求まれば、前記のように所要の命令語の番地
を修正しておく。
In the third method, the instruction words of the target program are
Unresolved addresses are generated as they are in a buffer of an appropriate size in the main memory 2, and each time the buffer is filled, they are output to the auxiliary memory 3. If the label address is found in the meantime, the address of the required command word is corrected as described above.

このようにして、未解決番地を持つ命令語を含
む目的プログラムが補助記憶装置3上に構成され
る。
In this way, a target program including instruction words with unresolved addresses is constructed on the auxiliary storage device 3.

この間に、既に出力されている命令語で使つて
いるラベルの番地が決定すると、該命令語を修正
するためのデータ(命令語の番地、分岐先番地
等)を作つて、補助記憶装置3に出力する。
During this time, when the address of the label used in the instruction word that has already been output is determined, data for modifying the instruction word (instruction word address, branch destination address, etc.) is created and stored in the auxiliary storage device 3. Output.

その後、公知のように、この目的プログラムを
実行する前処理として、いわゆる実行形式プログ
ラムを生成するための、プログラム結合編集処理
が行われるので、該結合編集処理の中において、
上記修正データを参照して該当命令語を修正する
ようにする。
Thereafter, as is well known, as pre-processing for executing this target program, a program combination editing process is performed to generate a so-called executable program, so during the combination editing process,
The corresponding instruction word is corrected by referring to the above correction data.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

前記第1の方式は、原プログラムを2回走査す
ることになるので、処理時間が長くなるという問
題がある。
The first method has a problem in that the original program is scanned twice, which increases the processing time.

第2の方式は、3方式中で最も高速の処理がで
きるが、目的プログラム全体を主記憶装置2に保
持しなければならないので、比較的多量の主記憶
領域が必要であり、特に比較的大きなプログラム
の生成で、主記憶領域の確保が問題になる。
The second method has the fastest processing speed among the three methods, but since the entire target program must be held in the main memory device 2, it requires a relatively large amount of main storage area, and especially a relatively large When creating a program, securing main storage space becomes a problem.

第3の方式は、最初の目的プログラム生成は比
較的高速に処理できるが、バツフアを大きくとら
ないと、一般に多数の未解決番地命令語の修正を
行うことが必要になるので、結合編集処理に時間
を要するという問題がある。
In the third method, the initial target program generation can be processed relatively quickly, but unless the buffer is large, it is generally necessary to modify a large number of unresolved address instructions. The problem is that it takes time.

〔問題点を解決するための手段〕[Means for solving problems]

前記の問題点は、主記憶装置及び補助記憶装置
を有する情報処理システムによつて、情報処理シ
ステムの原プログラムにより、目的プログラムを
生成するに際し、該主記憶装置上に2個のバツフ
アを設け、該バツフアを交互に使用して生成過程
の目的プログラムを順次出力し、一方の該バツフ
アが該出力によつて満たされるごとに、他方の該
バツフアのみ、当該バツフアの内容を補助記憶装
置に出力して、後続する目的プログラムを当該他
方のバツフアに出力し、該2個のバツフア上にあ
る、該目的プログラム命令語のオペランド番地
が、該バツフアに該命令語を出力後に解決した場
合には、該バツフア上で該命令語を修正した後
に、当該命令語を含む該バツフアの内容の前記補
助記憶装置への出力を行うように構成された本発
明のプログラム生成制御方式によつて解決され
る。
The above problem is that when an information processing system having a main memory and an auxiliary memory generates a target program from an original program of the information processing system, two buffers are provided on the main memory, The buffers are used alternately to sequentially output the target program of the generation process, and each time one of the buffers is filled with the output, only the other buffer outputs the contents of the buffer to the auxiliary storage device. outputs the subsequent target program to the other buffer, and if the operand address of the target program instruction word on the two buffers is resolved after outputting the instruction word to the buffer, The problem is solved by the program generation control method of the present invention configured to output the contents of the buffer including the instruction word to the auxiliary storage device after modifying the instruction word on the buffer.

〔作用〕[Effect]

即ち、主記憶装置上に2個のバツフアを設け、
このバツフアを交代に使用して、新たに生成され
る命令語の保持領域とする。
That is, two buffers are provided on the main memory,
This buffer is alternately used as a holding area for newly generated command words.

但し、一方のバツフアが新たな命令語で満たさ
れるまで、他方のバツフアに既に保持されている
目的プログラムの部分は、補助記憶装置に出力す
ることなく保持し、その間に解決された番地が生
じた場合には、バツフア上で命令語を修正し、こ
のようにして、そのバツフアを新たな命令語で更
新することが必要となる直前に、そのバツフアの
内容を補助記憶装置に出力する。
However, until one buffer is filled with new instruction words, the part of the target program already held in the other buffer is held without being output to the auxiliary storage, and during that time the resolved address is generated. If so, the instructions are modified on the buffer, and the contents of the buffer are thus output to auxiliary storage just before the buffer needs to be updated with new instructions.

補助記憶装置に出力する時点で、なお未解決の
番地を持つ命令語が残つている可能性があるの
で、このような命令語については、前記第3の方
式と同様に、結合編集処理において修正するよう
に、修正データを作成して出力しておく。
At the time of outputting to the auxiliary storage device, there is a possibility that there are still instructions with unresolved addresses, so these instructions are corrected in the combined editing process as in the third method. Create and output the corrected data as shown below.

しかし、上記のようにすることにより、例えば
上記の制御で一方のバツフアに最初に生成された
命令語群をAとし、続いて他方のバツフアに生成
された命令語群をBとし、このように2個の各バ
ツフアに順次生成される命令語群を、生成順に
A,B,C,D,E,F,……と表すと、この2
個分の大きさの1個のみのバツフアを使用する従
来の方式では、主記憶上に同時に存在する(従つ
てその間に相互に番地解決の可能性を持つ)命令
語群は、A,A−B,C−D,E−F,……のよ
うな各組合せになるのに対し、本願発明の前記制
御によれば、A,A−B,B−C,C−D,D−
E,E−F,F−……のような組合せになり、従
つて同時にバツフア上にあることにより、バツフ
ア上で番地を解決される可能性が増加するので、
相対的に結合編集処理で修正を要する命令語を減
少することが可能になる。
However, by doing the above, for example, the instruction word group first generated in one buffer by the above control is designated as A, and the instruction word group subsequently generated in the other buffer is designated as B, and in this way, If the instruction word groups sequentially generated in each of the two buffers are expressed as A, B, C, D, E, F, etc. in the order of generation, then these two
In the conventional method that uses only one buffer of the same size as A, A- According to the control of the present invention, A, A-B, B-C, CD, D-
The combinations are E, E-F, F-..., and therefore, by being on the buffer at the same time, the possibility that the address will be resolved on the buffer increases.
It becomes possible to relatively reduce the number of instruction words that require correction in the combined editing process.

例えば、単純化した状態を考えて、前方に分岐
する分岐命令語の分岐先番地が+l番地までの間
に一様に分布すると仮定した場合に、長さ2lのバ
ツフアにおいて、前記第3の方式で処理すれば、
確率的に、バツフアの後半にある該当命令語の約
1/2、即ち該当する全命令語の1/4が、結合編集処
理で修正を要することになる。
For example, considering a simplified situation and assuming that the branch destination addresses of forward branching instructions are uniformly distributed up to +l address, in a buffer of length 2l, the third method If you process it with
Probably, about 1/2 of the relevant command words in the latter half of the buffer, ie, 1/4 of all the relevant command words, will need to be modified in the combined editing process.

しかし、同じ大きさのバツフアを、長さlの2
個のバツフアとして、本発明の制御方式によつた
場合には、同じ条件のプログラムは、すべての分
岐先番地がバツフア上で解決される。
However, if we take a buffer of the same size and have a length l,
When the control method of the present invention is applied to a single buffer, all branch destination addresses of programs with the same conditions are resolved on the buffer.

〔実施例〕〔Example〕

第1図は本発明の一実施例構成を示すブロツク
図である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

主記憶装置2上のプログラムを実行することに
よつて構成される、目的プログラム生成機構10
は、制御部11、命令生成部12、及びラベル定
義部13からなる。
A target program generation mechanism 10 configured by executing a program on the main storage device 2
consists of a control section 11, an instruction generation section 12, and a label definition section 13.

制御部11は原プログラム17のプログラム文
を順次入力して、命令生成部12及びラベル定義
部13へ渡す。
The control unit 11 sequentially inputs the program sentences of the original program 17 and passes them to the instruction generation unit 12 and label definition unit 13.

命令生成部12は、プログラム文の情報によつ
て命令語を生成し、バツフア14又はバツフア1
5に出力する。
The instruction generation unit 12 generates instruction words based on the information of the program statement, and generates instruction words from the buffer 14 or the buffer 1.
Output to 5.

バツフア14及び15は同一長さの主記憶領域
からなり、命令生成部はその一方のバツフア、例
えばバツフア14に、連続して命令語を所定の形
式及び順序に配列して行き、バツフア14に書き
込む領域が無くなると、制御部11に通知する。
The buffers 14 and 15 are composed of main memory areas of the same length, and the instruction generation unit sequentially arranges instruction words in a predetermined format and order in one of the buffers, for example, the buffer 14, and writes them into the buffer 14. When the area runs out, the controller 11 is notified.

制御部11は、この通知により、バツフア15
に前に生成して書き込んだ命令語列を補助記憶装
置3へ出力して、バツフア15を使用可能にす
る。
Based on this notification, the control unit 11 controls the buffer 15.
The instruction string previously generated and written is output to the auxiliary storage device 3, thereby making the buffer 15 usable.

命令生成部12は、以後生成する命令語をバツ
フア15に書き込み、バツフア15が満たされる
と、前と同様に制御部11に通知して、バツフア
14の内容を補助記憶装置3に出力し、再びバツ
フア14を使用し、このようにして命令生成部1
2は、生成する命令語をバツフア14と15に交
互に出力する。
The instruction generation unit 12 writes the instruction words to be generated from now on into the buffer 15, and when the buffer 15 is filled, it notifies the control unit 11 as before, outputs the contents of the buffer 14 to the auxiliary storage device 3, and then outputs the contents of the buffer 14 to the auxiliary storage device 3. Using the buffer 14, the instruction generation unit 1
2 outputs generated instruction words to buffers 14 and 15 alternately.

命令生成部12は、命令語の生成において、所
要のラベルの番地をラベル定義部13から受け取
つて、命令語を完成する。
When generating an instruction word, the instruction generation section 12 receives the address of a required label from the label definition section 13 and completes the instruction word.

このとき、分岐命令の分岐先等を示す所要のラ
ベルの番地が未解決であれば、その分岐命令語の
分岐先番地は仮の番地として命令語を生成してバ
ツフア14又は15に出力しておく。
At this time, if the address of the required label indicating the branch destination etc. of the branch instruction is unresolved, the branch destination address of the branch instruction word is a temporary address and an instruction word is generated and output to the buffer 14 or 15. put.

又同時に、ラベル定義部13にその命令語の番
地と、分岐先ラベルを通知しておく。
At the same time, the label definition unit 13 is notified of the address of the instruction word and the branch destination label.

ラベル定義部13は、ラベルと決定した番地と
の対応情報を保持し、新たにラベルの番地が決定
した場合には、上記のように命令生成部12から
通知されている未解決の分岐先ラベルがあるか調
べる。
The label definition unit 13 holds correspondence information between labels and determined addresses, and when a new label address is determined, the label definition unit 13 stores the unresolved branch destination label notified from the instruction generation unit 12 as described above. Find out if there is.

該当する命令語があれは、その命令語の番地か
ら、バツフア14及び15上の該当命令語を決定
し、その命令語の仮の分岐先番地を、新たに決定
した番地に修正する。
If there is a corresponding instruction word, the corresponding instruction word on the buffers 14 and 15 is determined from the address of the instruction word, and the temporary branch destination address of that instruction word is corrected to the newly determined address.

又このとき、当該する命令語の番地によつて、
その命令語が既に補助記憶装置3へ出力されたこ
とを検出すると、該命令語の番地、新たに決定し
た分岐先番地、及び所要の制御情報からなる、修
正情報を、主記憶装置2上の修正データ領域16
に書き込んで、保持する。
Also, at this time, depending on the address of the relevant command word,
When it is detected that the instruction word has already been output to the auxiliary storage device 3, modification information consisting of the address of the instruction word, the newly determined branch destination address, and necessary control information is stored in the main storage device 2. Modified data area 16
Write it in and keep it.

修正データ領域16に作成された修正情報は、
例えば、この目的プログラム生成処理を完了する
とき、補助記憶装置3へ出力する。
The correction information created in the correction data area 16 is
For example, when this target program generation process is completed, it is output to the auxiliary storage device 3.

その後、補助記憶装置3に出力された目的プロ
グラムの結合編集処理を行う際に、公知のように
結合編集処理の中で、上記修正情報を参照して、
未解決番地の修正が実行される。
After that, when performing the combined editing process of the target program output to the auxiliary storage device 3, the above correction information is referred to in the combined editing process as is known in the art.
Correction of unresolved addresses is executed.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように本発明によれ
ば、情報処理システムの原プログラムから目的プ
ログラムを生成する処理の効率が、比較的少量の
バツフアの使用で改善されるという著しい工業的
効果がある。
As is clear from the above description, the present invention has a significant industrial effect in that the efficiency of processing for generating a target program from an original program for an information processing system is improved by using a relatively small amount of buffer.

【図面の簡単な説明】[Brief explanation of drawings]

第1図は本発明一実施例のブロツク図、第2図
は情報処理システムの一構成例ブロツク図であ
る。 図において、1は処理装置、2は主記憶装置、
3は補助記憶装置、10は目的プログラム生成機
構、11は制御部、12は命令生成部、13はラ
ベル定義部、14,15はバツフア、16は修正
データ領域、17は原プログラムを示す。
FIG. 1 is a block diagram of an embodiment of the present invention, and FIG. 2 is a block diagram of an example of the configuration of an information processing system. In the figure, 1 is a processing device, 2 is a main storage device,
3 is an auxiliary storage device, 10 is a target program generation mechanism, 11 is a control section, 12 is an instruction generation section, 13 is a label definition section, 14 and 15 are buffers, 16 is a modified data area, and 17 is an original program.

Claims (1)

【特許請求の範囲】 1 主記憶装置及び補助記憶装置を有する情報処
理システムによつて、情報処理システムの原プロ
グラムより、目的プログラムを生成するに際し、 該主記憶装置上に2個のバツフアを設け、 該バツフアを交互に使用して生成過程の目的プ
ログラムを順次出力し、 一方の該バツフアが該出力によつて満たされる
ごとに、他方の該バツフアのみ、当該バツフアの
内容を補助記憶装置に出力して、後続する目的プ
ログラムを当該他方のバツフアに出力し、 該2個のバツフア上にある、該目的プログラム
の命令語のオペランド番地が、該バツフアに該命
令語を出力後に解決した場合には、該バツフア上
で該命令語を修正した後に、当該命令語を含む該
バツフアの内容の前記補助記憶装置への出力を行
うように構成されていることを特徴とするプログ
ラム生成制御方式。
[Scope of Claims] 1. When an information processing system having a main storage device and an auxiliary storage device generates a target program from an original program of the information processing system, two buffers are provided on the main storage device. , sequentially outputs the target program of the generation process by using the buffers alternately, and each time one of the buffers is filled with the output, only the other buffer outputs the contents of the buffer to the auxiliary storage device. and outputs the subsequent target program to the other buffer, and if the operand address of the instruction word of the target program on the two buffers is resolved after outputting the instruction word to the buffer, , a program generation control system characterized in that, after modifying the instruction word on the buffer, the contents of the buffer including the instruction word are output to the auxiliary storage device.
JP2560985A 1985-02-13 1985-02-13 System for generating and controlling program Granted JPS61216039A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2560985A JPS61216039A (en) 1985-02-13 1985-02-13 System for generating and controlling program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2560985A JPS61216039A (en) 1985-02-13 1985-02-13 System for generating and controlling program

Publications (2)

Publication Number Publication Date
JPS61216039A JPS61216039A (en) 1986-09-25
JPH0443300B2 true JPH0443300B2 (en) 1992-07-16

Family

ID=12170634

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2560985A Granted JPS61216039A (en) 1985-02-13 1985-02-13 System for generating and controlling program

Country Status (1)

Country Link
JP (1) JPS61216039A (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63201833A (en) * 1987-02-18 1988-08-19 Nec Corp Reference settling system for unsettled label
JP3141945B2 (en) * 1990-03-20 2001-03-07 富士通株式会社 Compiling device

Also Published As

Publication number Publication date
JPS61216039A (en) 1986-09-25

Similar Documents

Publication Publication Date Title
JPH0443300B2 (en)
JPH0221612B2 (en)
JPS59111533A (en) Digital data calculation circuit
JPH0233173B2 (en)
JPS588011B2 (en) Microprogram Seigiyohoshiki
JPH0954694A (en) Pipeline processor and its processing method
JPH04104345A (en) Write control method for partially rewritten data in main memory with ECC mechanism
JPS60110043A (en) Information processor
JPH0348535B2 (en)
JPH09198245A (en) Digital signal processor
JPS6325372B2 (en)
JPH0228724A (en) System for controlling branching instruction
JPS6286436A (en) Editor control information generating system
JPH03172958A (en) Synchronous processing method, parallel processing system, parallel processing method, and parallel program generation device
JPH05120080A (en) Firmware execution history storage system
JPS6345603A (en) Program storing system for programmable controller
JPH0214729B2 (en)
JPS63231553A (en) Partial writing system
JPS62219126A (en) Program control system
JPH0625966B2 (en) Micro program controller
JPS6048551A (en) List data access controlling system
JPH03177927A (en) Information processor
JPS6364130A (en) Branch instruction control method
JPH02100137A (en) Instruction execution control system
JPS6329857A (en) Register file device

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees