JPH05324310A - Rom compression tool - Google Patents

Rom compression tool

Info

Publication number
JPH05324310A
JPH05324310A JP4124800A JP12480092A JPH05324310A JP H05324310 A JPH05324310 A JP H05324310A JP 4124800 A JP4124800 A JP 4124800A JP 12480092 A JP12480092 A JP 12480092A JP H05324310 A JPH05324310 A JP H05324310A
Authority
JP
Japan
Prior art keywords
conversion
instruction
processing unit
command
program
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.)
Withdrawn
Application number
JP4124800A
Other languages
Japanese (ja)
Inventor
Yoko Toizumi
洋子 戸泉
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 IC Microcomputer Systems Co Ltd
Original Assignee
NEC IC Microcomputer Systems 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 NEC IC Microcomputer Systems Co Ltd filed Critical NEC IC Microcomputer Systems Co Ltd
Priority to JP4124800A priority Critical patent/JPH05324310A/en
Publication of JPH05324310A publication Critical patent/JPH05324310A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To eliminate time and labor for the analysis of frequency in use and mis-conversion or conversion omission, etc., due to munual input by automatizing processing procedure. CONSTITUTION:A use frequency analysis part 1 to check which instruction should be set as a conversion instruction from a conversion program whose object size is desired to compress is provided, and furthermore, a conversion instruction selection processing part to select the conversion instruction from data preserved on memory by the use frequency analysis processing part 1, a GETI table registration processing part to register an instruction selected by the conversion instruction selection processing part on a GETI table, and an automatic conversion processing part to compare the instruction with the conversion instruction by fetching from the conversion program one by one, and to convert the instruction to a GETI instruction when it is the conversion instruction, and to output it as a source program as it is when it is not the conversion instruction are provided, and conversion processing is repeated until comparison processing for all the conversion programs are completed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はROM(リード・オンリ
・メモリ)圧縮ツールに関し、特に命令を特定の領域
(以降GETIテーブルと称す)に登録することがで
き、その領域を指定するだけで登録した命令を実行する
ことができる命令(以降GETI命令と称す)を持った
コンピュータにおいて、プログラムサイグを圧縮するツ
ールに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a ROM (read only memory) compression tool, and in particular, it is possible to register an instruction in a specific area (hereinafter referred to as a GETI table), and only by specifying that area. The present invention relates to a tool for compressing a program sig in a computer having an instruction capable of executing the specified instruction (hereinafter referred to as a GETI instruction).

【0002】[0002]

【従来の技術】従来は、GETIテーブルへの登録やG
ETI命令等への変換は、変換することでプログラム・
サイズが小さくなる命令を、プログラムから目視により
検索し、その結果をもとに、エディタ上で、GETIテ
ーブルへの登録、GETI命令への変換を行い、プログ
ラム・サイズを圧縮していた。
2. Description of the Related Art Conventionally, registration in a GETI table and G
To convert to ETI command, etc.,
An instruction for reducing the size is visually searched from the program, and based on the result, it is registered in the GETI table on the editor and converted into the GETI instruction to reduce the program size.

【0003】[0003]

【発明が解決しようとする課題】前述した従来のROM
圧縮では、プログラム・サイズを圧縮したいプログラム
(以降変換プログラムと称す)をエディタで読み込んで
から、変換することによりオブジェクト・サイズ圧縮が
可能となる命令(以降変換命令と称す)の使用頻度を検
索し、その変換命令をGETIテーブルへ登録、GET
I命令に変換するという作業を、すべて手入力により、
エディタを用いて行っていた。
SUMMARY OF THE INVENTION The conventional ROM described above.
In compression, after reading the program whose program size you want to compress (hereinafter referred to as conversion program) with an editor, you can search the frequency of use of the instruction that enables object size compression by conversion (hereinafter referred to as conversion instruction). , Register the conversion command in the GETI table, GET
All the work of converting to I command is done manually
I was using an editor.

【0004】そのため、どの命令を変換命令にするかに
より、オブジェクト・サイズが小さくなるかを目視によ
り調べなければならず、また変換命令が決まっていて
も、変換ミスによりプログラムのバグが生じたり、変換
漏れ、手入力による時間的ロスが生じていた。
Therefore, it is necessary to visually check whether the object size becomes smaller depending on which instruction is used as the conversion instruction. Even if the conversion instruction is decided, a conversion mistake causes a bug in the program. There was a loss of conversion and time loss due to manual input.

【0005】本発明の目的は、前記問題点を解決し、命
令を置き換えたいプログラムを入力し、命令を選択する
だけで、自動的にGETI命令に置き換えることができ
るようにしたROM圧縮ツールを提供することにある。
An object of the present invention is to solve the above problems and provide a ROM compression tool capable of automatically replacing with a GETI instruction by inputting a program to replace the instruction and selecting the instruction. To do.

【0006】[0006]

【課題を解決するための手段】本発明の第1の構成は、
命令を特定の領域に登録することができ、前記領域を指
定するだけで登録した命令を実行することができるGE
TI命令を持ったROM圧縮ツールにおいて、プログラ
ムサイズを圧縮したいプログラム内の命令使用頻度を解
析する第1の処理部と、前記第1の処理部の解析結果を
もとに前記GETI命令に変換したい命令をユーザイン
タフェースにより選択する第2の処理部と、選択された
前記命令を前記領域に登録する第3の処理部と、前記第
3の処理部の命令と前記プログラム内の命令とを比較
し、前記GETI命令に変換する第4の処理部とを備
え、前記プログラムのサイズを圧縮するようになしたこ
とを特徴とする。
The first structure of the present invention is as follows.
An GE that can register an instruction in a specific area and execute the registered instruction only by designating the area
In a ROM compression tool having a TI instruction, a first processing unit that analyzes the instruction usage frequency in a program whose program size you want to compress, and you want to convert to the GETI instruction based on the analysis result of the first processing unit A second processing unit that selects an instruction by a user interface, a third processing unit that registers the selected instruction in the area, and an instruction of the third processing unit and an instruction in the program are compared. And a fourth processing unit for converting the program into the GETI instruction and compressing the size of the program.

【0007】本発明の第2の構成は、命令を特定の領域
に登録することができ、前記領域を指定するだけで登録
した命令を実行することができるGETI命令を持った
ROM圧縮ツールにおいて、指定された変換プログラム
と、前記プログラムと共に入力され、すでに変換命令と
変換場所との情報がまとめてある変換情報ファイルとを
比較して変換命令を取り出す変換部分取り出し処理部
と、前記第3の処理部と、前記第4の処理部とを備えた
ことを特徴とする。
A second configuration of the present invention is a ROM compression tool having a GETI instruction capable of registering an instruction in a specific area and executing the registered instruction only by designating the area, A conversion part extraction processing unit that extracts a conversion command by comparing the specified conversion program with a conversion information file that is already input with the program and in which the information of the conversion command and the conversion location is already collected, and the third process. And a fourth processing unit.

【0008】[0008]

【実施例】図3は本発明の一実施例のROM圧縮ツール
を示すブロック図である。図1乃至図4は図3のツール
の処理手順を示すフロー図である。
1 is a block diagram showing a ROM compression tool according to an embodiment of the present invention. 1 to 4 are flowcharts showing the processing procedure of the tool shown in FIG.

【0009】図3において、本実施例のROM圧縮ツー
ルは、変換プログラム6,変換情報ファイル7の内容が
入力され、二次ソース・ファイル8が出力される。
In FIG. 3, the ROM compression tool of this embodiment receives the contents of the conversion program 6 and the conversion information file 7 and outputs the secondary source file 8.

【0010】入力ファイルとしては、変換プログラム6
と変換情報ファイル7とが挙げられる。ここで、変換プ
ログラム6は複数指定可能である。これらの入力ファイ
ルから、以下のステップにより、二次ソース・ファイル
8を出力することができる。
As the input file, the conversion program 6
And the conversion information file 7. Here, a plurality of conversion programs 6 can be designated. From these input files, the secondary source file 8 can be output by the following steps.

【0011】図3の指定された変換プログラム6は、図
1の使用頻度解析処理部1で、オブジェクト・サイズを
小さくすためにはどの命令を変換命令とすれば良いかを
調べるために、プログラム内の命令の使用頻度を解析す
る。ここでは、ステップ11で変換プログラム6をオー
プンし、ステップ13で1行取り出してはメモリに保存
する。この時、ステップ14ですでにメモリに保存して
いる命令は、使用回数のカウント・アップのみ(ステッ
プ16)を行う。この処理を、変換プログラム6の読み
込みが終了するまで繰り返し、ステップ12ですべての
読み込みを終了すると、保存したメモリの内容を使用回
数順にソートする(ステップ17)。この処理が終了し
たら、変換プログラム6をクローズする(ステップ1
8)。
The specified conversion program 6 shown in FIG. 3 is used by the frequency-of-use analysis processing unit 1 shown in FIG. 1 in order to find out which command should be used as the conversion command in order to reduce the object size. Analyze the usage frequency of the instructions in. Here, the conversion program 6 is opened in step 11, one line is taken out in step 13 and stored in the memory. At this time, the instruction already stored in the memory in step 14 only counts up the number of times of use (step 16). This process is repeated until the reading of the conversion program 6 is completed, and when all the reading is completed in step 12, the contents of the saved memory are sorted in the order of the number of times of use (step 17). When this process ends, the conversion program 6 is closed (step 1
8).

【0012】尚、ステップ14でまだメモリに保存され
ていない場合は、ステップ12へもどる。
If the memory is not yet saved in the memory in step 14, the process returns to step 12.

【0013】図1中のAは、図2中のAと接続され、同
様に図2中,図3中のB同士、図3中,図4中のC同士
が接続される。
A in FIG. 1 is connected to A in FIG. 2, and likewise B in FIGS. 2 and 3 and C in FIGS. 3 and 4 are connected.

【0014】前記使用頻度解析処理部1で解析した結果
をもとに、図2の変換命令選択処理部2で、GETI命
令に変換する命令をユーザ・インタフェースにより選択
し、変換命令を決定する。ここでは、前記使用頻度解析
処理部1でメモリに保存した命令をパソコンのCRT上
に表示させ(ステップ21)、1命令ずつ、変換する命
令かどうかをユーザに選択してもらう。変換する命令で
あれば、リターン・キーでその命令に印をつけてもらい
(ステップ25)、変換しない命令であれば、矢印キー
で次の命令にカーソルを移動してもらう(ステップ2
4)。この処理を、すべての命令に対して選択/非選択
をしてもらうまで繰り返す。即ち、ステップ22,ステ
ップ23を介する。ここで、CRT上に印がつけられた
命令(選択された命令)については、メモリ上に保存し
てある命令にも印をつけておく。
Based on the result of analysis by the frequency-of-use analysis processing section 1, the conversion instruction selection processing section 2 of FIG. 2 selects an instruction to be converted into a GETI instruction through the user interface and determines the conversion instruction. Here, the instructions stored in the memory by the frequency-of-use analysis processing unit 1 are displayed on the CRT of the personal computer (step 21), and the user is asked to select whether or not each instruction is to be converted. If it is an instruction to be converted, the return key is used to mark the instruction (step 25). If it is not an instruction to be converted, the arrow key is used to move the cursor to the next instruction (step 2).
4). This process is repeated until all commands are selected / unselected. That is, through steps 22 and 23. Here, as for the command (selected command) marked on the CRT, the command stored in the memory is also marked.

【0015】さらに、前記変換命令選択処理部2で選択
した結果をもとに、図3のGETIテーブル登録処理部
3で、前記変換命令選択処理部2で選択された命令を、
GETIテーブルに登録する。
Further, based on the result selected by the conversion instruction selection processing unit 2, the GETI table registration processing unit 3 of FIG.
Register in the GETI table.

【0016】ここでは、新たなソース・ファイル(以降
二次ソース・ファイル8と称す)をオープンし(ステッ
プ31)、メモリ上に保存してある命令を1命令ずつ取
り出し、ステップ33で登録する命令であればGETI
テーブルに登録し(ステップ34)、変換しない命令で
あれば次の命令を取り出す(ステップ25)、この処理
を、選択された命令すべてに対して行うまで繰り返す。
即ち、ステップ32を介する。
Here, a new source file (hereinafter referred to as the secondary source file 8) is opened (step 31), the instructions stored in the memory are fetched one by one, and the instructions are registered in step 33. Then GETI
It is registered in the table (step 34), and if it is an instruction not to be converted, the next instruction is taken out (step 25), and this processing is repeated until all the selected instructions are performed.
That is, through step 32.

【0017】さらに、前記GETIテーブル登録処理部
3へオープンした二次ソース・ファイ8に、図4の自動
変換処理部4で、変換プログラム6のすべての命令を登
録する。ここでは、ステップ41で再度変換プログラム
6をオープンし、ステップ42で命令部分を1行ずつ取
り出す。ステップ43で、取りだした命令が変換命令で
あれば、GETI命令に置き換え、登録する(ステップ
45)。変換命令でなければ、そのままの命令を登録す
る(ステップ44)。この処理を、変換プログラム6の
読み込みが終了するまで繰り返し、ステップ48ですべ
ての読み込みを終了すると、変換プログラム6,二次ソ
ース・ファイル8をクローズする(ステップ46,ステ
ップ47)。尚、ステップ41とステップ42との間に
は、ステップ48が介在する。
Further, in the secondary source file 8 opened in the GETI table registration processing section 3, the automatic conversion processing section 4 of FIG. 4 registers all the instructions of the conversion program 6. Here, in step 41, the conversion program 6 is opened again, and in step 42, the instruction part is taken out line by line. If the fetched command is a conversion command at step 43, it is replaced with a GETI command and registered (step 45). If it is not a conversion command, the command is registered as it is (step 44). This process is repeated until the reading of the conversion program 6 is completed, and when all the reading is completed in step 48, the conversion program 6 and the secondary source file 8 are closed (steps 46 and 47). Incidentally, a step 48 is interposed between the step 41 and the step 42.

【0018】このように、本実施例では、プログラムを
アセンブルする際に出力されたアセンブルリストファイ
ルから、命令行を1行ずつ取り出し、ニモニック、オペ
ランド、オペコード、コメントに分解してメモリに保存
する。その際、同じ命令は使用回数をカウント・アップ
するどけとし、命令の使用頻度順にソートしておく。
As described above, in this embodiment, the instruction lines are taken line by line from the assemble list file that is output when the program is assembled, decomposed into mnemonics, operands, opcodes, and comments and stored in the memory. At that time, the same instruction should be counted up in the number of times of use and sorted in the order of frequency of use of the instruction.

【0019】その後、パソコンの両面上に命令の一覧を
表示させ、矢印キーとリターン・キーで変換する命令を
ユーザに選択してもらう。その際、命令ごとに保存して
あるメモリに印をつけておく。変換する命令をすべて選
択したら、メモリ上で印のついた命令を、GETIテー
ブルに登録する。
After that, a list of commands is displayed on both sides of the personal computer, and the user selects the command to be converted with the arrow keys and the return key. At that time, a mark is attached to the memory saved for each instruction. When all the commands to be converted are selected, the commands marked in the memory are registered in the GETI table.

【0020】さらに、再度アセンブルリストファイルを
読み込み、1行ずつ、メモリ上に印のついた命令と比較
し、一致したらGETI命令に変換してファイルに落と
す。一致しなかったら、そのまま、ニモニック、オペラ
ンド、コメントをファイルに落とす。すべての行に対し
て比較が終了したら、ファイルを閉じて、新たなソース
・ファイルとして出力させる。
Furthermore, the assemble list file is read again, line by line is compared with the instruction marked on the memory, and if they match, they are converted into GETI instructions and dropped into a file. If they do not match, the mnemonics, operands, and comments are dropped in the file. When the comparison is complete for all lines, close the file and print as a new source file.

【0021】図5は本発明の他の実施例のROM圧縮ツ
ールにおける変換部分取り出し処理部の流れを示すフロ
ー図である。
FIG. 5 is a flow chart showing the flow of the conversion part extraction processing section in the ROM compression tool of another embodiment of the present invention.

【0022】図5において、本実施例は、ステップ58
のAが、図3のBに接続され、さらに図4に続く。即
ち、本実施例は、図5,図3,図4の流れとなるが、図
3,図4においては前記一実施例と同様であるので、両
図を省略する。
In FIG. 5, this embodiment uses step 58.
A is connected to B in FIG. 3 and continues to FIG. That is, the flow of this embodiment is as shown in FIGS. 5, 3 and 4, but since FIGS. 3 and 4 are the same as the above-mentioned one embodiment, both figures are omitted.

【0023】本実施例では、図6の指定された変換プロ
グラム6と、変換プロクラム6と共に入力され、すでに
変換命令と変換場所の情報がまとめてある変換情報ファ
イル7とを、図5の変換部分取り出し処理部5で比較
し、変換命令を取り出す。ここでは、変換プログラム6
と変換情報ファイル7とをそれぞれオープンし(ステッ
プ51,ステップ52)、変換プログラム6から1行ず
つ取り出し(ステップ54)変換情報ファイル7内の命
令と比較する。ステップ55で、変換情報ファイル7で
変換マークがついている命令(変換命令)であれば、ス
テップ56でその命令をメモリに保存する。変換マーク
がついていない命令(変換しない命令)であれば、ステ
ップ53にもどり、その命令はメモリ上には登録しな
い。この処理を、変換プログラム6をすべて読み込むま
で繰り返し(ステップ53)、すべての読み込みを終了
すると、変換プログラム6,変換情報ファイル7をクロ
ーズする(ステップ57,ステップ58)。
In the present embodiment, the designated conversion program 6 in FIG. 6 and the conversion information file 7 which is input together with the conversion program 6 and in which the conversion instruction and the conversion location information have already been collected are converted into the conversion portion in FIG. The extraction processing unit 5 compares and extracts the conversion instruction. Here, the conversion program 6
And the conversion information file 7 are opened (steps 51 and 52), and each line is taken out from the conversion program 6 (step 54) and compared with the instructions in the conversion information file 7. At step 55, if the command has a conversion mark in the conversion information file 7 (conversion command), the command is stored in the memory at step 56. If the instruction has no conversion mark (instruction not to convert), the procedure returns to step 53 and the instruction is not registered in the memory. This process is repeated until all the conversion programs 6 are read (step 53), and when all the readings are completed, the conversion programs 6 and the conversion information file 7 are closed (steps 57 and 58).

【0024】次に、前記変換情報ファイル取り出し処理
部5で保存したメモリの内容をもとに、図3のGETI
テーブル登録処理部3で、変換命令選択処理部2で選択
された命令を、GETIテーブルに登録する。ここで
は、二次ソース・ファイル7をオープンし、メモリ上に
保存してある命令を1命令ずつ取り出し、登録する命令
であればGETIテーブルに登録し、変換しない命令で
あれば次の命令を取り出す。この処理を、選択された命
令すべてに対して行うまで繰り返す。
Next, based on the contents of the memory saved by the conversion information file fetch processing section 5, the GETI of FIG.
The table registration processing unit 3 registers the command selected by the conversion command selection processing unit 2 in the GETI table. Here, the secondary source file 7 is opened, and the instructions stored in the memory are fetched one by one. If it is a command to be registered, it is registered in the GETI table, and if it is a command not to be converted, the next command is fetched. .. This process is repeated until all the selected instructions are executed.

【0025】さらに、前記GETIテーブル登録処理部
3でオープンした二次ソース・ファイル8に、図4の自
動変換処理部4で、変換プログラム6のすべての命令を
登録する。ここでは、再度変換プログラム6をオープン
し、命令部分を1行ずつ取り出す。取りだした命令が変
換命令であれば、GETI命令に置き換え、登録する。
変換命令でなければ、そのままの命令を登録する。この
処理を、変換プログラム6をすべて読み込むまで繰り返
し、すべての読み込みを終了すると、変換プログラム
6,二次ソース・ファイル8をクローズする。
Further, in the secondary source file 8 opened by the GETI table registration processing section 3, the automatic conversion processing section 4 of FIG. 4 registers all the instructions of the conversion program 6. Here, the conversion program 6 is opened again and the instruction part is taken out line by line. If the fetched command is a conversion command, it is replaced with a GETI command and registered.
If it is not a conversion command, the command is registered as it is. This processing is repeated until all the conversion programs 6 are read, and when all the readings are completed, the conversion programs 6 and the secondary source file 8 are closed.

【0026】[0026]

【発明の効果】以上説明したように、本発明は、特に変
換プログラムの解析、変換命令選択、GETIテーブル
への登録、自動変換によって、従来のROM圧縮の作業
を自動化することにより、変換ミスによるバグの作り込
みをなくし、かつ変換漏れ、手入力による時間的ロスを
なくすという効果がある。
As described above, the present invention automates the conventional ROM compression work by analyzing the conversion program, selecting the conversion instruction, registering it in the GETI table, and automatically converting the program. This has the effects of eliminating the creation of bugs and eliminating the time loss due to conversion omissions and manual input.

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

【図1】本発明の一実施例のROM圧縮ツールのうち使
用頻度解析処理部を示すフロー図である。
FIG. 1 is a flowchart showing a usage frequency analysis processing unit of a ROM compression tool according to an embodiment of the present invention.

【図2】図1の次の処理となる変換命令選択処理部を示
すフロー図である。
FIG. 2 is a flowchart showing a conversion instruction selection processing unit which is the next processing of FIG.

【図3】図2の次の処理となるGETIテーブル登録処
理部を示すフロー図である。
FIG. 3 is a flowchart showing a GETI table registration processing unit which is the next processing of FIG.

【図4】図3の次の処理となる自動変換処理部を示すフ
ロー図である。
FIG. 4 is a flowchart showing an automatic conversion processing unit which is the next processing of FIG.

【図5】本発明の他の実施例のROM圧縮ツールのうち
変換部分取り出し処理部を示すフロー図である。
FIG. 5 is a flowchart showing a conversion part extraction processing unit of the ROM compression tool according to another embodiment of the present invention.

【図6】図1,図5で示す実施例の入力,出力関係を示
すブロック図である。
FIG. 6 is a block diagram showing an input / output relationship of the embodiment shown in FIGS.

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

1 使用頻度解析処理部 2 変換命令選択処理部 3 GETIテーブル登録処理部 4 自動変換処理部 5 変換部分取り出し処理部 6 変換プログラム 7 変換情報ファイル 8 二次ソース・ファイル 9 ROM圧縮ツール 11〜18,21〜25,31〜35,41〜47,5
1〜58 ステップ
1 Usage Frequency Analysis Processing Unit 2 Conversion Command Selection Processing Unit 3 GETI Table Registration Processing Unit 4 Automatic Conversion Processing Unit 5 Converted Part Extraction Processing Unit 6 Conversion Program 7 Conversion Information File 8 Secondary Source File 9 ROM Compression Tool 11-18, 21-25, 31-35, 41-47, 5
1 to 58 steps

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 命令を特定の領域に登録することがで
き、前記領域を指定するだけで登録した命令を実行する
ことができるGETI命令を持ったROM圧縮ツールに
おいて、プログラムサイズを圧縮したいプログラム内の
命令使用頻度を解析する第1の処理部と、前記第1の処
理部の解析結果をもとに前記GETI命令に変換したい
命令をユーザインタフェースにより選択する第2の処理
部と、選択された前記命令を前記領域に登録する第3の
処理部と、前記第3の処理部の命令と前記プログラム内
の命令とを比較し、前記GETI命令に変換する第4の
処理部とを備え、前記プログラムのサイズを圧縮するよ
うになしたことを特徴とするROM圧縮ツール。
1. A ROM compression tool having a GETI instruction capable of registering an instruction in a specific area and executing the registered instruction only by designating the area, in a program whose program size is desired to be compressed. A first processing unit that analyzes the instruction usage frequency of the first processing unit, and a second processing unit that selects the command to be converted into the GETI command based on the analysis result of the first processing unit by the user interface. A third processing unit for registering the command in the area; and a fourth processing unit for comparing the command of the third processing unit with a command in the program and converting the command into the GETI command. A ROM compression tool characterized by reducing the size of a program.
【請求項2】 命令を特定の領域に登録することがで
き、前記領域を指定するだけで登録した命令を実行する
ことができるGETI命令を持ったROM圧縮ツールに
おいて、指定された変換プログラムと、前記プログラム
と共に入力され、すでに変換命令と変換場所との情報が
まとめてある変換情報ファイルとを比較して変換命令を
取り出す変換部分取り出し処理部と、前記第3の処理部
と、前記第4の処理部とを備えたことを特徴とするRO
M圧縮ツール。
2. A ROM conversion tool having a GETI instruction capable of registering an instruction in a specific area and executing the registered instruction only by designating the area, and a designated conversion program, A conversion part extraction processing unit that extracts the conversion command by comparing the conversion information file, which has been input together with the program and in which the conversion command and the conversion location information are already collected, the third processing unit, and the fourth processing unit. RO including a processing unit
M compression tool.
JP4124800A 1992-05-18 1992-05-18 Rom compression tool Withdrawn JPH05324310A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4124800A JPH05324310A (en) 1992-05-18 1992-05-18 Rom compression tool

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4124800A JPH05324310A (en) 1992-05-18 1992-05-18 Rom compression tool

Publications (1)

Publication Number Publication Date
JPH05324310A true JPH05324310A (en) 1993-12-07

Family

ID=14894442

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4124800A Withdrawn JPH05324310A (en) 1992-05-18 1992-05-18 Rom compression tool

Country Status (1)

Country Link
JP (1) JPH05324310A (en)

Similar Documents

Publication Publication Date Title
US5974384A (en) Window control apparatus and method having function for controlling windows by means of voice-input
US20060004528A1 (en) Apparatus and method for extracting similar source code
US11158118B2 (en) Language model, method and apparatus for interpreting zoning legal text
JP2003044275A (en) System, method and program for measuring change risk
JPH08241191A (en) Gui automatic evaluation device
JP4853342B2 (en) Control device for instrument analysis and control program
CN103049504A (en) Semi-automatic instrumentation method based on source code inquiring
JP2009123114A (en) Information processor and information processing method
JPH05324310A (en) Rom compression tool
JP4613770B2 (en) Standard operation procedure creation support software for analytical instruments
US6675363B1 (en) Graphical user interface to integrate third party tools in power integrity analysis
JP5971399B2 (en) Execution flow creation support program
Abib et al. A GQM-based tool to support the development of software quality measurement plans
Baumgartner et al. Large Experiment and Evaluation Tool for WEKA Classifiers.
KR101583306B1 (en) Analysis method and analysis apparatus of executable file applied virtualization obfuscation
JPH0760363B2 (en) Method for automatically creating user-defined commands
JPH05119958A (en) Rom compression system
JP2007241432A (en) Software test device, software test method and software test program
JP2000293410A (en) Profiler
JPH03141427A (en) Preparation of information on standard record specifications
JPH0475138A (en) Program size compression device
AU2009100953A4 (en) A data input apparatus and method for narrative scripts, scenarios or stories using a pointing and/or positioning device
JP2010092333A (en) Standard operation procedure manual preparation support system for analysis apparatus and program for the system
JPH02201553A (en) System for analyzing program by row number designation
JP2012068946A (en) Batch processing program analyzing method and device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990803