JPS63157234A - Program correcting system - Google Patents
Program correcting systemInfo
- Publication number
- JPS63157234A JPS63157234A JP61304394A JP30439486A JPS63157234A JP S63157234 A JPS63157234 A JP S63157234A JP 61304394 A JP61304394 A JP 61304394A JP 30439486 A JP30439486 A JP 30439486A JP S63157234 A JPS63157234 A JP S63157234A
- Authority
- JP
- Japan
- Prior art keywords
- area
- dalt
- program
- correction
- correction information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
- LQEATNFJCMVKAC-UHFFFAOYSA-N n-[2-(1h-indol-3-yl)ethyl]-n-prop-2-enylprop-2-en-1-amine Chemical compound C1=CC=C2C(CCN(CC=C)CC=C)=CNC2=C1 LQEATNFJCMVKAC-UHFFFAOYSA-N 0.000 claims abstract description 32
- 230000004048 modification Effects 0.000 claims description 9
- 238000012986 modification Methods 0.000 claims description 8
- 238000012937 correction Methods 0.000 abstract description 10
- 238000000034 method Methods 0.000 abstract description 2
- 238000010586 diagram Methods 0.000 description 10
- 238000007796 conventional method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000011017 operating method Methods 0.000 description 1
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
〔概要〕
従来のロード・モジュールにおいては、各制御セクショ
ン毎にDALT域が設けられていたが、複数のDALT
域の中には使用されないものも存在し、領域を無駄に使
用していた。この欠点を除去するために、ロード・モジ
ュールに共通DALT域を設け、プログラムの修正を行
う場合に、共1lDALT域から領域を切出し、この切
出し領域を使用してプログラムの修正を行う。共JDA
LT域の使用状況を管理するために、ロード・モジュー
ルの中に、新たにDALTALT域ロックを設けた。[Detailed Description of the Invention] [Summary] In a conventional load module, a DALT area was provided for each control section.
Some areas were not used, and the area was wasted. In order to eliminate this drawback, a common DALT area is provided in the load module, and when a program is to be modified, an area is cut out from the common DALT area and the program is modified using this cut out area. Joint JDA
In order to manage the usage status of the LT area, a new DALTALT area lock was created in the load module.
本発明は、ロード・モジュールの中に共11DAL T
(Direct ALTnation)域を設け、プ
ログラムの修正が必要になった時に共通DALT域から
プログラム修正に必要な領域を切出し、この切出し領域
を使用してプログラム修正を行うようにしたプログラム
修正方式に関するものである。The present invention provides that both 11 DAL T
This relates to a program modification method in which a (Direct ALTnation) area is created, and when a program needs to be modified, the area necessary for program modification is cut out from the common DALT area, and this cut out area is used to modify the program. be.
第4図は従来のプログラムの構造を示す図である。この
プログラムは、アッセンブラ言語を翻訳して作成された
ロード・モジュールである。従来のプログラムは、ディ
レクトリ、ディクショナリ、リロケーション表及びプロ
グラム本体から構成されている。ディレクトリとは、プ
ログラム(ロード・モジュール等まの属性、種別を示す
情報が格納されている管理テーブルである。ディクショ
ナリとは、プログラム(ロード・モジュール等)の構造
を示す情報が格納されている管理テーブルである。リロ
ケーション表とは、プログラム(ロード・モジュール等
)中の再配置可能なアドレス定数の情報が格納されてい
る管理テーブルである。FIG. 4 is a diagram showing the structure of a conventional program. This program is a load module created by translating assembler language. A conventional program consists of a directory, a dictionary, a relocation table, and a program body. A directory is a management table that stores information indicating the attributes and types of programs (load modules, etc.). A dictionary is a management table that stores information indicating the structure of programs (load modules, etc.). The relocation table is a management table in which information about relocatable address constants in a program (load module, etc.) is stored.
プログラム本体の中には、複数のDALT域が存在する
。DALT域はプログラムを修正するために使用される
領域であり、DALT域は制御セクション単位に存在す
る。There are multiple DALT areas within the program body. The DALT area is an area used to modify a program, and the DALT area exists for each control section.
第5図は応用プログラムの実行を説明する図である。同
図において、1はディスプレイ、2はプログラム・ライ
ブラリ、3はシステム・プログラム、4はフレーム域を
それぞれ示している。また、■、■、・・・はプログラ
ムの動作手順を示す。FIG. 5 is a diagram illustrating the execution of an application program. In the figure, 1 is a display, 2 is a program library, 3 is a system program, and 4 is a frame area. Also, ■, ■, . . . indicate the operating procedures of the program.
■ ディスプレイ1より応用プログラムAの実行指示が
なされる。■ An instruction to execute application program A is issued from display 1.
■ システム・プログラム3の中のマスク・スケジュー
ル・プログラム(MSP)が実行指示を解析し、システ
ム制御プログラム(SCP)のローダを起動する。(2) The mask schedule program (MSP) in the system program 3 analyzes the execution instruction and starts the loader of the system control program (SCP).
■ ローダにより、プログラム・ライブラリ2の中から
応用プログラムAが取り出される。(2) Application program A is taken out from program library 2 by the loader.
■ 応用プログラムAをフレーム域に展開する。■ Expand application program A to the frame area.
■ 応用プログラムAをフレーム域に展開したことをマ
スク・スケジュール・プログラム(MSP)に通知する
。■ Notify the mask schedule program (MSP) that application program A has been expanded to the frame area.
■ マスク・スケジュール・プログラム(MSP)はパ
ラメタ・ブロックの整合を行い、応用プログラムAに実
行権を移行する。■ The mask schedule program (MSP) matches the parameter blocks and transfers execution rights to application program A.
従来技術においては、プログラム本体を構成する制御セ
クション毎にDALT域が存在していた。In the prior art, a DALT area existed for each control section making up the program body.
DALT域はプログラムの修正のために使用されるもの
である。複数のDALT域の中には使用されないものも
存在するので、各制御セクション毎にDALT域を設置
する従来の方法では、プログラムが大きくなり、フレー
ム域を無駄に使用すると言う欠点がある。The DALT area is used for modifying programs. Since some of the plurality of DALT areas are not used, the conventional method of setting up a DALT area for each control section has the disadvantage that the program becomes large and the frame area is wasted.
本発明は、この点に鑑みて創作されたものであって、プ
ログラムのサイズを減少できると共に、フレーム域を小
さく出来るプログラム修正方式を堤供することを目的と
している。The present invention was created in view of this point, and it is an object of the present invention to provide a program modification method that can reduce the size of a program and reduce the frame area.
第1図は本発明の原理図である。ロード・モジエールの
中には、共通DALT域が設けられると共に、共通DA
LT域の使用状況を管理するためのDALTALT域ロ
ックが設けられている。ロード・モジュールの修正を行
う場合、修正に必要なデータ量を求めると共に、上記D
ALT制御ブロックを参照して使用可能なDALT域を
求める。FIG. 1 is a diagram showing the principle of the present invention. A common DALT area is provided in the load module, and a common DA
A DALTALT area lock is provided to manage the usage of the LT area. When modifying a load module, calculate the amount of data required for modification, and
A usable DALT area is determined by referring to the ALT control block.
そして、修正に必要なデータ量と使用可能なDALT域
を比較し、修正可能な場合にプログラム修正を行う。Then, the amount of data required for modification is compared with the usable DALT area, and if modification is possible, the program is modified.
第3図は本発明のプログラムの構造を示す図である。プ
ログラムはロード・モジュール形式のものであり、ディ
レクトリ、DALTALT域ロック、ディクショナリ、
リロケーション表及びプログラム本体から構成されてい
る。フログラム本体の中には、1箇所にまとめられた共
通DALT域が存在する。DALTALT域ロックとは
、共通DALT域の範囲、使用状況等の情報が格納され
ている管理テーブルである。FIG. 3 is a diagram showing the structure of the program of the present invention. The program is in the form of a load module, with directories, DALTALT area locks, dictionaries,
It consists of a relocation table and the program itself. Within the main body of the program, there is a common DALT area that is grouped together in one place. The DALT area lock is a management table that stores information such as the range and usage status of the common DALT area.
第2図はDALT域の割り付けを説明する図である。D
ALT域の割り付けは第2図に示すような手順でシステ
ム側で行われる。FIG. 2 is a diagram explaining the allocation of the DALT area. D
Allocation of the ALT area is performed on the system side according to the procedure shown in FIG.
■ 修正情報(ソース)を読み込む。■ Load the correction information (source).
■ 修正情報で指定した修正対象プログラムのDALT
ALT域ロックを参照し、修正対象プログラムにおける
使用可能なDALT域の大きさを把握する。■ DALT of the program to be modified specified in the modification information
Refer to the ALT area lock to understand the usable DALT area size in the program to be modified.
■ 修正情報を機械語に変換する。■ Convert correction information into machine language.
■ 修正情報(機械語)のデータ量と使用可能なDAL
T域の大きさとを比較し、修正可能か否かを判断する。■ Data amount of correction information (machine language) and usable DAL
The size of the T area is compared to determine whether or not it can be corrected.
■ 修正情報に従って該当プログラムを修正する。■ Modify the applicable program according to the modification information.
以上の説明から明らかなように、本発明によれば、プロ
グラム・サイズを縮小できると共に、プログラムのロー
ディング時間を短縮することが出来る。 ′As is clear from the above description, according to the present invention, the program size can be reduced and the program loading time can be shortened. ′
第1図は本発明の原理図、第2図は本発明におけるDA
LT域の割り付けを説明する図、第3図は本発明のプロ
グラムの構造を示す図、第4図は従来のプログラムの構
造を示す図、第5図は応用プログラムの実行を説明する
図である。
1・・・ディスプレイ、2・・・プログラム・ライブラ
リ、3・・・システム・プログラム、4・・・フレーム
域。Figure 1 is a principle diagram of the present invention, Figure 2 is a diagram of the DA in the present invention.
FIG. 3 is a diagram illustrating the structure of a program according to the present invention; FIG. 4 is a diagram illustrating the structure of a conventional program; FIG. 5 is a diagram illustrating execution of an application program. . 1...Display, 2...Program library, 3...System program, 4...Frame area.
Claims (1)
に、共通DALT域の使用状況を管理するためのDAL
T域制御ブロックを設け、 ロード・モジュールの修正を行う場合、修正に必要なデ
ータ量を求めると共に、上記DALT制御ブロックを参
照して使用可能なDALT域を求め、 修正に必要なデータ量と使用可能なDALT域を比較し
、修正可能な場合にプログラム修正を行う ことを特徴とするプログラム修正方式。[Claims] A DAL for providing a common DALT area in a load module and managing the usage status of the common DALT area.
When modifying a load module by providing a T area control block, find the amount of data required for modification, refer to the DALT control block above to determine the usable DALT area, and determine the amount of data required for modification and its usage. A program modification method characterized by comparing possible DALT areas and modifying the program if modification is possible.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61304394A JPS63157234A (en) | 1986-12-20 | 1986-12-20 | Program correcting system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61304394A JPS63157234A (en) | 1986-12-20 | 1986-12-20 | Program correcting system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS63157234A true JPS63157234A (en) | 1988-06-30 |
Family
ID=17932489
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61304394A Pending JPS63157234A (en) | 1986-12-20 | 1986-12-20 | Program correcting system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS63157234A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2013168757A1 (en) * | 2012-05-09 | 2016-01-07 | ナブテスコオートモーティブ株式会社 | Oil separator |
US9533246B2 (en) | 2012-07-02 | 2017-01-03 | Nabtesco Automotive Corporation | Oil separator |
-
1986
- 1986-12-20 JP JP61304394A patent/JPS63157234A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPWO2013168757A1 (en) * | 2012-05-09 | 2016-01-07 | ナブテスコオートモーティブ株式会社 | Oil separator |
US9533246B2 (en) | 2012-07-02 | 2017-01-03 | Nabtesco Automotive Corporation | Oil separator |
US10099164B2 (en) | 2012-07-02 | 2018-10-16 | Nabtesco Automotive Corporation | Oil separator |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6526441B2 (en) | Input/output device information management system for multi-computer system | |
JPS63157234A (en) | Program correcting system | |
WO2022269793A1 (en) | Control device and address management method | |
JPS63247824A (en) | Expanding method for number of defining blocks of data entry screen | |
JPH08166807A (en) | Control program generating device | |
JPH01296346A (en) | Partial compiling system by error information file | |
JPH0675757A (en) | Link system for virtual space resident program | |
JPS61169936A (en) | Automatic generation system of job control language | |
JPH04205039A (en) | Exclusive control on shared files in a plurality of operating systems | |
JPH0229867A (en) | Design execution control system | |
JPH023827A (en) | Computer device | |
JPS63317825A (en) | Microcomputer | |
JPH0340042A (en) | Multiple accessing device | |
JPS63245722A (en) | Load module linking system | |
JPH03231328A (en) | Automatic file production system | |
JPH04147340A (en) | Data management calling system | |
JPH0485624A (en) | Program maintenance and managing system | |
JPH0344328B2 (en) | ||
JPH02190948A (en) | Method for preventing data from being lost at multiplex access | |
JPS61182163A (en) | Program expanding system | |
JPH0713946A (en) | Program loader | |
JPH02214942A (en) | Production system for control transfer function to master load module | |
Miller et al. | CMS Nucleus Extensions In a DCSS | |
JPH0235521A (en) | Generation system for patch image | |
JPH05265742A (en) | Program patch system |