JPH06324852A - Program language converter - Google Patents

Program language converter

Info

Publication number
JPH06324852A
JPH06324852A JP10943293A JP10943293A JPH06324852A JP H06324852 A JPH06324852 A JP H06324852A JP 10943293 A JP10943293 A JP 10943293A JP 10943293 A JP10943293 A JP 10943293A JP H06324852 A JPH06324852 A JP H06324852A
Authority
JP
Japan
Prior art keywords
level language
language program
comment
program
low
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
JP10943293A
Other languages
Japanese (ja)
Inventor
Riichi Furukawa
利一 古川
Yoji Sugiura
洋治 杉浦
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.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co 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 Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP10943293A priority Critical patent/JPH06324852A/en
Publication of JPH06324852A publication Critical patent/JPH06324852A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To provide a device capable of producing a comment text even when only low-level language program is recorded on a recording medium by recording a low-level language program converted from a high-level language program on the recording medium, and recording it on the recording medium by adding position information representing the comment position of the high-level language program to the comment text. CONSTITUTION:A low-level language conversion means 7 converts the high-level language program stored in a program storage means 5 into the low-level language program. An index information generating means 8 generates index information consisting of the size information of the low-level language program converted by the low-level language conversion means 7 and the size information of the comment text to which the position information is added separated by a separation means 4. A write control means 9 functions when the index information is generated, and controls a drive 10 so that the index information and the comment to text to which the low-level language program position information is added can be recorded on the recording medium as one data format.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、プログラマに扱いやす
い高級言語プログラムをコンピュータに扱いやすい低級
言語プログラムに変換するプログラム言語変換装置に関
し、特に、高級言語プログラムに付けられるコメント文
の処理に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programming language conversion device for converting a high-level language program easy for a programmer to a low-level language program easy for a computer to handle, and more particularly, to processing a comment statement attached to a high-level language program.

【0002】[0002]

【従来の技術】プログラマは、プログラマにとって扱い
やすい高級言語プログラムでプログラム編集し、編集さ
れた高級言語プログラムを機械語等の低級言語プログラ
ムに変換し、変換された低級言語プログラムをコンピュ
ータに実行させている。この場合、高級言語プログラム
には、プログラムを理解しやすくするためのコメント文
が含まれており、高級言語プログラムを低級言語プログ
ラムに変換する際、これらのコメント文は除去され、残
ったプログラム本体のみが低級言語プログラムに変換さ
れる。記録媒体にはコメント文を含む高級言語プログラ
ムと、変換された低級言語プログラムとが記録され、再
編集するときは、コメント文を含む高級言語プログラム
が記録媒体から読み出されて再編集され、再び、前述し
た低級言語プログラムに変換されていた。
2. Description of the Related Art A programmer edits a high-level language program that is easy for a programmer to handle, converts the edited high-level language program into a low-level language program such as machine language, and causes the computer to execute the converted low-level language program. There is. In this case, the high-level language program contains comment statements to make the program easier to understand, and when the high-level language program is converted into a low-level language program, these comment statements are removed and only the remaining program body is removed. Is converted to a low-level language program. A high-level language program including comment sentences and a converted low-level language program are recorded on the recording medium, and when re-editing, the high-level language program including comment sentences is read from the recording medium, re-edited, and re-edited. , Was converted to the low-level language program described above.

【0003】[0003]

【発明が解決しようとする課題】このようなプログラム
言語変換装置では、記録媒体に高級言語プログラムとそ
れを変換した低級言語プログラムとが記録されているた
め、記録媒体が無駄に消費されるといった問題がある。
更に、記録媒体に低級言語プログラムのみが記録された
としても、コメント文が存在しないといった問題があ
る。
In such a program language conversion apparatus, since a high-level language program and a low-level language program obtained by converting the high-level language program are recorded on a recording medium, the recording medium is wastefully consumed. There is.
Further, even if only the low-level language program is recorded on the recording medium, there is a problem that the comment sentence does not exist.

【0004】本発明は、これらの問題に鑑みて為された
ものであり、記録媒体に低級言語プログラムのみを記録
しても、コメント文を再生できるプログラム言語変換装
置を提供することを目的とする。
The present invention has been made in view of these problems, and an object thereof is to provide a program language conversion device capable of reproducing a comment sentence even if only a low-level language program is recorded on a recording medium. .

【0005】[0005]

【課題を解決するための手段】本発明のプログラム言語
変換装置は、入力操作に従って編集された高級言語プロ
グラムを低級言語プログラムに変換し、変換された該低
級言語プログラムを記録媒体に記録するプログラム言語
変換装置において、プログラムを理解しやすくするため
のコメント文を除いた高級言語プログラムを前記低級言
語プログラムに変換する変換手段と、該変換手段より得
られる低級言語プログラムを前記記録媒体に記録させる
と共に、前記コメント文に対して前記高級言語プログラ
ムのコメント位置を示す位置情報を付加して前記記録媒
体に記録させる記録手段とを、それぞれ配して成るもの
である。
A programming language conversion apparatus of the present invention converts a high-level language program edited according to an input operation into a low-level language program, and records the converted low-level language program in a recording medium. In the conversion device, a conversion means for converting a high-level language program excluding comment sentences for making the program easy to understand into the low-level language program, and a low-level language program obtained by the conversion means are recorded in the recording medium, A recording unit that adds position information indicating a comment position of the high-level language program to the comment text and records the comment on the recording medium.

【0006】また、本発明のプログラム言語変換装置
は、記録媒体に記録された低級言語プログラムを高級言
語プログラムに変換し、変換された該高級言語プログラ
ムを編集するプログラム言語変換装置において、予め記
録媒体に記録されている前記低級言語プログラムと、前
記高級言語プログラムのコメント位置を示す位置情報が
付加されたコメント文とを再生する再生手段と、該再生
手段より再生された低級言語プログラムを高級言語プロ
グラムに変換する変換手段と、前記再生手段より得られ
るコメント文に付加された前記位置情報に基づいて、前
記変換手段より得られる高級言語プログラムにコメント
文を付け、高級言語プログラムによる編集を可能にする
編集手段とを、それぞれ配して成るものである。
Further, the program language conversion apparatus of the present invention is a program language conversion apparatus for converting a low-level language program recorded in a recording medium into a high-level language program and editing the converted high-level language program in advance in the recording medium. Replay means for replaying the low-level language program recorded therein and comment text with position information indicating the comment position of the high-level language program, and a low-level language program replayed by the replay means. Based on the conversion means for converting into the comment text and the position information added to the comment text obtained by the reproduction means, the comment text is attached to the high-level language program obtained by the conversion means to enable editing by the high-level language program. And editing means are arranged respectively.

【0007】[0007]

【作用】本発明は、プログラムを理解しやすくするため
のコメント文を除いた高級言語プログラムを低級言語プ
ログラムに変換し、変換された低級言語プログラムを記
録媒体に記録させると共に、前記コメント文に対して前
記高級言語プログラムのコメント位置を示す位置情報を
付加して前記記録媒体に記録させる。
According to the present invention, a high-level language program excluding a comment sentence for facilitating the understanding of the program is converted into a lower language program, the converted lower language program is recorded in a recording medium, and the comment sentence is Then, position information indicating the comment position of the high-level language program is added and recorded on the recording medium.

【0008】また本発明は、予め記録媒体に記録されて
いる低級言語プログラムと、高級言語プログラムのコメ
ント位置を示す位置情報が付加されたコメント文とを再
生し、再生された低級言語プログラムを高級言語プログ
ラムに変換し、前記コメント文に付加された前記位置情
報に基づいて、変換された高級言語プログラムにコメン
ト文を付け、高級言語プログラムによる編集を可能にす
る。
Further, according to the present invention, a low-level language program recorded in advance on a recording medium and a comment sentence to which position information indicating the comment position of the high-level language program is added are reproduced, and the reproduced low-level language program is reproduced. A comment sentence is attached to the converted high-level language program based on the position information added to the comment sentence and converted into a language program to enable editing by the high-level language program.

【0009】[0009]

【実施例】以下、本発明のプログラム言語変換装置の第
1の実施例及び第2の実施例を説明する。 [1]第1の実施例 図1は第1の実施例の機能ブロック図であり、図2は編
集画面を示す図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The first and second embodiments of the programming language conversion apparatus of the present invention will be described below. [1] First Embodiment FIG. 1 is a functional block diagram of the first embodiment, and FIG. 2 is a diagram showing an editing screen.

【0010】第1の実施例では、プログラマにとって扱
いやすい高級言語プログラムをプログラマが編集する
際、編集される高級言語プログラムを順次記憶しておく
メモリに、プログラムを理解しやすくするためのコメン
ト文も次々に記憶していき、編集作業が終了したとき
に、前記メモリに記憶されている高級言語プログラムと
コメント文とを分離して、高級言語プログラムをコンピ
ュータにとって扱いやすい低級言語プログラムに変換す
る場合ついて説明する。
In the first embodiment, when a programmer edits a high-level language program that is easy for the programmer to handle, a comment sentence for facilitating the understanding of the program is also stored in the memory for sequentially storing the high-level language program to be edited. When the high-level language program stored in the memory and the comment sentence are separated and the high-level language program is converted into a low-level language program which is easy to handle for a computer explain.

【0011】入力手段1は、プログラマにとって作業し
やすい高級言語プログラム及び高級言語プログラム内の
任意の位置に注釈するためのコメント文を入力するもの
であり、例えばキーボードである。高級言語プログラム
とは、プログラマが理解しやすく扱いやすい言語のこと
である。例えば、C言語、アセンブリ言語のような一般
的な言語であり、また、一般的ではない独自の専用言語
であってもよい。即ち、高級言語プログラムはプログラ
ムを組むときに用いられるプログラム作成専用言語のこ
とであり、そのようなものなら何でもよい。
The input means 1 is for inputting a high-level language program that is easy for a programmer to work on and a comment sentence for annotating at an arbitrary position in the high-level language program, and is, for example, a keyboard. A high-level language program is a language that is easy for programmers to understand and handle. For example, it may be a general language such as C language or assembly language, or may be a non-general proprietary language. That is, the high-level language program is a program-dedicated language used when building a program, and any such language may be used.

【0012】編集手段2は、入力手段1から高級言語プ
ログラム編集を示す情報を受け取ると、モニタ3にプロ
グラム編集用エディタを表示させ、入力手段1から高級
言語プログラム及びコメント文を入力可能にする。入力
手段1から高級言語プログラム及びコメント文が入力さ
れると、編集手段2は、それらを内部に存在する編集メ
モリに順次記憶していき、編集メモリに記憶されている
該高級言語プログラム及びコメント文を編集用エディタ
上に表示する(図2参照)。即ち、編集手段2は、入力
手段1から入力される高級言語プログラムを編集メモリ
に次々に記憶していき、記憶された高級言語プログラム
をモニタ3の編集用エディタ上に表示させる。更に、入
力された高級言語プログラムにプログラムを理解しやす
くするためのコメント文を付ける為に、入力手段1から
例えば、コメント開始を示す特別な記号(コメント開始
記号)が入力され、それに続いてコメント文がされ、更
にコメント終了を示す特別な記号(コメント終了記号)
が入力されると、編集手段2は、それら(コメント開始
記号、コメント文及びコメント終了記号)を編集メモリ
に記憶し、該コメント開始記号、コメント文及びコメン
ト終了記号をモニタ3の編集用エディタ上に表示する。
Upon receiving the information indicating the high-level language program editing from the input means 1, the editing means 2 displays the program editing editor on the monitor 3 and enables the high-level language program and the comment sentence to be input from the input means 1. When the high-level language program and the comment text are input from the input means 1, the editing means 2 sequentially stores them in the internal editing memory, and the high-level language program and the comment text stored in the editing memory are sequentially stored. Is displayed on the editor for editing (see FIG. 2). That is, the editing unit 2 sequentially stores the high-level language programs input from the input unit 1 in the editing memory, and displays the stored high-level language programs on the editing editor of the monitor 3. Further, in order to add a comment sentence to the inputted high-level language program to make the program easy to understand, for example, a special symbol (comment start symbol) indicating the start of a comment is inputted from the input means 1, and the comment is followed. A special symbol indicating the end of a comment (comment end symbol)
Is input, the editing means 2 stores them (comment start symbol, comment sentence and comment end symbol) in the editing memory, and the comment start symbol, comment sentence and comment end symbol are displayed on the editing editor of the monitor 3. To display.

【0013】従って、高級言語プログラムにコメント文
が付加され、一連の高級言語プログラム編集作業が為さ
れる。編集手段2は、入力手段1より高級言語プログラ
ムを保存モードで編集終了する情報と、保存名を示す情
報(例えば、保存名、番号等)とを受け取ると、編集用
エディタを終了させ、分離手段4を起動させる。更に、
保存名を示す情報を書き込み制御手段9に出力する。
尚、編集手段2は、入力手段1より高級言語プログラム
を非保存モードで編集終了する情報を受け取った場合
は、編集用エディタを強制終了させ、動作を終了する。
Therefore, a comment sentence is added to the high-level language program, and a series of high-level language program editing work is performed. When the editing means 2 receives from the input means 1 the information for ending the editing of the high-level language program in the save mode and the information indicating the save name (for example, save name, number, etc.), the edit means is ended, and the separating means is separated. Start up 4. Furthermore,
The information indicating the storage name is output to the writing control means 9.
When the editing means 2 receives from the input means 1 information for ending the editing of the high-level language program in the non-save mode, the editing means 2 forcibly ends the editing editor and ends the operation.

【0014】モニタ3は、編集用エディタを表示する。
分離手段4は、編集手段2から起動され、編集手段2内
の編集メモリに記憶されているコメント文を含む高級言
語プログラムを、高級言語プログラムとコメント文とに
分離する。分離手段4は、分離された高級言語プログラ
ムをプログラム記憶手段5に記憶し、分離されたコメン
ト文をコメント記憶手段6に記憶する。
The monitor 3 displays an editor for editing.
The separating unit 4 is activated by the editing unit 2 and separates the high-level language program including the comment sentence stored in the editing memory in the editing unit 2 into the high-level language program and the comment sentence. The separation unit 4 stores the separated high-level language program in the program storage unit 5, and stores the separated comment sentence in the comment storage unit 6.

【0015】即ち、分離手段4は、編集手段2内の編集
メモリに記憶されているコメント文を含む高級言語プロ
グラムを先頭から1文字づつスキャンし、コメント開始
記号をスキャンするまでは、高級言語プログラムとみな
してプログラム記憶手段5に書き込む。分離手段4は、
コメント開始記号をスキャンすると、コメント開始記号
からコメント終了記号までを1つのコメント文とみなし
てコメント記憶手段6に記憶すると共に、コメント開始
記号の位置情報、例えば編集画面上の座標の値をコメン
ト記憶手段6に記憶する。従って、コメント開始記号の
位置情報と1つのコメント文とが1つの組になってコメ
ント記憶手段6に記憶される。
That is, the separating means 4 scans the high-level language program containing comment sentences stored in the editing memory of the editing means 2 character by character from the beginning, and until the comment start symbol is scanned, the high-level language program. And write it in the program storage means 5. The separating means 4 is
When the comment start symbol is scanned, the comment start symbol to the comment end symbol are regarded as one comment sentence and stored in the comment storage means 6, and the position information of the comment start symbol, for example, the coordinate value on the edit screen is stored in the comment. It is stored in the means 6. Therefore, the position information of the comment start symbol and one comment sentence are stored in the comment storage means 6 as one set.

【0016】これを繰り返し行うことにより、編集手段
2内の編集メモリに記憶されているコメント文を含む高
級言語プログラムを、全くコメントの存在しない高級言
語プログラムとコメント文とに分離できる。また、分離
手段4は、コメント記憶手段6に出力された位置情報が
付加されたコメント文のサイズ情報を、インデックス情
報作成手段8に出力する。
By repeating this, the high-level language program containing the comment sentence stored in the editing memory in the editing means 2 can be separated into the high-level language program having no comment at all and the comment sentence. Further, the separating unit 4 outputs the size information of the comment sentence added with the position information output to the comment storing unit 6 to the index information creating unit 8.

【0017】尚、コメント位置を示す位置情報は、コメ
ント開始位置の座標の値としたが、例えば、コメント終
了位置の座標の値であってもよく、コメント位置を特定
できるものならどの位置の座標の値でもよい。更に、コ
メント位置を示す位置情報は座標の値とは限らず、例え
ば、メモリのアドレス値であってもよく、コメント位置
を特定できるものならどんな値でもよい。
Although the position information indicating the comment position is the value of the coordinate of the comment start position, it may be, for example, the value of the coordinate of the comment end position. If the comment position can be specified, the coordinate of any position can be specified. May be the value of. Further, the position information indicating the comment position is not limited to the coordinate value, and may be, for example, the address value of the memory, or any value as long as the comment position can be specified.

【0018】尚、コメント文がない場合、分離手段4
は、コメント文が存在しないことを示す情報(例えばサ
イズ0)をコメント文のサイズ情報としてインデックス
情報作成手段8に出力し、コメント記憶手段6には何も
出力しない。低級言語変換手段7は、プログラム記憶手
段5に記憶されている高級言語プログラムを、コンピュ
ータにとって扱いやすい低級言語プログラムに変換す
る。低級言語プログラムとは、コンピュータが扱いやす
く実行しやすい言語のことであり、例えば、バイナリ形
式のプログラムデータである。即ち、低級言語プログラ
ムはコンピュータがプログラムを実行するときに用いる
プログラム実行専用言語のことであり、そのようなもの
なら何でもよい。
If there is no comment, the separating means 4
Outputs information indicating that there is no comment text (for example, size 0) to the index information creating means 8 as the size information of the comment text, and outputs nothing to the comment storage means 6. The low-level language conversion means 7 converts the high-level language program stored in the program storage means 5 into a low-level language program that is easy for a computer to handle. The low-level language program is a language that a computer can easily handle and execute, and is, for example, program data in a binary format. That is, the low-level language program is a program execution-only language used when the computer executes the program, and any such language may be used.

【0019】また、低級言語変換手段7は、変換された
低級言語プログラムのサイズ情報をインデックス情報作
成手段8に出力する。インデックス情報作成手段8は、
低級言語変換手段7で変換された低級言語プログラムの
サイズ情報と、分離手段4で分離された位置情報が付加
されたコメント文のサイズ情報等からなるインデックス
情報を作成する。
The lower language conversion means 7 also outputs the converted size information of the lower language program to the index information generation means 8. The index information creating means 8 is
Index information including size information of the low-level language program converted by the low-level language converting means 7 and size information of the comment sentence to which the position information separated by the separating means 4 is added is created.

【0020】書き込み制御手段9は、インデックス情報
作成手段8でインデックス情報が作成されると機能し、
インデックス情報と低級言語プログラムと位置情報が付
加されたコメント文とが1つのデータフォーマットとし
て記録媒体11に記録されるべく、ドライブ10を制御
する。従って、インデックス情報がドライブ10に入力
されて記録媒体11に記録される。低級言語プログラム
がドライブ10に入力されて記録媒体11内のインデッ
クス情報に連なって記録される。更に、位置情報が付加
されたコメント文がドライブ10に入力されて記録媒体
11内の低級言語プログラムに連なって記録される。
The writing control means 9 functions when the index information creating means 8 creates the index information,
The drive 10 is controlled so that the index information, the low-level language program, and the comment statement to which the position information is added are recorded in the recording medium 11 as one data format. Therefore, the index information is input to the drive 10 and recorded in the recording medium 11. The low-level language program is input to the drive 10 and is recorded continuously with the index information in the recording medium 11. Furthermore, the comment sentence to which the position information is added is input to the drive 10 and is recorded in succession with the low-level language program in the recording medium 11.

【0021】更に、書き込み制御手段9は、編集手段2
から受け取った保存名を示す情報と、インデックス情報
の記録先頭アドレスとを対応付ける対応テーブルを記録
媒体11に作成する。従って、対応テーブルを参照する
ことにより、保存名を示す情報から、目的の低級言語プ
ログラムのデータ(インデックス情報、低級言語プログ
ラム及び位置情報が付加されたコメント文)が記録媒体
11のどのアドレスに記録されているかを特定すること
ができる。
Further, the writing control means 9 is composed of the editing means 2
A correspondence table that correlates the information indicating the storage name received from the recording start address of the index information is created in the recording medium 11. Therefore, by referring to the correspondence table, the target low-level language program data (index information, low-level language program, and comment text to which position information is added) is recorded at any address of the recording medium 11 from the information indicating the storage name. Can be specified.

【0022】尚、書き込み制御手段9は、記録媒体11
に前記対応テーブルを作成して目的の低級言語プログラ
ムを特定していたが、必ずしも対応テーブルを作成する
必要はなく、例えば、インデックス情報と低級言語プロ
グラムと位置情報が付加されたコメント文とから成るデ
ータフォーマットに対して前記保存名を示す情報を付加
して記録してもよい。
The writing control means 9 is a recording medium 11
Although the above correspondence table was created to specify the target low-level language program, it is not always necessary to create the correspondence table, and it is composed of, for example, index information, a low-level language program, and a comment sentence to which position information is added. Information indicating the storage name may be added to the data format and recorded.

【0023】次に、記録媒体11に記録された低級言語
プログラムを再編集する場合について説明する。入力手
段1から編集手段2に対して、高級言語プログラム編集
を示す情報と、編集対象を特定する保存名を示す情報と
が入力されると、編集手段2は、読み出し制御手段12
に対して保存名を示す情報を出力し、モニタ3上に編集
用エディタを表示する。
Next, the case of re-editing the low-level language program recorded in the recording medium 11 will be described. When the information indicating the high-level language program edit and the information indicating the save name for specifying the edit target are input from the input unit 1 to the edit unit 2, the edit unit 2 reads the read control unit 12.
To the monitor 3, and the editor for editing is displayed on the monitor 3.

【0024】読み出し制御手段12は、保存名を示す情
報を基に、記録媒体11の中から編集対象となるプログ
ラムを特定し、そのインデックス情報をインデックス情
報記憶手段13に読み出すべく、ドライブ10を制御す
る。読み出し制御手段12は、インデックス情報記憶手
段13より低級言語プログラムのサイズ情報を入力し、
入力されたサイズ情報に基づいて、記録媒体11内のイ
ンデックス情報の読み出し終了位置から低級言語プログ
ラムを高級言語変換手段14に読み出すべくドライブ1
0を制御する。更に、読み出し制御手段12は、インデ
ックス情報記憶手段13より位置情報が付加されたコメ
ント文のサイズ情報を入力し、入力されたサイズ情報に
基づいて、記録媒体11内の低級言語プログラムの読み
出し終了位置から、位置情報が付加されたコメント文を
コメント記憶手段6に読み出すべくドライブ10を制御
する。
The read control means 12 controls the drive 10 to specify the program to be edited in the recording medium 11 based on the information indicating the storage name and read the index information into the index information storage means 13. To do. The read control means 12 inputs the size information of the low-level language program from the index information storage means 13,
The drive 1 is used to read the low-level language program to the high-level language conversion means 14 from the read end position of the index information in the recording medium 11 based on the input size information.
Control 0. Further, the read control unit 12 inputs the size information of the comment sentence to which the position information is added from the index information storage unit 13, and based on the input size information, the read end position of the lower language program in the recording medium 11. Then, the drive 10 is controlled to read the comment sentence to which the position information is added to the comment storage unit 6.

【0025】高級言語変換手段14は、ドライブ10よ
り出力される低級言語プログラムを高級言語プログラム
に変換し、変換された結果をプログラム記憶手段5に出
力する。従って、プログラム記憶手段5には、全くコメ
ントが挿入されていない高級言語プログラムが記憶され
る。高級言語変換手段14で高級言語変換されプログラ
ム記憶手段5に記憶される高級言語プログラムは、前記
分離手段4で分離されプログラム記憶手段5に記憶され
た高級言語プログラム、即ち、低級言語変換前の高級言
語プログラムと同等のプログラムである。
The high-level language conversion means 14 converts the low-level language program output from the drive 10 into a high-level language program, and outputs the converted result to the program storage means 5. Therefore, the program storage means 5 stores a high-level language program in which no comment is inserted. The high-level language program converted by the high-level language conversion unit 14 and stored in the program storage unit 5 is a high-level language program separated by the separation unit 4 and stored in the program storage unit 5, that is, a high-level language program before conversion into a low-level language. It is a program equivalent to a language program.

【0026】合成手段15は、まず、プログラム記憶手
段5に記憶されている高級言語プログラムを読み出し、
全て編集手段2内の編集メモリに格納する。従って、こ
の編集手段2内の編集メモリの内容は、プログラム記憶
手段5に記憶されている高級言語プログラムの内容と同
じであり、これにより、高級言語プログラムのみがまず
モニタ3に表示されている編集用エディタ上に表示され
る。
The synthesizing means 15 first reads the high-level language program stored in the program storage means 5,
All are stored in the editing memory in the editing means 2. Therefore, the contents of the editing memory in the editing means 2 are the same as the contents of the high-level language program stored in the program storage means 5, whereby only the high-level language program is first displayed on the monitor 3. Is displayed on the editor.

【0027】次に、合成手段15は、コメント記憶手段
6より、コメント位置を示す位置情報とコメント文の組
を1組読み出し、コメント位置を示す位置情報、即ち編
集画面上の座標の値に基づいて、編集手段2内の編集メ
モリの対応する位置に、コメント文の先頭(コメント開
始記号)からコメント文の最後(コメント終了記号)を
記憶する。従って、1つのコメント文が、モニタ3に表
示されている編集用エディタ上に表示される。更に、合
成手段15は、コメント記憶手段6より、次のコメント
位置を示す位置情報とコメント文の組を1組読み出し、
同様にしてコメント文を編集手段2内の編集メモリの対
応する位置に記憶する。これを繰り返し行うことによ
り、全てのコメント文がモニタ3に表示された編集用エ
ディタ上に表示され、従って、コメント文が付けられた
高級言語プログラムがモニタ3の編集用エディタ上に表
示され編集可能な状態になる。
Next, the synthesizing means 15 reads one set of the position information indicating the comment position and the comment sentence from the comment storing means 6, and based on the position information indicating the comment position, that is, the coordinate value on the editing screen. Then, the beginning of the comment sentence (comment start symbol) to the end of the comment sentence (comment end symbol) are stored in the corresponding position of the editing memory in the editing means 2. Therefore, one comment sentence is displayed on the editing editor displayed on the monitor 3. Further, the synthesizing unit 15 reads one set of position information indicating the next comment position and the comment sentence from the comment storage unit 6,
Similarly, the comment sentence is stored in the corresponding position of the editing memory in the editing means 2. By repeating this, all the comment sentences are displayed on the editor for editing displayed on the monitor 3, and therefore the high-level language program with the comment sentence is displayed on the editor for editing on the monitor 3 and can be edited. It will be in a state.

【0028】入力手段1から文字が編集手段2に入力さ
れることにより、表示されたコメント文が付けられた高
級言語プログラムに対する再編集が為される。その後、
再び、編集手段2は、入力手段1より高級言語プログラ
ムを保存モードで編集終了する情報と、保存名を示す情
報(例えば、保存名、番号等)とを受け取ると、編集用
エディタを終了させ、分離手段4を起動させ、前述と同
様のプログラム保存動作を開始する。
By inputting characters from the input means 1 to the editing means 2, the high-level language program to which the displayed comment sentence is attached is reedited. afterwards,
Again, when the editing means 2 receives from the input means 1 the information for ending the editing of the high-level language program in the save mode and the information indicating the save name (for example, save name, number, etc.), it terminates the editing editor, The separating means 4 is activated to start the program storing operation similar to the above.

【0029】尚、高級言語プログラムと低級言語プログ
ラムとは、プログラマ専用の言語で作成されたプログラ
ムか、コンピュータ専用の言語で作成されたプログラム
かの違いであり、高級言語プログラムによって実現され
る機能及び動作と、低級言語プログラムによって実現さ
れる機能及び動作とは、同じである。 [2]第2の実施例 図3は第2の実施例の機能ブロック図であり、図4は編
集画面を示す図である。
It should be noted that the high-level language program and the low-level language program are the differences between a program created in a language dedicated to a programmer and a program created in a language dedicated to a computer. The operation and the function and operation realized by the low-level language program are the same. [2] Second Embodiment FIG. 3 is a functional block diagram of the second embodiment, and FIG. 4 is a diagram showing an editing screen.

【0030】前述した第1の実施例では、編集時、編集
された高級言語プログラムとそのコメント文とが同じメ
モリに次々と記憶され、編集終了後、該メモリに記憶さ
れている高級言語プログラムとコメント文とを分離する
場合を述べた。即ち、編集時、高級言語プログラムとコ
メント文とが一体となり混同されて1つのメモリに記憶
される為、高級言語プログラムのみを低級言語変換する
には、高級言語プログラムとコメント文とを分離する必
要があり、更に、再編集時には、高級変換された高級言
語プログラムと、記録媒体より再生されたコメント文と
を一体にすべく混合する必要があった。
In the first embodiment described above, the edited high-level language program and the comment text thereof are successively stored in the same memory at the time of editing, and the high-level language program stored in the memory after the editing is completed. The case of separating from the comment sentence was described. That is, when editing, the high-level language program and the comment text are confused together and stored in one memory. Therefore, in order to convert only the high-level language program into the low-level language, it is necessary to separate the high-level language program and the comment text. In addition, at the time of re-editing, it is necessary to mix the high-level converted high-level language program and the comment sentence reproduced from the recording medium so as to be integrated.

【0031】しかし、必ずしも高級言語プログラムとコ
メント文との分離及び合成をする必要はなく、予め、編
集する段階で、高級言語プログラムとコメント文とが分
離して編集される場合もあり、第2の実施例では、その
場合について説明する。また、第2の実施例では、第1
の実施例と共通する機能ブロックは、符号を共通にして
説明する。
However, it is not always necessary to separate and combine the high-level language program and the comment sentence, and the high-level language program and the comment sentence may be separately edited at the editing stage in advance. In this embodiment, the case will be described. Also, in the second embodiment, the first
The functional blocks common to the embodiment of FIG.

【0032】高級言語編集手段16は、高級言語プログ
ラムのみを編集するものであり、入力手段1から高級言
語プログラム編集を示す情報を受け取ると、高級言語プ
ログラム編集用エディタをモニタ3上に表示する。尚、
高級言語プログラムは、前述したように、プログラマが
プログラムを組むときに用いられるプログラム作成専用
言語のことであり、この場合、例えばニ−モニック形式
のコマンド群である。
The high-level language editing means 16 edits only the high-level language program, and when receiving the information indicating the high-level language program editing from the input means 1, displays the high-level language program editing editor on the monitor 3. still,
As described above, the high-level language program is a program-dedicated language used when a programmer composes a program, and in this case, it is a command group in a mnemonic format, for example.

【0033】この高級言語プログラム編集用エディタ
は、高級言語プログラムを編集するための専用エディタ
であり、モニタ3上には、高級言語プログラムの各コマ
ンドを表示入力する為の入力行が設けてあり、各行には
行番号が付けられている。また、高級言語編集手段16
は、コマンド入力行にカーソルが表示されているとき
に、入力手段1(例えばキーボード)から編集指示を示
す情報が入力されると高級言語プログラム編集用エディ
タ上に小ウインドウを表示する。その小ウインドウ内に
は高級言語プログラムコマンド項目群(ニ−モニック形
式)とコメント項目があり、入力手段1(例えばキーボ
ード)の矢印キーをプログラマが動かすことにより、小
ウインドウ内の高級言語プログラムコマンド項目群の中
から必要なコマンドを選択することができる。小ウイン
ドウ内から目的のコマンドが選択されると、選択された
コマンドが、高級言語編集手段16内部の高級言語プロ
グラムのみを記憶する為の高級言語編集メモリにニ−モ
ニック形式で記憶され、その内容(選択されたコマン
ド)が前記カーソル表示されている入力行に表示され、
小ウインドウが消去される(図4参照)。
This high-level language program editing editor is a dedicated editor for editing a high-level language program, and an input line for displaying and inputting each command of the high-level language program is provided on the monitor 3. Each line has a line number. Also, the high-level language editing means 16
Displays a small window on the high-level language program editing editor when information indicating an editing instruction is input from the input means 1 (for example, keyboard) while the cursor is displayed on the command input line. A high-level language program command item group (mnemonic form) and comment items are provided in the small window, and the programmer moves the arrow keys of the input means 1 (for example, keyboard) to move the high-level language program command item in the small window. You can select the required command from the group. When the target command is selected from within the small window, the selected command is stored in a high-level language editing memory for storing only the high-level language program inside the high-level language editing means 16 in a mnemonic format, and its contents. (Selected command) is displayed on the input line where the cursor is displayed,
The small window is deleted (see FIG. 4).

【0034】このようにして、毎回毎回、プログラマが
入力行にカーソルを合わせ、編集指示を示す情報を入力
し、表示された小ウインドウ内から表示入力すべき高級
言語プログラムコマンドが選択されると、選択されたコ
マンドが次々に高級言語編集メモリに記憶されていき、
記憶された内容が入力行に表示されていく。更に、プロ
グラマが、入力手段1の矢印キーを用いて、高級言語プ
ログラム編集用エディタ上のコメント入力したいコマン
ドの行番号にカーソルを合わせ、編集指示を示す情報を
入力すると、高級言語編集手段16は、編集指示を示す
情報を受け取り、高級言語プログラム編集用エディタ上
に小ウインドウを表示する。プログラマがその小ウイン
ドウ内のコメント項目を選択すると、高級言語編集手段
16は、小ウインドウを消去してコメント編集手段17
を起動し、コメント編集手段17に、コメント入力を加
えたい高級言語プログラムコマンドの行番号、即ちカー
ソル表示された行番号を出力する。
In this way, each time the programmer positions the cursor on the input line, inputs the information indicating the editing instruction, and selects the high-level language program command to be displayed and input from the displayed small window, Selected commands are stored in the high-level language editing memory one after another,
The stored contents are displayed on the input line. Further, the programmer uses the arrow keys of the input means 1 to move the cursor to the line number of the command to be comment-input on the editor for high-level language program editing, and inputs the information indicating the editing instruction. , Receives information indicating an editing instruction, and displays a small window on the editor for high-level language program editing. When the programmer selects the comment item in the small window, the high-level language editing means 16 deletes the small window and the comment editing means 17 is displayed.
To output the line number of the high-level language program command to which a comment is to be added, that is, the line number displayed by the cursor, to the comment editing means 17.

【0035】コメント編集手段17は、コメントを編集
するためのものであり、高級言語編集手段16からコメ
ント入力を加えたい高級言語プログラムコマンドの行番
号を受け取って起動されると、前記高級言語プログラム
編集用エディタ上にコメント専用ウインドウを表示す
る。入力手段1よりコメント文が入力されると、コメン
ト編集手段17は、内部に存在するコメント編集メモリ
に、入力されたコメント文と、高級言語編集手段16か
ら受け取ったコメント入力を加えたい高級言語プログラ
ムコマンドの行番号(コメント位置を示す位置情報)と
を記憶し、コメント専用ウインドウに前記コメント文を
表示する。従って、コメント編集メモリには、コメント
文と、そのコメント文のコメント位置を示す位置情報と
が1つの組となって記憶される。
The comment editing means 17 is for editing a comment. When the comment editing means 17 is activated by receiving the line number of a high-level language program command to which a comment is to be input from the high-level language editing means 16, the comment editing means 17 edits the high-level language program. A comment-only window is displayed on the editor. When the comment sentence is input from the input unit 1, the comment editing unit 17 wants to add the input comment sentence and the comment input received from the high-level language editing unit 16 to the comment editing memory inside the high-level language program. The command line number (positional information indicating the comment position) is stored, and the comment statement is displayed in the comment-only window. Therefore, in the comment edit memory, a comment sentence and position information indicating the comment position of the comment sentence are stored as one set.

【0036】コメント編集手段17は、入力手段よりコ
メント終了を示す情報を受け取ると、コメント専用ウイ
ンドウを消去し、再び、高級言語編集手段16に制御を
戻す。従って、編集段階で、高級言語プログラムは高級
言語編集手段16内の高級言語編集メモリに記憶され、
コメント文はコメント編集手段17内のコメント編集メ
モリに記憶されるため、予め、高級言語プログラムとコ
メント文とが分離して編集される。
When the comment editing means 17 receives the information indicating the end of the comment from the input means, the comment editing window is deleted and the control is returned to the high-level language editing means 16 again. Therefore, in the editing stage, the high-level language program is stored in the high-level language editing memory in the high-level language editing means 16,
Since the comment text is stored in the comment editing memory in the comment editing means 17, the high-level language program and the comment text are separately edited in advance.

【0037】高級言語編集手段16は、入力手段1より
高級言語プログラムを保存モードで編集終了する情報
と、保存名を示す情報(例えば、保存名、番号等)とを
受け取ると、高級言語プログラム編集用エディタを終了
させ、高級言語編集手段16内の高級言語編集メモリに
記憶されている高級言語プログラムを低級言語変換手段
7に出力する。高級言語編集手段16は、コメント編集
手段17に保存モードで編集終了が為されることを知ら
せる。更に、高級言語編集手段16は書き込み制御手段
9に保存名を示す情報を出力する。
When the high-level language editing means 16 receives from the input means 1 information for ending the editing of the high-level language program in the save mode and information indicating the save name (for example, save name, number, etc.), the high-level language program edit The high-level language program stored in the high-level language editing memory of the high-level language editing means 16 is output to the low-level language converting means 7. The high-level language editing means 16 notifies the comment editing means 17 that the editing is completed in the save mode. Further, the high-level language editing means 16 outputs information indicating the storage name to the writing control means 9.

【0038】尚、高級言語編集手段16は、入力手段1
より高級言語プログラムを非保存モードで編集終了する
情報を受け取った場合、高級言語プログラム編集用エデ
ィタを強制終了させ、動作を終了する。コメント編集手
段17は、保存モードで編集終了が為されることを知る
と、内部のコメント編集メモリに記憶されているコメン
ト位置を示す位置情報が付加されたコメント文のサイズ
情報をインデックス情報作成手段8に出力すると共に、
該コメント位置を示す位置情報が付加されたコメント文
をドライブ10に出力する。
The high-level language editing means 16 is the input means 1
When the information for ending the editing of the higher-level language program in the non-save mode is received, the high-level language program editing editor is forcibly terminated and the operation ends. When the comment editing means 17 knows that the editing is completed in the save mode, the size information of the comment sentence with the position information indicating the comment position stored in the internal comment editing memory is added to the index information creating means. Output to 8 and
The comment sentence to which the position information indicating the comment position is added is output to the drive 10.

【0039】尚、コメント文がない場合、コメント編集
手段17は、コメント文が存在しないことを示す情報
(例えばサイズ0)をコメント文のサイズ情報としてイ
ンデックス情報作成手段8に出力し、ドライブ10には
何も出力しない。高級言語編集手段16から出力された
高級言語プログラムを低級言語変換手段7で低級言語プ
ログラムに変換する。尚、低級言語プログラムは前述し
たように例えば、バイナリ形式のプログラムデータであ
り、コンピュータがプログラムを実行するときに用いる
プログラム実行専用言語のことである。
If there is no comment text, the comment editing means 17 outputs information indicating that the comment text does not exist (for example, size 0) to the index information creating means 8 as the size information of the comment text, and outputs it to the drive 10. Does not output anything. The high-level language program output from the high-level language editing means 16 is converted into the low-level language program by the low-level language converting means 7. The low-level language program is, for example, binary-format program data as described above, and is a program execution-only language used when the computer executes the program.

【0040】低級言語変換手段7は、変換された低級言
語プログラムをドライブ10に出力すると共に、低級言
語プログラムのサイズ情報をインデックス情報作成手段
8に出力する。インデックス情報作成手段8では、入力
される低級言語プログラムのサイズ情報、コメント位置
を示す位置情報等からなるインデックス情報を形成し、
書き込み制御手段9を機能させる。
The low-level language converting means 7 outputs the converted low-level language program to the drive 10 and also outputs the size information of the low-level language program to the index information creating means 8. The index information creating means 8 forms index information including size information of a low-level language program to be input and position information indicating a comment position,
The write control means 9 is made to function.

【0041】すると、書き込み制御手段9は、高級言語
編集手段16より入力された保存名を示す情報と前記イ
ンデックス情報を記録する為の記録アドレスとを対応付
けた対応テーブルを作成し、ドライブ10を制御して記
録媒体11に前記対応テーブルを記録する。また、書き
込み制御手段9は、記録媒体11内の前記インデックス
情報の記録アドレスに、インデックス情報作成手段8で
作成されたインデックス情報を記録させ、インデックス
情報の終了アドレスに、低級言語変換手段7で変換され
た低級言語プログラムを記録させ、低級言語プログラム
の終了アドレスに、コメント編集手段17より出力され
る位置情報が付加されたコメント文を記憶させる。従っ
て、インデックス情報と、低級言語プログラムと、位置
情報が付加されたコメント文とが1つのデータフォーマ
ットを形成して記録媒体11に記録される。
Then, the writing control means 9 creates a correspondence table in which the information indicating the storage name input from the high-level language editing means 16 is associated with the recording address for recording the index information, and the drive 10 is set. It controls and records the said correspondence table on the recording medium 11. Further, the writing control means 9 records the index information created by the index information creating means 8 at the recording address of the index information in the recording medium 11, and converts it to the end address of the index information by the lower language converting means 7. The written lower language program is recorded, and the comment sentence to which the position information output from the comment editing means 17 is added is stored at the end address of the lower language program. Therefore, the index information, the low-level language program, and the comment sentence to which the position information is added form one data format and are recorded in the recording medium 11.

【0042】次に、記録媒体11に記録された低級言語
プログラムを再編集する場合について説明する。入力手
段1から高級言語編集手段16に対して、高級言語プロ
グラム編集を示す情報と、編集対象を特定する保存名を
示す情報とが入力されると、高級言語編集手段16は、
読み出し制御手段12に対して保存名を示す情報を出力
し、モニタ3上に高級言語プログラム編集用エディタを
表示する。
Next, the case of re-editing the low-level language program recorded in the recording medium 11 will be described. When the information indicating the high-level language program editing and the information indicating the saved name for specifying the editing target are input from the input means 1 to the high-level language editing means 16, the high-level language editing means 16
Information indicating the storage name is output to the read control means 12, and a high-level language program editing editor is displayed on the monitor 3.

【0043】読み出し制御手段12は、保存名を示す情
報を基に、記録媒体11の中から編集対象となる低級言
語プログラムを特定し、そのインデックス情報をインデ
ックス情報記憶手段13に読み出させる。読み出し制御
手段12は、インデックス情報記憶手段13より低級言
語プログラムのサイズ情報を入力し、入力されたサイズ
情報に基づいて、記録媒体11内のインデックス情報の
読み出し終了位置から低級言語プログラムを高級言語変
換手段14に読み出させる。更に、読み出し制御手段1
2は、インデックス情報記憶手段13より位置情報が付
加されたコメント文のサイズ情報を入力し、入力された
サイズ情報に基づいて、記録媒体11内の低級言語プロ
グラムの読み出し終了位置から、位置情報が付加された
コメント文をコメント編集手段17内のコメント編集メ
モリに読み出させる。
The read control means 12 specifies the low-level language program to be edited from the recording medium 11 based on the information indicating the storage name, and causes the index information storage means 13 to read the index information. The read control unit 12 inputs the size information of the low-level language program from the index information storage unit 13, and based on the input size information, converts the low-level language program from the read end position of the index information in the recording medium 11 to the high-level language program. The means 14 is read. Further, the read control means 1
2 inputs the size information of the comment sentence to which the position information is added from the index information storage means 13, and based on the input size information, the position information is obtained from the read end position of the lower language program in the recording medium 11. The added comment text is read out to the comment edit memory in the comment edit means 17.

【0044】高級言語変換手段14は、ドライブ10よ
り出力される低級言語プログラムを高級言語プログラム
に変換し、変換された結果を高級言語編集手段16内の
高級言語編集メモリに出力する。従って、高級言語編集
手段16の高級言語プログラム編集用エディタに、前記
高級言語変換手段14で変換された高級言語プログラム
のコマンド列が表示される。
The high-level language converting means 14 converts the low-level language program output from the drive 10 into a high-level language program, and outputs the converted result to the high-level language editing memory in the high-level language editing means 16. Therefore, the command sequence of the high-level language program converted by the high-level language conversion means 14 is displayed on the high-level language program editing editor of the high-level language editing means 16.

【0045】また、モニタ3に高級言語プログラムのコ
マンド列が表示された状態で、プログラマがコメント文
を見るために、高級言語プログラム編集用エディタ上の
コマンドの行番号にカーソルを合わせて小ウインドウを
表示させ、小ウインドウ内のコメント項目を選択する
と、コメント編集手段17は、高級言語編集手段16か
らカーソルの行番号、即ちコメント位置を示す位置情報
を受け取り、一致する位置情報が内部のコメント編集メ
モリ内に記憶されているかどうか検索する。一致するコ
メント位置を示す位置情報が見つかると、コメント編集
手段17は、前記小ウインドウを消去してコメント専用
ウインドウを表示し、一致する位置情報とペアとなって
記憶されているコメント文を前記コメント専用ウインド
ウに表示する。コメント表示終了を示す情報が入力手段
1から入力されると、コメント専用ウインドウを消去し
て、高級言語編集手段16に制御を移す。
Further, in the state where the command sequence of the high-level language program is displayed on the monitor 3, the programmer moves the cursor to the line number of the command on the editor for high-level language program editing so that a comment window can be seen, and a small window is opened. When the comment is displayed and the comment item in the small window is selected, the comment editing unit 17 receives the line number of the cursor, that is, the position information indicating the comment position from the high-level language editing unit 16, and the matching position information has an internal comment editing memory. Search if stored in. When the position information indicating the matching comment position is found, the comment editing unit 17 deletes the small window and displays the comment-only window, and the comment sentence stored as a pair with the matching position information is stored as the comment. Display in a dedicated window. When the information indicating the end of the comment display is input from the input means 1, the comment-dedicated window is deleted and the control is transferred to the high-level language editing means 16.

【0046】また、高級言語編集手段16から受け取っ
たコメント位置を示す位置情報と一致する位置情報がコ
メント編集メモリにない場合、コメント編集手段17
は、前記小ウインドウを消去し、必要に応じて、コメン
ト文が存在しないことをプログラマに報知し、高級言語
編集手段16に制御を移す。即ち、高級言語プログラム
が、高級言語編集手段16内の高級言語編集メモリに記
憶され、コメント位置が付加されたコメント文が、コメ
ント編集手段17内のコメント編集メモリに入力される
ことにより、モニタ3の高級言語プログラム編集用エデ
ィタに高級言語プログラムが表示され、更に、コメント
文の表示に必要な入力が為されることにより、いつでも
コメント文を表示できる状態になる。即ち、プログラマ
による編集が可能な状態になる。
If there is no position information matching the position information indicating the comment position received from the high-level language editing means 16 in the comment editing memory, the comment editing means 17
Deletes the small window, informs the programmer that there is no comment text, and transfers control to the high-level language editing means 16 if necessary. That is, the high-level language program is stored in the high-level language editing memory in the high-level language editing means 16, and the comment sentence with the comment position added is input to the comment editing memory in the comment editing means 17, whereby the monitor 3 is displayed. The high-level language program is displayed in the editor for editing high-level language program, and the comment text can be displayed anytime by inputting necessary for displaying the comment text. That is, the program can be edited by the programmer.

【0047】従って、プログラマが、高級言語プログラ
ム及びコメント文を追加、削除するために、入力手段1
から高級言語編集手段16に前記編集指示を示す情報を
入力し、表示された小ウインドウからコマンド項目及び
コメント項目を選択することにより、高級言語プログラ
ム及びコメント文の再編集が為される。その後、再び、
高級言語編集手段16は、入力手段1より、高級言語プ
ログラムを保存モードで編集終了する情報と、保存名を
示す情報(例えば、保存名、番号等)とを受け取ると、
編集用エディタを終了させ、前述と同様のプログラム保
存動作を開始する。
Therefore, the programmer can use the input means 1 in order to add or delete the high-level language program and the comment sentence.
The high-level language program and the comment sentence are re-edited by inputting the information indicating the editing instruction to the high-level language editing means 16 and selecting the command item and the comment item from the displayed small window. Then again
When the high-level language editing means 16 receives, from the input means 1, information indicating that the high-level language program has been edited in the save mode and information indicating the save name (for example, save name, number, etc.),
The editing editor is terminated and the program saving operation similar to the above is started.

【0048】尚、高級言語プログラムと低級言語プログ
ラムとは、プログラマ専用の言語で作成されたプログラ
ムか、コンピュータ専用の言語で作成されたプログラム
かの違いであり、高級言語プログラムによって実現され
る機能及び動作と、低級言語プログラムによって実現さ
れる機能及び動作とは、同じである。尚、前述する両実
施例では、低級言語プログラムと、コメント位置を示す
位置情報が付加されたコメント文とが1つの記録媒体に
記録される場合を説明したが、必ずしもそれに限らず、
低級言語プログラムと、前記位置情報が付加されたコメ
ント文とが別々の記録媒体に記録されてもよく、その場
合について以下に説明する。
The high-level language program and the low-level language program are the differences between a program created in a language dedicated to a programmer and a program created in a language dedicated to a computer. The operation and the function and operation realized by the low-level language program are the same. In the above-mentioned embodiments, the case where the low-level language program and the comment sentence to which the position information indicating the comment position is added are recorded in one recording medium has been described, but the present invention is not limited thereto.
The low-level language program and the comment sentence to which the position information is added may be recorded in different recording media, which case will be described below.

【0049】例えば、低級言語変換手段7は、低級言語
変換された低級言語プログラムをドライブ10に出力す
ると共に、インデックス情報作成手段8にそのサイズ情
報を出力する。インデックス情報作成手段8は、低級言
語変換手段7より得た低級言語プログラムのサイズ情報
を主とする第1のインデックス情報を作成し、書き込み
制御手段9に出力する。従って、書き込み制御手段9
が、第1のインデックス情報及び低級言語プログラムを
1つのデータフォーマットとして記録媒体11に記録す
るようドライブ10を制御することにより、第1のイン
デックス情報及び低級言語プログラムが記録媒体11に
記録される。
For example, the low-level language converting means 7 outputs the low-level language converted low-level language program to the drive 10, and outputs the size information to the index information creating means 8. The index information creating means 8 creates the first index information mainly including the size information of the lower language program obtained from the lower language converting means 7, and outputs it to the write control means 9. Therefore, the write control means 9
However, by controlling the drive 10 to record the first index information and the low-level language program in the recording medium 11 as one data format, the first index information and the low-level language program are recorded in the recording medium 11.

【0050】更に、インデックス情報作成手段8は、分
離手段4あるいはコメント編集手段17より得られるコ
メント位置を示す位置情報が付加されたコメント文のサ
イズ情報と、前記記録媒体11に記録された低級言語プ
ログラムを特定するための特定情報(例えば、保存名を
示す情報)とを主とする第2のインデックス情報を作成
する。従って、書き込み制御手段9が、第2のインデッ
クス情報及び前記位置情報を含むコメント文を1つのデ
ータフォーマットとして、記録媒体11とは異なる別の
記録媒体18に記録するようドライブ10を制御するこ
とにより、第2のインデックス情報及び前記位置情報が
付加されたコメント文が記録媒体18に記録される。即
ち、低級言語プログラムと、その低級言語プログラムに
対応する前記位置情報が付加されたコメント文とが別々
の記録媒体に記録され、その際、位置情報が付加された
コメント文と共に記録されるインデックス情報(第2の
インデックス情報)には、前記位置情報が付加されたコ
メント文に対応する低級言語プログラムを特定する為の
特定情報が含まれている。このようにして、複数の低級
言語プログラムが記録媒体11に記録され、複数のコメ
ント文が記録媒体18に記録される。
The index information creating means 8 further includes the size information of the comment sentence to which the position information indicating the comment position obtained from the separating means 4 or the comment editing means 17 is added, and the low-level language recorded on the recording medium 11. Second index information mainly including specific information for specifying the program (for example, information indicating a storage name) is created. Therefore, the writing control means 9 controls the drive 10 to record the comment sentence including the second index information and the position information as a data format in another recording medium 18 different from the recording medium 11. , The comment sentence to which the second index information and the position information are added is recorded in the recording medium 18. That is, the low-level language program and the comment sentence to which the position information corresponding to the low-level language program is added are recorded in different recording media, and at this time, the index information recorded together with the comment sentence to which the position information is added is recorded. The (second index information) includes identification information for identifying the low-level language program corresponding to the comment sentence to which the position information is added. In this way, a plurality of lower language programs are recorded in the recording medium 11 and a plurality of comment sentences are recorded in the recording medium 18.

【0051】更に、このようにして別々の記録媒体に記
録された低級言語プログラム及びコメント文を再編集す
る場合には、読み出し制御手段12が保存名を示す情報
に基づいて、前述と同様に記録媒体11から第1のイン
デックス情報を再生し、第1のインデックス情報内の低
級言語プログラムのサイズ情報に基づいて、低級言語プ
ログラムを再生し、再生された低級言語プログラムを高
級言語変換手段14に出力する。
Further, when re-editing the low-level language program and the comment sentence recorded in the different recording media in this way, the read control means 12 records the same as the above based on the information indicating the storage name. The first index information is reproduced from the medium 11, the lower language program is reproduced based on the size information of the lower language program in the first index information, and the reproduced lower language program is output to the high level language conversion means 14. To do.

【0052】更に、低級言語プログラムが再生される
と、読み出し制御手段12は、再生された低級言語プロ
グラムを特定するための特定情報(保存名を示す情報)
と一致する特定情報が、記録媒体18内の第2のインデ
ックス情報にあるか否かを検索する。一致する特定情報
が記録された第2のインデックス情報が検索されると、
読み出し制御手段12は、検索された第2のインデック
ス情報を再生し、第2のインデックス情報内の位置情報
が付加されたコメント文のサイズ情報に基づいて、対応
する該位置情報が付加されたコメント文を再生し、これ
をコメント記憶手段6あるいはコメント編集手段17に
出力する。
Further, when the low-level language program is reproduced, the read control means 12 specifies information for specifying the reproduced low-level language program (information indicating a storage name).
It is searched whether or not the specific information matching with is in the second index information in the recording medium 18. When the second index information in which the matching specific information is recorded is searched,
The read control means 12 reproduces the searched second index information, and based on the size information of the comment sentence to which the position information in the second index information is added, the corresponding comment to which the position information is added. The sentence is reproduced and output to the comment storage means 6 or the comment editing means 17.

【0053】また、一致する特定情報が記録された第2
のインデックス情報が検索されないときは、コメント文
の再生は行わない。尚、前述する両実施例の機能ブロッ
クは、必要に応じてそれぞれソフトウエアで構成しても
ハードウエアで構成してもよく、本発明が何かの様態を
も含むことは言うまでもない。
In addition, the second information in which the matching specific information is recorded
If the index information of is not searched, the comment text is not reproduced. The functional blocks of the above-described embodiments may be configured by software or hardware as necessary, and it goes without saying that the present invention includes some aspect.

【0054】更に、前述する両実施例は本発明の例示に
過ぎず、必要に応じて種々の変更が可能であり、特許請
求の範囲に記載された本発明は、それらの変更を全て包
含するものである。
Further, the above-described embodiments are merely examples of the present invention, and various modifications can be made if necessary, and the present invention described in the claims includes all those modifications. It is a thing.

【0055】[0055]

【発明の効果】従って、本発明は、記録媒体に高級言語
プログラムを変換した低級言語プログラムのみが記録さ
れるため、記録媒体が無駄に消費されない。更に、記録
媒体に、低級言語プログラムと、コメント位置を示す位
置情報が付加されたコメント文とが記録されるため、再
編集時、低級言語プログラムを高級言語プログラムに変
換しても、コメント文を高級言語プログラムに付けるこ
とができる。
Therefore, according to the present invention, since only the low-level language program obtained by converting the high-level language program is recorded on the recording medium, the recording medium is not wastefully consumed. Furthermore, since the low-level language program and the comment text with the position information indicating the comment position added are recorded on the recording medium, even when the low-level language program is converted to the high-level language program during re-editing, the comment text is Can be attached to high-level language programs.

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

【図1】本発明の第1の実施例の機能ブロック図であ
る。
FIG. 1 is a functional block diagram of a first embodiment of the present invention.

【図2】本発明の第1の実施例の表示画面を示す図であ
る。
FIG. 2 is a diagram showing a display screen according to the first embodiment of this invention.

【図3】本発明の第2の実施例の機能ブロック図であ
る。
FIG. 3 is a functional block diagram of a second embodiment of the present invention.

【図4】本発明の第2の実施例の表示画面を示す図であ
る。
FIG. 4 is a diagram showing a display screen according to a second embodiment of the present invention.

【符号の説明】[Explanation of symbols]

2 編集手段 4 分離手段 7 低級言語変換手段 9 書き込み制御手段 11 記録媒体 12 読み出し制御手段 14 高級言語変換手段 15 合成手段 16 高級言語編集手段 17 コメント編集手段 2 Editing Means 4 Separation Means 7 Lower Language Converting Means 9 Writing Control Means 11 Recording Medium 12 Reading Control Means 14 Higher Language Converting Means 15 Composing Means 16 Higher Language Editing Means 17 Comment Editing Means

Claims (13)

【特許請求の範囲】[Claims] 【請求項1】 入力操作に基づいて高級言語プログラム
を編集する編集手段と、 該編集手段で編集された高級言語プログラムを低級言語
プログラムに変換する第1の変換手段と、 該第1の変換手段より得られる低級言語プログラムを記
録媒体に記録させる記録手段と、 前記記録媒体に記録されている前記低級言語プログラム
を再生する再生手段と、 該再生手段より再生された前記低級言語プログラムを前
記高級言語プログラムに変換する第2の変換手段とを、 それぞれ配して成るプログラム言語変換装置。
1. An editing means for editing a high-level language program based on an input operation, a first converting means for converting a high-level language program edited by the editing means into a low-level language program, and the first converting means. Recording means for recording the obtained lower language program on a recording medium, reproducing means for reproducing the lower language program recorded on the recording medium, and the higher language for reproducing the lower language program reproduced by the reproducing means. A programming language conversion device comprising second conversion means for converting into a program, respectively.
【請求項2】 入力操作に従って編集された高級言語プ
ログラムを低級言語プログラムに変換し、変換された該
低級言語プログラムを記録媒体に記録するプログラム言
語変換装置において、 プログラムを理解しやすくするためのコメント文を除い
た高級言語プログラムを前記低級言語プログラムに変換
する変換手段と、 該変換手段より得られる低級言語プログラムを前記記録
媒体に記録させると共に、前記コメント文に対して前記
高級言語プログラムのコメント位置を示す位置情報を付
加して前記記録媒体に記録させる記録手段とを、 それぞれ配して成るプログラム言語変換装置。
2. A comment for facilitating understanding of a program in a programming language conversion device for converting a high-level language program edited according to an input operation into a low-level language program and recording the converted low-level language program in a recording medium. Conversion means for converting the high-level language program excluding the sentence to the low-level language program, the low-level language program obtained by the conversion means is recorded in the recording medium, and the comment position of the high-level language program with respect to the comment statement And a recording means for recording the information on the recording medium by adding position information indicating the above.
【請求項3】 前記記録手段は、記録媒体に、低級言語
プログラムとコメント位置を示す位置情報が付加された
コメント文とを記録する際、それらのインデックス情報
も付加して記録することを特徴とする請求項2記載のプ
ログラム言語変換装置。
3. The recording means, when recording a low-level language program and a comment sentence to which position information indicating a comment position is added on a recording medium, also records the index information thereof. The programming language conversion device according to claim 2.
【請求項4】 記録媒体に記録された低級言語プログラ
ムを高級言語プログラムに変換し、変換された該高級言
語プログラムを編集するプログラム言語変換装置におい
て、 予め記録媒体に記録されている前記低級言語プログラム
と、前記高級言語プログラムのコメント位置を示す位置
情報が付加されたコメント文とを再生する再生手段と、 該再生手段より再生された低級言語プログラムを高級言
語プログラムに変換する変換手段と、 前記再生手段より得られるコメント文に付加された前記
位置情報に基づいて、前記変換手段より得られる高級言
語プログラムにコメント文を付け、高級言語プログラム
による編集を可能にする編集手段とを、 それぞれ配して成るプログラム言語変換装置。
4. A program language conversion device for converting a low-level language program recorded in a recording medium into a high-level language program and editing the converted high-level language program, wherein the low-level language program previously recorded in the recording medium. Reproducing means for reproducing the comment sentence to which the position information indicating the comment position of the high-level language program is added, converting means for converting the low-level language program reproduced by the reproducing means into a high-level language program, A comment sentence is attached to the high-level language program obtained by the conversion unit based on the position information added to the comment sentence obtained by the means, and an editing unit that enables editing by the high-level language program is provided. A programming language conversion device.
【請求項5】 前記再生手段は、記録媒体から、低級言
語プログラムとコメント位置を示す位置情報が付加され
たコメント文とを再生する際、それらのインデックス情
報も再生し、該インデックス情報に基づいて再生制御す
ることを特徴とする請求項4記載のプログラム言語変換
装置。
5. The reproducing means reproduces the index information when reproducing the low-level language program and the comment sentence to which the position information indicating the comment position is added from the recording medium, and based on the index information. 5. The program language conversion device according to claim 4, which controls reproduction.
【請求項6】 入力操作に従って編集された高級言語プ
ログラムを低級言語プログラムに変換して該低級言語プ
ログラムを記録媒体に記録し、記録媒体に記録された低
級言語プログラムを前記高級言語プログラムに変換して
該高級言語プログラムを編集するプログラム言語変換装
置において、 プログラムを理解しやすくするためのコメント文を除い
た高級言語プログラムを前記低級言語プログラムに変換
する第1の変換手段と、 該第1の変換手段より得られる低級言語プログラムを前
記記録媒体に記録させると共に、前記コメント文に対し
て前記高級言語プログラムのコメント位置を示す位置情
報を付加して前記記録媒体に記録させる記録手段と、 該記録媒体に記録されている前記低級言語プログラム
と、前記高級言語プログラムのコメント位置を示す位置
情報が付加されたコメント文とを再生する再生手段と、 該再生手段より再生された低級言語プログラムを高級言
語プログラムに変換する第2の変換手段と、 前記再生手段より得られるコメント文に付加された前記
位置情報に基づいて、前記第2の変換手段より得られる
高級言語プログラムにコメント文を付け、高級言語プロ
グラムによる編集を可能にする編集手段とを、 それぞれ配して成るプログラム言語変換装置。
6. A high-level language program edited according to an input operation is converted into a low-level language program, the low-level language program is recorded in a recording medium, and the low-level language program recorded in the recording medium is converted into the high-level language program. In a programming language conversion device for editing the high-level language program, first conversion means for converting the high-level language program excluding comment sentences for making the program easy to understand into the low-level language program, and the first conversion Recording means for recording the lower language program obtained by the means on the recording medium, and adding the position information indicating the comment position of the higher language program to the comment sentence and recording the comment on the recording medium; Comments of the low-level language program and the high-level language program recorded in Reproduction means for reproducing the comment sentence to which the position information indicating the position is added, second conversion means for converting the low-level language program reproduced by the reproduction means into a high-level language program, and the comment obtained by the reproduction means. A program in which a comment sentence is attached to the high-level language program obtained by the second converting means based on the position information added to the sentence, and editing means for enabling editing by the high-level language program is arranged. Language conversion device.
【請求項7】 前記記録手段は、記録媒体に、低級言語
プログラムとコメント位置を示す位置情報が付加された
コメント文とを記録する際、それらのインデックス情報
も付加して記録し、前記再生手段は、記録媒体から、低
級言語プログラムとコメント位置を示す位置情報が付加
されたコメント文とを再生する際、それらのインデック
ス情報も再生し、該インデックス情報に基づいて再生制
御することを特徴とする請求項6記載のプログラム言語
変換装置。
7. The recording means, when recording a low-level language program and a comment sentence to which position information indicating a comment position is added, on the recording medium, and also records the index information of the low-level language program, and the reproducing means. Is characterized in that when the low-level language program and the comment sentence to which the position information indicating the comment position is added are reproduced from the recording medium, their index information is also reproduced, and reproduction control is performed based on the index information. The programming language conversion device according to claim 6.
【請求項8】 入力操作に従って編集された高級言語プ
ログラムを低級言語プログラムに変換し、変換された該
低級言語プログラムを記録媒体に記録するプログラム言
語変換装置において、 プログラムを理解しやすくするためのコメント文を除い
た高級言語プログラムを前記低級言語プログラムに変換
する変換手段と、 該変換手段より得られる低級言語プログラムを第1の記
録媒体に記録させると共に、前記高級言語プログラムの
コメント位置を示す位置情報が付加されたコメント文を
第2の記録媒体に記録させる記録手段とを、 それぞれ配して成るプログラム言語変換装置。
8. A comment for facilitating understanding of a program in a programming language conversion device for converting a high-level language program edited according to an input operation into a low-level language program and recording the converted low-level language program in a recording medium. Conversion means for converting the high-level language program excluding the sentence into the low-level language program, the low-level language program obtained by the conversion means is recorded in the first recording medium, and the position information indicating the comment position of the high-level language program And a recording means for recording the comment sentence added with in the second recording medium.
【請求項9】 前記記録手段は、第1の記録媒体に低級
言語プログラムを記録する際、そのインデックス情報も
付加して記録し、第2の記録媒体にコメント位置を示す
位置情報が付加されたコメント文を記録する際、そのイ
ンデックス情報も付加して記録することを特徴とする請
求項8記載のプログラム言語変換装置。
9. The recording means, when recording a low-level language program on a first recording medium, also records the index information of the program, and adds position information indicating a comment position to the second recording medium. 9. The program language conversion device according to claim 8, wherein when the comment text is recorded, the index information is also added and recorded.
【請求項10】 記録媒体に記録された低級言語プログ
ラムを高級言語プログラムに変換し、変換された該高級
言語プログラムを編集するプログラム言語変換装置にお
いて、 予め第1の記録媒体に記録されている前記低級言語プロ
グラムと、予め第2の記録媒体に記録されている前記高
級言語プログラムのコメント位置を示す位置情報が付加
されたコメント文とを再生する再生手段と、 該再生手段より再生された低級言語プログラムを高級言
語プログラムに変換する変換手段と、 前記再生手段より得られるコメント文に付加された前記
位置情報に基づいて、前記変換手段より得られる高級言
語プログラムにコメント文を付け、高級言語プログラム
による編集を可能にする編集手段とを、 それぞれ配して成るプログラム言語変換装置。
10. A programming language conversion device for converting a low-level language program recorded in a recording medium into a high-level language program and editing the converted high-level language program, wherein the program language is recorded in advance in the first recording medium. Reproduction means for reproducing a low-level language program and a comment sentence recorded in advance on the second recording medium and having position information indicating the comment position of the high-level language program added thereto, and a low-level language reproduced by the reproduction means. A converting means for converting the program into a high-level language program, and a comment statement is attached to the high-level language program obtained by the converting means based on the position information added to the comment sentence obtained by the reproducing means. A programming language conversion device that is provided with editing means that enables editing.
【請求項11】 前記再生手段は、第1の記録媒体から
低級言語プログラムを再生する際、対応するインデック
ス情報に基づいて再生制御し、第2の記録媒体からコメ
ント位置を示す位置情報が付加されたコメント文を再生
する際、対応するインデックス情報に基づいて再生制御
することを特徴とする請求項10記載のプログラム言語
変換装置。
11. The reproducing means, when reproducing the low-level language program from the first recording medium, controls reproduction based on the corresponding index information, and position information indicating a comment position is added from the second recording medium. 11. The program language conversion device according to claim 10, wherein when the comment text is reproduced, reproduction control is performed based on the corresponding index information.
【請求項12】 入力操作に従って編集された高級言語
プログラムを低級言語プログラムに変換して該低級言語
プログラムを記録媒体に記録し、記録媒体に記録された
低級言語プログラムを前記高級言語プログラムに変換し
て該高級言語プログラムを編集するプログラム言語変換
装置において、 プログラムを理解しやすくするためのコメント文を除い
た高級言語プログラムを前記低級言語プログラムに変換
する第1の変換手段と、 該第1の変換手段より得られる低級言語プログラムを第
1の記録媒体に記録させると共に、前記高級言語プログ
ラムのコメント位置を示す位置情報が付加されたコメン
ト文を第2の記録媒体に記録させる記録手段と、 前記第1の記録媒体に記録されている前記低級言語プロ
グラムと、前記第2の記録媒体に記録されている前記高
級言語プログラムのコメント位置を示す位置情報が付加
されたコメント文とを再生する再生手段と、 該再生手段より再生された低級言語プログラムを高級言
語プログラムに変換する第2の変換手段と、 前記再生手段より得られるコメント文に付加された前記
位置情報に基づいて、前記第2の変換手段より得られる
高級言語プログラムにコメント文を付け、高級言語プロ
グラムによる編集を可能にする編集手段とを、 それぞれ配して成るプログラム言語変換装置。
12. A high-level language program edited according to an input operation is converted into a low-level language program, the low-level language program is recorded in a recording medium, and the low-level language program recorded in the recording medium is converted into the high-level language program. In a programming language conversion device for editing the high-level language program, first conversion means for converting the high-level language program excluding comment sentences for making the program easy to understand into the low-level language program, and the first conversion Recording means for recording a low-level language program obtained by the means on a first recording medium, and for recording a comment sentence to which a position information indicating the comment position of the high-level language program is added on a second recording medium; The lower language program recorded on the first recording medium and the lower language program recorded on the second recording medium. Reproducing means for reproducing the comment sentence to which the position information indicating the comment position of the high-level language program is added, and second converting means for converting the low-level language program reproduced by the reproducing means into a high-level language program. And an editing unit for adding a comment sentence to the high-level language program obtained by the second conversion unit based on the position information added to the comment sentence obtained by the reproduction unit, and enabling editing by the high-level language program. A programming language conversion device in which and are arranged.
【請求項13】 前記記録手段は、第1の記録媒体に低
級言語プログラムを記録する際、そのインデックス情報
も付加して記録し、第2の記録媒体にコメント位置を示
す位置情報が付加されたコメント文を記録する際、その
インデックス情報も付加して記録し、前記再生手段は、
第1の記録媒体から低級言語プログラムを再生する際、
対応するインデックス情報に基づいて再生制御し、第2
の記録媒体からコメント位置を示す位置情報が付加され
たコメント文を再生する際、対応するインデックス情報
に基づいて再生制御することを特徴とする請求項12記
載のプログラム言語変換装置。
13. The recording means, when recording the low-level language program on the first recording medium, also records the index information of the program, and adds the position information indicating the comment position to the second recording medium. When recording the comment text, the index information is also added and recorded, and the reproducing means
When reproducing the low-level language program from the first recording medium,
Playback is controlled based on the corresponding index information, and the second
13. The program language conversion device according to claim 12, wherein when the comment sentence to which the position information indicating the comment position is added is reproduced from the recording medium, the reproduction is controlled based on the corresponding index information.
JP10943293A 1993-05-11 1993-05-11 Program language converter Pending JPH06324852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10943293A JPH06324852A (en) 1993-05-11 1993-05-11 Program language converter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10943293A JPH06324852A (en) 1993-05-11 1993-05-11 Program language converter

Publications (1)

Publication Number Publication Date
JPH06324852A true JPH06324852A (en) 1994-11-25

Family

ID=14510104

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10943293A Pending JPH06324852A (en) 1993-05-11 1993-05-11 Program language converter

Country Status (1)

Country Link
JP (1) JPH06324852A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100825722B1 (en) * 2005-12-08 2008-04-29 한국전자통신연구원 Method and apparatus for transforming BPEL4WS process into Coloured Petri-Nets

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100825722B1 (en) * 2005-12-08 2008-04-29 한국전자통신연구원 Method and apparatus for transforming BPEL4WS process into Coloured Petri-Nets

Similar Documents

Publication Publication Date Title
US5119474A (en) Computer-based, audio/visual creation and presentation system and method
US5274758A (en) Computer-based, audio/visual creation and presentation system and method
JP3433747B2 (en) Computer and editing processing method
EP0403118B1 (en) Audio/visual compilation in a data processing system
KR100375441B1 (en) Lecture record/play method using a computer
JP2001184839A (en) Menu device for freely rewritable av recording medium
JPH06324852A (en) Program language converter
JP3919753B2 (en) Information processing apparatus and method, and control program
JPS6226035B2 (en)
JP2005167822A (en) Information reproducing device and information reproduction method
JP3263443B2 (en) Animation editing equipment
JPS60207975A (en) Filing device of picture information
JPH07334523A (en) Information processor
JP4028246B2 (en) Information recording and editing apparatus and information recording medium
CN100527258C (en) Recording and reproducing system, recording apparatus, reproducing apparatus, record medium, recording and reproducing method, recording method, reproducing method, program and record medium
JP3768922B2 (en) Authoring processing method, authoring processing apparatus, and authoring processing program
JP2565048B2 (en) Scenario presentation device
JP3619005B2 (en) Image processing system control method and apparatus, and program recording medium thereof
JP2003186885A (en) Dvd production system
JPH06176542A (en) Multimedia authoring system
JPH0574109A (en) Image and voice compiler
JPH11232281A (en) Editing method for moving image
KR940004622A (en) VRT data management circuit
JPH06223148A (en) Method for generating digital information editing system
JPH05257655A (en) Program managing system