JPH01293438A - Overlay segment information output system - Google Patents

Overlay segment information output system

Info

Publication number
JPH01293438A
JPH01293438A JP12386788A JP12386788A JPH01293438A JP H01293438 A JPH01293438 A JP H01293438A JP 12386788 A JP12386788 A JP 12386788A JP 12386788 A JP12386788 A JP 12386788A JP H01293438 A JPH01293438 A JP H01293438A
Authority
JP
Japan
Prior art keywords
information
editing
combined information
search
storage medium
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
Application number
JP12386788A
Other languages
Japanese (ja)
Inventor
Motoko Nakajima
中島 元子
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP12386788A priority Critical patent/JPH01293438A/en
Publication of JPH01293438A publication Critical patent/JPH01293438A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To save the labor of a program logic correction work by editing a slip outputted at the time of separating an execution form program. CONSTITUTION:A preserving means 101 preserves the coupling information outputted as a slip at the time of coupling in a memory medium 102. An input means 103 inputs the medium name of the memory medium 102 and the coupling information editing request used at the time of preservation and the information is delivered to a retrieving editing means 105. The retrieving editing means 105 delivers the medium name of the memory medium 102 delivered from the input medium 103 to a coupling information reading means 104, instructs the reading processing of the coupling information from the memory medium 102 and edits the read coupling information based on the coupling information editing request. The coupling information reading means 104 reads the coupling information corresponding to the information delivered from the retrieving editing means 105 from the memory medium 102 and an output means 106 outputs the editing result edited by the retrieving editing means 105 as a slip. Thus, the labor of the program logic correction work can be saved.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、ソースプログラム群を翻訳することで得たオ
ブジェクトプログラムを結合し、実行形式プログラムを
生成するシステムのオーバレイセグメント情報出力方式
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an overlay segment information output method for a system that generates an executable program by combining object programs obtained by translating a group of source programs.

〔従来の技術〕[Conventional technology]

従来、システムの機能変更や不正処理等により、ソース
プログラムのロジック修正が発生した場合に、リリース
前のテスト工程であれば。
Conventionally, this was done during the pre-release testing process when the logic of the source program was modified due to system function changes or unauthorized processing.

再結合可能なので、ソースプログラムを変更するだけで
よいのだが、リリース後であると、オブジェクトコード
を作成して実行形式プログラムのロジック修正を行うの
が一般的な修正方法である。
Since it is recombinable, all you need to do is change the source program, but after release, the typical modification method is to create object code and modify the logic of the executable program.

その際に使用されるのが、実行形式プログラムを生成す
る際に出力された帳表であり、それには、各オーバレイ
セグメント内に結合したソ−スプログラム順に、ソース
プログラム名、絶対番地、入ロ名、外部入口名等が、オ
ーバレイセグメント単位に分けて記載されている。
What is used at this time is the ledger output when generating the executable program, which includes the source program name, absolute address, and input location in the order of the source programs combined in each overlay segment. name, external entrance name, etc. are written in units of overlay segments.

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

しかしながら、上述した従来の方式であると。 However, in the conventional method described above.

ロジック修正すべきソースプログラムを、複数のオーバ
レイセグメントで使用していた場合には、各オーバレイ
セグメントに対してオブジェクトコードを作成しなけれ
ばならないが、そのためには、全てのオーバレイセグメ
ントの内。
If the source program whose logic is to be modified is used in multiple overlay segments, object code must be created for each overlay segment.

どのオーバレイセグメントでロジック変更すべき該プロ
グラムが使用されていたかが分かっていなければならな
いが、−担当者が複数プログラムを担当していることや
、他のソースプログラムに使用されたため該プログラム
がオーバレイセグメント内に結合されている場合等があ
り。
It is necessary to know in which overlay segment the program whose logic should be changed was used, but - if the person in charge is responsible for multiple programs, or if the program is in the overlay segment because it was used in another source program. There are cases where it is combined with

全てについて熟知しておくのは困難である。It is difficult to be familiar with everything.

其故、実行形式プログラムを生成する際に出力された帳
表の隅々までを眺め、該プログラムを結合しているオー
バレイセグメントを探しだすという作業を行わねばなら
ず2時間がかかるという問題がある。
Therefore, when generating an executable program, it is necessary to look at every corner of the output report and find the overlay segment that connects the program, which takes two hours. .

また、オーバレイセグメントの開始番地も種種異なるた
め、該プログラムの絶対番地も異なり、各オーバレイセ
グメント毎に該プログラムの絶対番地を調べなくてはな
らない。
Furthermore, since the starting addresses of overlay segments are different, the absolute addresses of the programs are also different, and it is necessary to check the absolute addresses of the programs for each overlay segment.

そこで本発明の技術的課題は、従来の作業工程における
以上のような問題点を解消させるため、実行形式プログ
ラムを生成する際に出力される帳表を編集することで、
プログラムロジック修・正作業の手間を省くことにある
Therefore, the technical problem of the present invention is to solve the above-mentioned problems in the conventional work process by editing the ledger that is output when generating an executable program.
The purpose is to save the effort of modifying and correcting program logic.

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

本発明によれば、ソースプログラム群を翻訳することで
得たオブジェクトプログラムを結合し、実行形式プログ
ラムを生成するシステムにおいて、結合の際に帳表とし
て出力される結合情報を記憶媒体(102)に保存する
保存手段(101)と、該保存手段(101)で保存に
使用した記憶媒体名と結合情報編集要求とを受け取る入
力手段(103)と、該入力手段(103)で受け取っ
た記憶媒体(10,2)内に保存されている結合情報を
記憶媒体(102)から読み出す結合情報読み出し手段
(104)と、該結合情報読み出し手段(104)によ
り読み出された結合情報を入力として結合情報編集要求
を満たす情報を検索し、検索結果を編集する検索編集手
段(1OS)と、該検索編集手段(105)により編集
された結果を帳表へ出力する出力手段(fo6)とを有
していることを特徴とするオーバレイセグメント情報出
力方式が得られる。
According to the present invention, in a system that generates an executable program by combining object programs obtained by translating a group of source programs, combining information output as a ledger at the time of combining is stored in a storage medium (102). A storage means (101) for storing, an input means (103) for receiving the storage medium name used for storage by the storage means (101) and a combined information editing request, and a storage medium (103) received by the input means (103). a combination information reading means (104) for reading out the combination information stored in the storage medium (102) from the storage medium (102); and a combination information reading means (104) for editing the combination information by inputting the combination information read by the combination information reading means (104). It has a search and edit means (1OS) that searches for information that meets a request and edits the search results, and an output means (FO6) that outputs the results edited by the search and edit means (105) to a ledger. This provides an overlay segment information output method characterized by the following.

尚、前記検索編集手段(105)は、利用者が取り出し
たい情報を基に結合情報を解析する結合情報解析手段(
201)と、該結合情報解析手段(201)により解析
された情報を記憶する記憶域(204)と、該記憶域(
204)に記憶された情報を検索する検索手段(202
)と、該検索手段(202)により検索された結果を編
集する結果編集手段(203)とを含む。
The search and editing means (105) includes a combined information analysis means (105) that analyzes combined information based on the information that the user wants to extract.
201), a storage area (204) for storing information analyzed by the combined information analysis means (201), and a storage area (204) for storing information analyzed by the combined information analysis means (201);
a search means (202) for searching information stored in (204);
) and result editing means (203) for editing the results searched by the search means (202).

〔実施例〕〔Example〕

本発明の実施例を1図面を参照しながら説明する。 An embodiment of the present invention will be described with reference to one drawing.

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

本実施例のオーバレイセグメント情報出力方式は、保存
手段101.記憶媒体102゜入力手段103.結合情
報読み出し手段104゜検索編集手段105°、出力手
段106とから構。
The overlay segment information output method of this embodiment is based on the storage means 101. Storage medium 102° input means 103. It consists of a combined information reading means 104°, a search editing means 105°, and an output means 106.

成されている。has been completed.

第1図において、保存手段101は、結合の際に帳表と
して出力された結合情報を、記憶媒体102に保存する
In FIG. 1, a storage unit 101 stores, in a storage medium 102, the combination information output as a ledger at the time of combination.

入力手段103は、保存の際に使用した記憶媒体102
の媒体名と結合情報編集要求とを入力し、検索編集手段
105に情報を渡す。検索編集手段105は、入力手段
106から渡された記憶媒体102の媒体名を結合情報
読み出し手段104に渡し、記憶媒体102から結合情
報を読み出す処理を指示し、読み込まれた結合情報を結
合情報編集要求を基に編集する。結合情報読み出し手段
104は検索編集手段105から渡された情報に対応す
る結合情報を記憶媒体102から読み出す。出力手段1
06は検索編集手段105により編集された編集結果を
帳表として出力する。
The input means 103 is the storage medium 102 used for storage.
The media name and the combined information editing request are input, and the information is passed to the search/edit means 105. The search and edit means 105 passes the medium name of the storage medium 102 passed from the input means 106 to the combined information reading means 104, instructs the process of reading the combined information from the storage medium 102, and edits the read combined information. Edit based on your request. The combined information reading means 104 reads out the combined information corresponding to the information passed from the search/editing means 105 from the storage medium 102 . Output means 1
06 outputs the editing results edited by the search and editing means 105 as a ledger.

第2図は、検索編集手段105の構成を示す。FIG. 2 shows the configuration of the search and edit means 105.

検索編集手段105は、結合情報解析手段201゜検索
手段202.結果編集手段203.記憶域204とから
構成されている。
The search and edit means 105 includes the combined information analysis means 201, the search means 202. Result editing means 203. It consists of a storage area 204.

第6図(al l (b)は、オーバレイセグメント内
ソースプログラムアドレス−覧と、各オーバレイセグメ
ントサイズリストが結合情報編集要求として指定された
場合に出力される帳表の一例を各々示している。
FIG. 6 (al l (b)) shows an example of a list of source program addresses in an overlay segment and an example of a list that is output when each overlay segment size list is designated as a combined information editing request.

第4図は、第2図中の結合情報解析手段201における
第6図に示す帳表を出力する処理の概要を示すフローチ
ャートである。
FIG. 4 is a flowchart showing an overview of the process of outputting the account table shown in FIG. 6 in the combined information analysis means 201 in FIG. 2.

結合情報解析手段201は入力手段106から渡された
記憶媒体102の媒体名と、結合情報編集要求を受け取
る(ステップ401)。次に、受け取った記憶媒体10
2の媒体名を結合情報読み出し手段104に渡し、記憶
媒体102から結合情報を読み出す処理を指示しくステ
ップ402 )、結合情報読み出し手段104によシ読
み出された結合情報から1ステップ取り出しくステップ
403 )、結合情報の終了判定を行い(ステップ40
4 )、結合情報が終了でなければ、取り出した1ステ
ツプが結合情報編集・要求であるオーバレイセグメント
内ソースプログラムアドレス−覧(第5図(a) ) 
、  または、各オーバレイセグメントサイズリスト(
第3図(b))を出力するのに必要な情報であるオーバ
レイセグメント名、ソースプログラム名、絶対番地等か
を判定しくステップ405 )、  ここで結合情報編
集要求を満たした情報と判定された場合は。
The combined information analysis means 201 receives the medium name of the storage medium 102 and the combined information editing request passed from the input means 106 (step 401). Next, the received storage medium 10
Step 402 ), passing the medium name of No. 2 to the combined information reading means 104 and instructing the process of reading the combined information from the storage medium 102 (step 402 ), and extracting one step from the combined information read by the combined information reading means 104 ( step 403 ). ) and determines the end of the combined information (step 40
4) If the combined information is not completed, the list of source program addresses in the overlay segment where one extracted step is a combined information edit/request (Figure 5 (a))
, or each overlay segment size list (
Step 405) determines whether the information is necessary to output the information such as overlay segment name, source program name, absolute address, etc. to output Figure 3(b)), and here it is determined that the information satisfies the combined information editing request. In case.

定義情報を保存しくステ、ブ406 )、ステップ40
6を実行する。ステップ404で終了と判定された場合
は、ステップ406で保存した定義情報全記憶域へ登録
する(ステップ407)。
Save the definition information (Step 406), Step 40
Execute 6. If it is determined in step 404 that the process has ended, the definition information saved in step 406 is registered in the entire storage area (step 407).

第5図は、第2図中の検索手段202における第3図に
示す帳表を出力する処理の概要を示すフローチャートで
ある。
FIG. 5 is a flowchart showing an overview of the processing performed by the search means 202 in FIG. 2 to output the account table shown in FIG. 3.

結合情報編集要求であるオーバレイセグメント内ソース
プログラムアドンスー覧処理を行うため、結合情報解析
手段201で登録した定義情報を記憶域力・ら入力しく
ステップ501 )。
In order to perform the process of viewing the source program additions in the overlay segment, which is a joint information editing request, the definition information registered by the joint information analysis means 201 is input from the storage area (step 501).

次に定義情報の入力の終了判定を行う(ステップ502
)。終了でなければ、定義情報であるオーバレイセグメ
ント名であるかを判定しくステップ503 )、 オー
バレイセグメント名でないと判定されると、ステップ5
01を実行する。
Next, it is determined whether the input of definition information is complete (step 502).
). If it is not the end, it is determined whether it is an overlay segment name which is definition information (step 503), and if it is determined that it is not an overlay segment name, step 5
Execute 01.

ここでオーバレイセグメント名であると判定された場合
は、該オーバレイセグメントに付随する結合情報編集に
必要な情報であるソースプログラム名、絶対番地等を検
索しくステップ504)。
If it is determined that it is an overlay segment name, the source program name, absolute address, etc., which is information necessary for editing the combined information attached to the overlay segment, is searched (step 504).

検索終了後、結果編集手段206へ検索情報を渡しくス
テップ505 )、ステップ501を実行する。ステッ
プ502で終了と判定された場合は2次の結合情報編集
要求があるか判定しくステップ506 )、オーバレイ
セグメント内ソースプログラムアドレス−覧要求がある
のでステップ501を実行する。
After the search is completed, step 505) of passing the search information to the result editing means 206 and step 501 are executed. If it is determined in step 502 that the process has ended, it is determined whether there is a secondary combined information editing request (step 506), and since there is a request to view the source program address in the overlay segment, step 501 is executed.

第6図は、第2図中の結果編集手段203における処理
の概要を示すフローチャートである。
FIG. 6 is a flowchart showing an overview of the processing in the result editing means 203 in FIG.

検索手段202から受け取った検索情報を結合情報編集
要求に基づいて編集する(ステップ601)。
The search information received from the search means 202 is edited based on the combined information editing request (step 601).

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

以上の説明であきらかなように2本発明によって、以下
の効果がある。
As is clear from the above description, the present invention has the following effects.

■ 結合後のプログラム開始番地が一目でわかるので、
オブジェクトコード作成時の時間が短縮される。
■ You can see at a glance the program start address after combining.
The time required to create object code is reduced.

■ どのオーバレイセグメントで使用されているかがわ
かると同時に、使用しているオーバレイセグメント数が
わかるので、プログラム配置を考慮しメモリ削減が行え
る。
■ Since you can see which overlay segment is being used and the number of overlay segments in use, you can reduce memory by considering program placement.

■ オーバレイセグメントサイズの把握がしやすい。■ Easy to understand overlay segment size.

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

第1図は9本発明のオーバレイセグメント情報出力方式
の一実施例を示すブロック図、第2図は、第1図に示し
た検索編集手段の構成図。 第5図(a) 、 (b)はオーバレイセグメント情報
出力方式で出力される帳表の一例、第4図は第2図中の
結合情報解析手段における処理の概要を示すフローチャ
ート、第5図は第2図中の検索手段における処理の概要
を示すフローチャート。 第6図は第2図中の結果編集手段205における処理の
概要を示すフローチャートを示している。 101・・・保存手段、102・・・記憶媒体、103
・・・入力手段、104・・・結合情報読み出し手段、
105・・・検索編集手段、106・・・出力手段、2
01・・・結合情報解析手段、202・・・検索手段、
203・・・結果編集手段、204・・・記憶域。 第1図 第2図 第3図 (G) (b) 第5図
FIG. 1 is a block diagram showing an embodiment of the overlay segment information output method of the present invention, and FIG. 2 is a block diagram of the search and editing means shown in FIG. 1. 5(a) and 5(b) are examples of a ledger table output by the overlay segment information output method, FIG. 4 is a flowchart showing an overview of the processing in the combined information analysis means in FIG. 2, and FIG. 3 is a flowchart showing an overview of processing in the search means in FIG. 2. FIG. 6 shows a flowchart outlining the processing in the result editing means 205 in FIG. 101... Storage means, 102... Storage medium, 103
... input means, 104 ... combined information reading means,
105... Search and edit means, 106... Output means, 2
01... Combined information analysis means, 202... Search means,
203...Result editing means, 204...Storage area. Figure 1 Figure 2 Figure 3 (G) (b) Figure 5

Claims (1)

【特許請求の範囲】[Claims] 1)ソースプログラム群を翻訳することで得たオブジェ
クトプログラムを結合し、実行形式プログラムを生成す
るシステムにおいて、結合の際に帳表として出力される
結合情報を記憶媒体に保存する保存手段と、該保存手段
で保存に使用した記憶媒体名と結合情報編集要求とを受
け取る入力手段と、該入力手段で受け取った記憶媒体内
に保存されている結合情報を記憶媒体から読み出す結合
情報読み出し手段と、該結合情報読み出し手段により読
み出された結合情報を入力として結合情報編集要求を満
たす情報を検索し、検索結果を編集する検索編集手段と
、該検索編集手段により編集された結果を帳表へ出力す
る出力手段とを有することを特徴とするオーバレイセグ
メント情報出力方式。
1) In a system that generates an executable program by combining object programs obtained by translating a group of source programs, a storage means for storing combined information output as a ledger at the time of combination in a storage medium; input means for receiving the storage medium name used for storage by the storage means and a combined information editing request; combined information reading means for reading out the combined information stored in the storage medium received by the input means from the storage medium; Search and edit means for inputting the combined information read by the combined information reading means to search for information that satisfies the combined information editing request and edit the search results; and outputting the results edited by the search and editing means to a ledger. An overlay segment information output method, comprising: an output means.
JP12386788A 1988-05-23 1988-05-23 Overlay segment information output system Pending JPH01293438A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12386788A JPH01293438A (en) 1988-05-23 1988-05-23 Overlay segment information output system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12386788A JPH01293438A (en) 1988-05-23 1988-05-23 Overlay segment information output system

Publications (1)

Publication Number Publication Date
JPH01293438A true JPH01293438A (en) 1989-11-27

Family

ID=14871344

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12386788A Pending JPH01293438A (en) 1988-05-23 1988-05-23 Overlay segment information output system

Country Status (1)

Country Link
JP (1) JPH01293438A (en)

Similar Documents

Publication Publication Date Title
JPH01293438A (en) Overlay segment information output system
JP3529325B2 (en) Dump edit processing method
JP2990701B2 (en) File editing method
JPH11327887A (en) Compiler system with automatic parts converting function and recording medium
JPH0454558A (en) Text control system
JPH11282691A (en) Software development system
JPH05225009A (en) Data file matching system
JPH0512394A (en) Image editing system
JPH0816382A (en) Erroneously corrected line retrieving device
JPH02120950A (en) Address conversion system for memory dump file access
JPH04273345A (en) Segment editing/output system
JP2003030017A (en) Data storage method and storage medium storing program based on the method
JPH04195427A (en) Two-dimensional table data comparing system
JPH04304525A (en) Processing system for optical read-in data
JPH0823867B2 (en) Adjacency search method using aggregate files
JP2000029750A (en) Memory dump file reconstituting system
JPH03259324A (en) Copying system for unloadable medium
JPH01270127A (en) Data retrieval processing system
JPH05313967A (en) Record editing system
JPH05257702A (en) System for preparing macro built-in type intermediate language text file
JPH0973462A (en) Method and device for drawing retrieval
JPH08235048A (en) Network file processing method and system
JPH08272619A (en) Output method for translator option list
JPH0713752A (en) Control method/device for program revision
JPH04149636A (en) Cross-reference processing system