JP3008483B2 - Link processing device - Google Patents

Link processing device

Info

Publication number
JP3008483B2
JP3008483B2 JP2301717A JP30171790A JP3008483B2 JP 3008483 B2 JP3008483 B2 JP 3008483B2 JP 2301717 A JP2301717 A JP 2301717A JP 30171790 A JP30171790 A JP 30171790A JP 3008483 B2 JP3008483 B2 JP 3008483B2
Authority
JP
Japan
Prior art keywords
delimiter
record
control statement
program
file
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 - Fee Related
Application number
JP2301717A
Other languages
Japanese (ja)
Other versions
JPH04172527A (en
Inventor
守 鈴木
光弘 田村
隆明 永江
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 JP2301717A priority Critical patent/JP3008483B2/en
Publication of JPH04172527A publication Critical patent/JPH04172527A/en
Application granted granted Critical
Publication of JP3008483B2 publication Critical patent/JP3008483B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Description

【発明の詳細な説明】 〔概 要〕 計算機における、ロードモジュールを作成するための
リンク処理の実行制御に関し、 複数のロードモジュールの生成を、一括して順次処理す
ることにより、リンク処理の処理効率を改善できるリン
ク処理装置を目的とし、 制御文ファイルに従って、プログラム格納ファイルのプ
ログラムから、所定のロードモジュールを生成する処理
を行う計算機装置であって、区切り識別部とリンク処理
部とを有し、該制御文ファイルは、所定の第1の区切り
レコードと制御文とからなり、各第1の区切りレコード
には、所定の識別子を有し、該プログラム格納ファイル
は、所定の第2の区切りレコードとプログラムとからな
り、各第2の区切りレコードには、所定の識別子を有
し、該区切り識別部は、該制御文ファイルから第1の区
切りレコードごとに、第1の区切りレコードと、当該第
1の区切りレコードに続く該制御文とを、該制御文の所
定の終わりを検出するまで読み出し、該プログラム格納
ファイルから、該読み出した第1の区切りレコードに保
持する該識別子と同一の識別子を有する第2の区切りレ
コードに続いて格納されている該プログラムを、該プロ
グラムの所定の終わりを検出するまで読み出して、第1
の区切りレコードごとに、該読み出した制御部及びプロ
グラムを、該リンク処理部に渡す処理を、該制御文ファ
イルの先頭の第1の区切りレコードから、最後の第1の
区切りレコードまでについて順次実行し、該リンク処理
部は、該区切り識別部が第1の区切りレコードごとに渡
す、該読み出した該プログラムごとについて、該読み出
した該制御文に従うリンク処理を実行して、該ロードモ
ジュールを生成するように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] Regarding execution control of link processing for creating a load module in a computer, the processing efficiency of the link processing is achieved by collectively and sequentially processing the generation of a plurality of load modules. A computer device that performs a process of generating a predetermined load module from a program in a program storage file in accordance with a control statement file, having a break identifying unit and a link processing unit, The control statement file includes a predetermined first delimiter record and a control statement. Each first delimiter record has a predetermined identifier, and the program storage file includes a predetermined second delimiter record and a control statement. Each of the second delimiter records has a predetermined identifier, and the delimiter identification unit stores the control statement file. For each of the first delimiter records, the first delimiter record and the control statement following the first delimiter record are read out until a predetermined end of the control statement is detected, and the control statement is read from the program storage file. The program stored after the second delimiter record having the same identifier as the identifier held in the read first delimiter record is read out until the predetermined end of the program is detected, and the first program is read out.
For each delimited record, passing the read control unit and program to the link processing unit is sequentially executed from the first delimited record at the head of the control statement file to the last delimited record at the end. The link processing unit generates a load module by executing a link process according to the read control statement for each of the read programs, which is passed by the partition identification unit for each first delimiter record. To be configured.

〔産業上の利用分野〕[Industrial applications]

本発明は、計算機における、プログラムのロードモジ
ュールを作成するためのリンク処理の実行制御を改善し
たリンク処理装置に関する。
The present invention relates to a link processing device in which execution control of a link process for creating a program load module in a computer is improved.

〔従来の技術〕[Conventional technology]

公知のように、プログラムを計算機で実行する場合
に、そのプログラムはロードモジュールと呼ばれるプロ
グラムのモジュールになっていなければならない。ロー
ドモジュールは、主記憶にロードすれば直ちに実行でき
る所定の型式のコード列に変換されたプログラムと、所
要の制御情報等で構成される。
As is well known, when a program is executed by a computer, the program must be a module of the program called a load module. The load module is composed of a program converted into a code string of a predetermined type that can be immediately executed when loaded into the main memory, and required control information.

ロードモジュールは、公知のリンク処理によって生成
されるが、リンク処理では、プログラム作成者が記述し
た原始プログラムから翻訳処理によって生成された目的
プログラムモジュールを、制御文の指定に従って入力と
して、要すれば複数の目的プログラムモジュールを結合
し、アドレス情報等の処理を行って、ロードモジュール
とし、指定の名前を付けて出力する。制御文では目的プ
ログラムモジュールのモジュール名、ロードモジュール
名、出力先その他が指定される。
The load module is generated by a well-known link process. In the link process, a target program module generated by a translation process from a source program described by a program creator is input as required by a control statement, and a plurality of target program modules are required. And performs processing such as address information, as a load module, and outputs it with a specified name. The control statement specifies the module name, load module name, output destination, and the like of the target program module.

第4図は計算機の構成例を示すブロック図であり、リ
ンク処理を行う場合には制御文ファイル1に制御文2、
プログラム格納ファイル3に目的プログラム4を格納し
て、リンク処理部5を起動する。リンク処理部5は指定
の制御文ファイル1にある制御文2を読んで、指定の目
的プログラムモジュール4についてリンク処理を実行
し、ロードモジュールファイル6に、ロードモジュール
7を出力して、処理を終わる。
FIG. 4 is a block diagram showing a configuration example of a computer. When link processing is performed, control statements 2 and
The target program 4 is stored in the program storage file 3 and the link processing unit 5 is started. The link processing unit 5 reads the control statement 2 in the specified control statement file 1, executes the link processing for the specified target program module 4, outputs the load module 7 to the load module file 6, and ends the processing. .

第5図はリンク処理部5の処理の流れの一例を示す図
であり、起動すると処理ステップ10で制御文ファイル1
をオープンし、処理ステップ11で制御文2を読む。
FIG. 5 is a diagram showing an example of the processing flow of the link processing unit 5. When the link processing unit 5 is started, the control statement file 1
Is opened, and the control statement 2 is read in the processing step 11.

その結果必要なプログラム格納ファイル3を処理ステ
ップ12でオープンし、又処理ステップ13でロードモジュ
ールを出力するロードモジュールファイル6をオープン
する。
As a result, the necessary program storage file 3 is opened in the processing step 12, and the load module file 6 for outputting the load module is opened in the processing step 13.

以上の後、リンク処理を処理ステップ14で実行し、プ
ログラム格納ファイル3から読み込む目的プログラムモ
ジュール4からロードモジュールを生成し、ロードモジ
ュール7としてロードモジュールファイル6に出力す
る。処理を終わると処理ステップ15で各ファイルをクロ
ーズする。
After the above, the link processing is executed in the processing step 14, a load module is generated from the target program module 4 read from the program storage file 3, and output to the load module file 6 as the load module 7. When the processing is completed, each file is closed in processing step 15.

以上の処理で1ロードモジュールを生成する処理を完
了し、処理ステップ16で識別して連続処理が指定されて
いれば、各ロードモジュール生成ごとに処理ステップ10
の処理から繰り返す。
When the processing for generating one load module is completed by the above processing and the continuous processing is identified in the processing step 16, the processing step 10 is performed for each load module generation.
It repeats from processing of.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

プログラムシステムの開発や、特にシステムの保守等
において、一斉に多数のプログラムについてロードモジ
ュールを生成する必要が起こることがしばしばある。前
記のリンク処理によれば、そのような場合にも各ロード
モジュールごとに入出力ファイルのオープン及びクロー
ズ処理が実行されるので、処理時間を長くする一因とな
る。
In the development of a program system, particularly in system maintenance, it is often necessary to generate load modules for many programs at once. According to the link processing, the open / close processing of the input / output file is executed for each load module even in such a case, which contributes to a longer processing time.

本発明は、複数のロードモジュールの生成を、一括し
て順次処理することにより、リンク処理の処理効率を改
善できるリンク処理装置を目的としする。
An object of the present invention is to provide a link processing device capable of improving the processing efficiency of link processing by sequentially and collectively generating a plurality of load modules.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図はリンク処理装置の構成であって、制御文ファイル
20に従って、プログラム格納ファイル21のプログラムか
ら、所定のロードモジュールを生成する処理を行う計算
機装置であって、区切り識別部22とリンク処理部23とを
有し、制御文ファイル20は、所定の第1の区切りレコー
ド24と制御文2とからなり、各第1の区切りレコード20
には、所定の識別子を有し、プログラム格納ファイル21
は、所定の第2の区切りレコード25と目的プログラムモ
ジュール4とからなり、各第2の区切りレコード25に
は、所定の識別子を有し、区切り識別部22は、制御文フ
ァイル20から第1の区切りレコード24ごとに、第1の区
切りレコード24と、当該第1の区切りレコード24に続く
該制御文2とを、該制御文の所定の終わりを検出するま
で読み出し、プログラム格納ファイル21から、該読み出
した第1の区切りレコード24に保持する該識別子と同一
の識別子を有する第2の区切りレコード25に続いて格納
されている目的プログラムモジュール4を、該プログラ
ムの所定の終わりを検出するまで読み出して、第1の区
切りレコード24ごとに、該読み出した制御文2及び目的
プログラムモジュール4を、リンク処理部23に渡す処理
を、制御文ファイル20の先頭の第1の区切りレコードか
ら、最後の第1の区切りレコードまでについて順次実行
し、リンク処理部23は、区切り識別部22が第1の区切り
レコードごとに渡す、該読み出した目的プログラムモジ
ュールごとについて、該読み出した該制御文に従うリン
ク処理を実行して、ロードモジュール7を生成する 〔作 用〕 本発明のリンク処理装置により、複数のロードモジュ
ールに対応して区切りレコードによって区切った複数の
制御文及び目的プログラムモジュールを、それぞれ1フ
ァイルに纏めて処理するので、必要な3ファイルについ
て各1回づつのオープン及びクローズ処理で、一群の複
数のロードモジュールの生成処理を行うことが可能にな
り、制御文及び目的プログラムモジュールについて、そ
れぞれ1個のファイルに纏める処理を経たとしても、総
合的に処理効率を向上することができる。
The figure shows the configuration of the link processing device, and the control statement file
20 is a computer device that performs a process of generating a predetermined load module from the program of the program storage file 21 according to 20, including a delimiter identification unit 22 and a link processing unit 23, and the control statement file 20 includes a predetermined Each of the first delimiter records 20 is composed of the first delimiter record 24 and the control statement 2.
Has a predetermined identifier, and stores the program storage file 21.
Consists of a predetermined second delimiter record 25 and a target program module 4. Each second delimiter record 25 has a predetermined identifier. For each delimiter record 24, the first delimiter record 24 and the control statement 2 following the first delimiter record 24 are read out until a predetermined end of the control statement is detected. The target program module 4 stored following the second delimiter record 25 having the same identifier as the identifier held in the read first delimiter record 24 is read out until a predetermined end of the program is detected. The process of passing the read control statement 2 and the target program module 4 to the link processing unit 23 for each first delimiter record 24 is performed at the beginning of the control statement file 20. From the first delimiter record to the last first delimiter record, the link processing unit 23 sequentially executes, for each of the read target program modules passed by the delimiter identification unit 22 for each first delimiter record, A load module 7 is generated by executing a link process according to the read control statement. [Operation] By the link processing device of the present invention, a plurality of control statements and objects separated by a delimiter record corresponding to a plurality of load modules are provided. Since the program modules are collectively processed into one file, the process of generating a group of a plurality of load modules can be performed by the open and close processes once for each of the required three files. The target program module has been processed into one file for each. Also, it is possible to improve the overall process efficiency.

〔実施例〕〔Example〕

第1図の第1の区切りレコード24は例えば第2図
(a)のような形式とし、区切りレコードであることを
示すキーワードと、識別子からなり、識別子には例えば
先頭の区切りレコードからの順番を示す番号を使用す
る。
The first delimiter record 24 in FIG. 1 has, for example, a format as shown in FIG. 2 (a), and includes a keyword indicating that the record is a delimiter record and an identifier. Use the numbers shown.

又、第2の区切りレコード25は、例えば第2図(b)
に示すような形式とし、目的プログラムモジュールの前
部にある制御情報の先頭のブロックに本発明の識別子を
追加するものとして、情報ブロックタイプ、データ長の
欄の他に、識別子の欄で構成する。
The second delimiter record 25 is, for example, as shown in FIG.
In the format as shown in the figure, the identifier of the present invention is added to the first block of the control information at the front of the target program module. .

第1図において、リンク処理のために区切り識別部22
が起動されると、制御文ファイル20の先頭から、第1の
区切りレコード24とそれに続く制御文2を所定の制御文
の終わりを検出するまで読み込んで、リンク処理部23に
渡す。
In FIG. 1, a delimiter identification unit 22 is used for link processing.
Is started, the first delimiter record 24 and the subsequent control statement 2 are read from the beginning of the control statement file 20 until the end of a predetermined control statement is detected, and passed to the link processing unit 23.

例えば、ここでリンク処理部23が、区切り識別部22に
目的プログラムモジュール4の読み出しを要求するもの
とし、その要求により区切り識別部22は、プログラム格
納ファイル21にアクセスして、前記の第1の区切りレコ
ードにあった識別子の番号と同じ識別子を持つ第2の区
切りレコード25を検索し、それに続く目的プログラムモ
ジュール4を順次読み出して、リンク処理部23に渡す。
For example, here, it is assumed that the link processing unit 23 requests the delimiter identification unit 22 to read the target program module 4, and the delimiter identification unit 22 accesses the program storage file 21 in response to the request, and A second delimiter record 25 having the same identifier as the identifier of the delimiter record is searched, and the subsequent target program modules 4 are sequentially read out and passed to the link processing unit 23.

リンク処理部23は、先に受け取った制御文2と、区切
り識別部22に要求して順次受け取る目的プログラムモジ
ュール4について、従来と同様のリンク処理を実行し
て、生成したロードモジュール7を出力し、ロードモジ
ュール7の生成を完了すれば区切り識別部22に終了を通
知する。
The link processing unit 23 executes the same link processing as before with respect to the control statement 2 received earlier and the target program module 4 that requests and sequentially receives the delimiter identification unit 22 and outputs the generated load module 7. When the generation of the load module 7 is completed, the end is notified to the segment identification unit 22.

そこで区切り識別部22は、制御文ファイル20から次の
第1の区切りレコード24の読み込みを試み、次の第1の
区切りレコード24があれば前記と同様に処理して、リン
ク処理部23によって次のロードモジュールの生成を行
う。このようにして次々にロードモジュールを生成し、
制御文ファイル20が終わった場合には、リンク処理部23
に終了を通知して処理を終わる。
Therefore, the delimiter identification unit 22 attempts to read the next first delimiter record 24 from the control statement file 20, and if there is the next first delimiter record 24, processes the same as described above. Generate a load module. In this way, load modules are generated one after another,
When the control statement file 20 ends, the link processing unit 23
To notify the end, and the process ends.

第3図は、本発明の処理の流れの一例を示す図であ
り、区切り識別部22が処理ステップ30で制御文ファイル
20、プログラム格納ファイル21及びロードモジュールフ
ァイル6をオープンした後、処理ステップ31で制御文フ
ァイル20から第1の区切りレコード24の読み出しを試
み、処理ステップ32で識別して第1の区切りレコード24
が読み出された場合は、処理ステップ33で制御文をリン
ク処理部23に渡す。
FIG. 3 is a diagram showing an example of the processing flow of the present invention.
20, after opening the program storage file 21 and the load module file 6, in a processing step 31, an attempt is made to read the first delimited record 24 from the control statement file 20, and in the processing step 32, the first delimited record 24 is identified.
Is read out, the control statement is passed to the link processing unit 23 in the processing step 33.

処理ステップ34で、リンク処理部23と区切り識別部22
によって前記のようにプログラム格納ファイル21の同じ
識別子を持つ目的プログラムモジュール4のリンク処理
を実行してロードモジュール7を生成し、終了すると処
理ステップ31の第1の区切りレコード読み出しに戻る。
In processing step 34, the link processing unit 23 and the segment identification unit 22
As described above, the link processing of the target program module 4 having the same identifier of the program storage file 21 is executed to generate the load module 7, and when the processing is completed, the process returns to the processing step 31 for reading the first delimited record.

このようにして順次ロードモジュール生成を繰り返
し、処理ステップ32で制御文ファイル20の終了を検出す
ると、処理ステップ35でリンク処理部23に終了を通知
し、処理ステップ36で、オープンしてある前記の3ファ
イルをクローズして処理を終わる。
In this way, the generation of the load module is sequentially repeated, and when the end of the control statement file 20 is detected in the processing step 32, the end is notified to the link processing unit 23 in the processing step 35, and the opened Close the three files and end the process.

〔発明の効果〕〔The invention's effect〕

以上の説明から明らかなように本発明によれば、計算
機における、ロードモジュールを作成するためのリンク
処理において、複数のロードモジュールの生成を、一括
して順次処理することにより、リンク処理の処理効率を
改善できるという著しい工業的効果がある。
As is apparent from the above description, according to the present invention, in the link processing for creating a load module in the computer, the processing efficiency of the link processing is improved by collectively and sequentially processing the generation of a plurality of load modules. Has a remarkable industrial effect that can be improved.

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

第1図は本発明の構成を示すブロック図、 第2図は区切りレコードの説明図、 第3図は本発明の処理の流れ図、 第4図は従来の構成例を示すブロック図、 第5図は従来の処理の流れ図 である。 図において、 1、20は制御文ファイル、 2は制御文、 3、21はプログラム格納ファイル、 4は目的プログラムモジュール、 5、23はリンク処理部、 6はロードモジュールファイル、 7はロードモジュール、 10〜16、30〜36は処理ステップ、 22は区切り識別部、 24は第1の区切りレコード、 25は第2の区切りレコード を示す。 FIG. 1 is a block diagram showing a configuration of the present invention, FIG. 2 is an explanatory diagram of a delimiter record, FIG. 3 is a flowchart of a process of the present invention, FIG. Is a flowchart of a conventional process. In the figure, 1, 20 is a control statement file, 2 is a control statement, 3, 21 is a program storage file, 4 is a target program module, 5, 23 is a link processing unit, 6 is a load module file, 7 is a load module, 10 -16, 30-36 are processing steps, 22 is a delimiter identifier, 24 is a first delimiter record, and 25 is a second delimiter record.

───────────────────────────────────────────────────── フロントページの続き (56)参考文献 特開 平2−264327(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/06 G06F 9/445 G06F 9/46 ────────────────────────────────────────────────── ─── Continuation of the front page (56) References JP-A-2-264327 (JP, A) (58) Fields investigated (Int. Cl. 7 , DB name) G06F 9/06 G06F 9/445 G06F 9 / 46

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】制御文ファイル(20)に従って、プログラ
ム格納ファイル(21)のプログラムから、所定のロード
モジュールを生成する処理を行う計算機装置であって、
区切り識別部(22)とリンク処理部(23)とを有し、 該制御文ファイル(20)は、所定の第1の区切りレコー
ド(24)と制御文(2)とからなり、各第1の区切りレ
コードには、所定の識別子を有し、 該プログラム格納ファイル(21)は、所定の第2の区切
りレコード(25)とプログラム(4)とからなり、各第
2の区切りレコードには、所定の識別子を有し、 該区切り識別部(22)は、該制御文ファイル(20)から
第1の区切りレコード(24)ごとに、第1の区切りレコ
ードと、当該第1の区切りレコードに続く該制御文と
を、該制御文の所定の終わりを検出するまで読み出し、 該プログラム格納ファイル(21)から、該読み出した第
1の区切りレコードに保持する該識別子と同一の識別子
を有する第2の区切りレコード(25)に続いて格納され
ている該プログラム(4)を、該プログラムの所定の終
わりを検出するまで読み出して、 第1の区切りレコードごとに、該読み出した制御部及び
プログラムを、該リンク処理部(23)に渡す処理を、該
制御文ファイルの先頭の第1の区切りレコードから、最
後の第1の区切りレコードまでについて順次実行し、 該リンク処理部(23)は、該区切り識別部(22)が第1
の区切りレコードごとに渡す、該読み出した該プログラ
ムごとについて、該読み出した該制御文に従うリンク処
理を実行して、該ロードモジュール(7)を生成するよ
うに構成されていることを特徴とするリンク処理装置。
1. A computer device for performing processing for generating a predetermined load module from a program in a program storage file (21) according to a control statement file (20),
The control statement file (20) includes a delimiter identification unit (22) and a link processing unit (23). The control statement file (20) includes a predetermined first delimiter record (24) and a control statement (2). Has a predetermined identifier. The program storage file (21) includes a predetermined second delimiter record (25) and a program (4). The delimiter identification unit (22) has a predetermined identifier, and for each first delimiter record (24) from the control statement file (20), a first delimiter record and a delimiter following the first delimiter record The control statement is read out until a predetermined end of the control statement is detected, and a second identifier having the same identifier as the identifier held in the read first delimiter record is read from the program storage file (21). Stored following the delimiter record (25) The program (4) is read until a predetermined end of the program is detected, and for each first delimiter record, the control unit and the read program are passed to the link processing unit (23). The link processing unit (23) sequentially executes the control statement file from the first first delimited record to the last first delimited record.
And performing a link process in accordance with the read control statement with respect to each of the read programs, which is passed for each delimiter record, to generate the load module (7). Processing equipment.
JP2301717A 1990-11-07 1990-11-07 Link processing device Expired - Fee Related JP3008483B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2301717A JP3008483B2 (en) 1990-11-07 1990-11-07 Link processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2301717A JP3008483B2 (en) 1990-11-07 1990-11-07 Link processing device

Publications (2)

Publication Number Publication Date
JPH04172527A JPH04172527A (en) 1992-06-19
JP3008483B2 true JP3008483B2 (en) 2000-02-14

Family

ID=17900310

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2301717A Expired - Fee Related JP3008483B2 (en) 1990-11-07 1990-11-07 Link processing device

Country Status (1)

Country Link
JP (1) JP3008483B2 (en)

Also Published As

Publication number Publication date
JPH04172527A (en) 1992-06-19

Similar Documents

Publication Publication Date Title
JP3122185B2 (en) Database search processor
US7508985B2 (en) Pattern-matching system
JP2665111B2 (en) Vector processing equipment
US5566329A (en) System and method for mutation of selected assignment operations on large data objects
CN112882782B (en) Page generation method, page generation device, computer equipment and storage medium
JPH10507016A (en) System, method and compiler preprocessor for conditionally compiling software compilation units
JP2574985B2 (en) Digital data processing system and error handling method
JP3008483B2 (en) Link processing device
JP7059757B2 (en) API processing method, terminal, API processing program
JP3430635B2 (en) Constant reference optimization processor
JP3233245B2 (en) Language processing method
JP2533532B2 (en) Online test method
JP3279706B2 (en) Online compilation method
JP3156343B2 (en) Data dependency information processing method
JPH0488476A (en) Data totalization system
JPS5846439A (en) Program editing method of computer
JP2586155B2 (en) Logic simulator
JP2895892B2 (en) Data processing device
JPH03282841A (en) Direct input/output processing system for variable length record
JP3097151B2 (en) Daemon management method
JPH11265290A (en) Program loading method
JPH08221274A (en) Object conversion device
JPH0535493A (en) General reverse-assembler processing system for assembler
JPS62237525A (en) Command converting method
JPH0778087A (en) Compiler device

Legal Events

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