JPH07152541A - Switching method for system non-interruption program - Google Patents

Switching method for system non-interruption program

Info

Publication number
JPH07152541A
JPH07152541A JP5299789A JP29978993A JPH07152541A JP H07152541 A JPH07152541 A JP H07152541A JP 5299789 A JP5299789 A JP 5299789A JP 29978993 A JP29978993 A JP 29978993A JP H07152541 A JPH07152541 A JP H07152541A
Authority
JP
Japan
Prior art keywords
data
program
access
update
update information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP5299789A
Other languages
Japanese (ja)
Other versions
JP3425724B2 (en
Inventor
Masahiro Shiraishi
正裕 白石
Haruo Kohama
晴雄 小浜
Seiji Tomita
清次 冨田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP29978993A priority Critical patent/JP3425724B2/en
Publication of JPH07152541A publication Critical patent/JPH07152541A/en
Application granted granted Critical
Publication of JP3425724B2 publication Critical patent/JP3425724B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PURPOSE:To switch the programs without stopping the operation of a general- purpose computer system when the data form and the data structure are changed for the data to be referred to or updated by the programs and if the programs must be switched owing to the change of the data form or data structure. CONSTITUTION:When a program <1> 6 refers to and updates data, an access detection mechanism 1 generates an interruption. At the same time, an access type/access destination address/updating information setting mechanism 2 stores the updating information generated based on the access type, the access destination address and the updating access of the program <1> 6 into the registers 3-5. An interruption processing program <3> 8 refers to the registers 3-5, changes the type, the structure, etc., of data, and stores these changing processing results in a table <B> 10. Furthermore the program 8 reflects the updating information on the unchanged data on a table <A> 9. The program <3> 8 is switched to a program <2> 7 when all data are converted and completed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、汎用計算機システムに
おいて、例えば、メモリ中に格納したデータに対して、
データの形式を変換する等、データ構造のデータへの上
書きで対処不可能なデータ形式の変更を実施する場合の
プログラム切替方法に関し、特にシステムの運用を継続
した状態でそのデータにアクセスするプログラムについ
ても、データ構造の変更後のデータに対応するプログラ
ムへの切替えを実施することを可能にするシステム無中
断プログラム切替え方法に関する。
BACKGROUND OF THE INVENTION The present invention relates to a general-purpose computer system, for example, for data stored in a memory,
Regarding the program switching method when changing the data format that cannot be handled by overwriting the data structure data such as converting the data format, especially about the program that accesses the data while the system operation is continued Also, the present invention relates to a system non-interruptible program switching method that enables switching to a program corresponding to data after a data structure change.

【0002】[0002]

【従来の技術】従来、あるプログラムが参照、更新する
データに対して、データの形式およびデータ構造等の変
更の必要性が生じた場合、プログラムについてもデータ
構造変更後のデータに対応するプログラムへ入れ換える
ことが必要である。上記の場合、一般的に以下の方式
(手順1〜5)をとる。 (手順1)システムの運転を停止する。 (手順2)データを格納したテーブルを一旦コピーす
る。 (手順3)コピーしたテーブル上のデータを変換する。 (手順4)プログラムをデータ構造の変更に対応するプ
ログラムへ切替える。 (手順5)以上の処理が完了した時点で、データ構造の
変更に対応するプログラムによって、システムの運用を
再開する。具体的には、図2〜図4に示す方式による。
この場合、3バイト(「001」)であったデータ構造
を5バイト(「00001」)に変更する手順を示す。
図2のフェーズ1(システム運用中)では、プログラム
の切替え依頼が指示される以前は、データ構造変更前の
データ対応プログラム<1>がテーブル<A>を参照、
更新アクセスを行なっている。図2のフェーズ2(シス
テム停止中)では、プログラムの切替え依頼が指示され
るとシステムを停止し、データ構造変更後のデータを格
納するテーブル<B>を作成し、テーブル<A>中のデ
ータをテーブル<B>に複写する。図3のフェーズ3
(システム停止中)では、変更対象テーブル上の全デー
タに対して、テーブル<B>への複写が完了後、変換プ
ログラム<3’>により、テーブル<B>上の全データ
に対して、先頭2バイト分の文字列「00」を付与した
データ値に変換する。図4のフェーズ4(システム再
開)では、変換プログラム<3’>によるテーブル<B
>上の全データの変換終了後、データ構造変換前のデー
タ対応プログラム<1>をデータ構造変更後のデータ対
応プログラム<2>へ切替え、以後、テーブル<B>と
プログラム<2>にてシステムの運用を再開する。
2. Description of the Related Art Conventionally, when it is necessary to change the data format, data structure, etc. of data referenced or updated by a certain program, the program is changed to a program corresponding to the data after the data structure change. It is necessary to replace them. In the above case, the following methods (procedures 1 to 5) are generally adopted. (Procedure 1) Stop the operation of the system. (Procedure 2) The table storing the data is once copied. (Procedure 3) Convert the data on the copied table. (Procedure 4) The program is switched to the program corresponding to the change of the data structure. (Procedure 5) When the above processing is completed, the system operation is restarted by the program corresponding to the change in the data structure. Specifically, it is based on the method shown in FIGS.
In this case, a procedure for changing the data structure of 3 bytes (“001”) to 5 bytes (“00001”) is shown.
In phase 1 (during system operation) of FIG. 2, the data corresponding program <1> before changing the data structure refers to the table <A> before the instruction to switch the program is issued.
Update access is being performed. In phase 2 (while the system is stopped) in FIG. 2, the system is stopped when a program switching request is instructed, a table <B> for storing the data after the data structure change is created, and the data in the table <A> is stored. To table <B>. Phase 3 of Figure 3
In (system stopped), after copying all the data on the table to be changed to the table <B>, the conversion program <3 '> causes all the data on the table <B> to start at the beginning. Convert to a data value with a 2-byte character string "00". In phase 4 (system restart) of FIG. 4, the conversion program <3 '> table <B
After the conversion of all the above data, the data corresponding program <1> before the data structure conversion is switched to the data corresponding program <2> after the data structure change, and thereafter, the system is changed by the table <B> and the program <2>. Resume operation.

【0003】[0003]

【発明が解決しようとする課題】上記従来技術では、デ
ータの形式および構造の変更を実施する時点から、デー
タ構造の変更後のデータ対応プログラムの切替えが完了
するまでの間、システムの運転を停止しなければならな
い。本発明の目的は、このような問題点を改善し、デー
タの形式あるいは構造の変更を実施する際に、計算機シ
ステムの運転を継続した状態でプログラムの切替えを実
施することが可能なシステム無中断プログラム切替え方
法を提供することにある。
In the above-mentioned prior art, the system operation is stopped from the time of changing the data format and structure until the completion of the switching of the data corresponding program after the data structure is changed. Must. An object of the present invention is to improve such problems, and when changing the format or structure of data, the system can be switched without interrupting the operation of the computer system. It is to provide a program switching method.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するた
め、本発明のシステム無中断プログラム切替え方法は、
汎用計算機システムにおいて、メモリ上の指定した範囲
のアドレスに格納したデータに対して、プログラム(図
1の6)が参照/更新を行なうと、アクセス検出機構
(図1の1)が割り込みを発生し、その割り込みを契機
に、アクセス種別・アクセス先アドレス・更新情報設定
機構(図1の2)がそのプログラムのアクセス種別、ア
クセス先アドレス、および更新アクセスによる更新情報
を格納し、割り込み処理プログラム(図1の8)は、前
記アクセス種別、アクセス先アドレス、および更新アク
セスによる更新情報を参照し、前記データに対してデー
タ形式、データ構造の変更を含む処理を実施し、実施し
た結果を所定のエリア(図1の10)に格納するととも
に、変更前のデータの更新情報を所定のエリア(図1の
9)に格納し、全てのデータの変換が完了した時点で、
変換後のデータに対応するプログラム(図1の7)に制
御を切替えることに特徴がある。
In order to achieve the above-mentioned object, the system non-interruptive program switching method of the present invention is
In the general-purpose computer system, when the program (6 in FIG. 1) refers to / updates the data stored in the address in the specified range on the memory, the access detection mechanism (1 in FIG. 1) generates an interrupt. Then, triggered by the interrupt, the access type / access destination address / update information setting mechanism (2 in FIG. 1) stores the access type of the program, the access destination address, and the update information by the update access, and the interrupt processing program (Fig. 8) of 1) refers to the access type, the access destination address, and the update information by the update access, performs the process including the change of the data format and the data structure on the data, and executes the result in a predetermined area. (10 in FIG. 1) and the update information of the data before the change is stored in a predetermined area (9 in FIG. 1). When the conversion of the data is completed,
It is characterized in that the control is switched to the program (7 in FIG. 1) corresponding to the converted data.

【0005】[0005]

【作用】本発明においては、メモリ上の指定した範囲の
アドレスに格納したデータに対して、プログラムが参照
/更新を行なうと割り込みを発生するアクセス検出機構
と、その割り込み時に、プログラムのアクセス種別(参
照/更新)、アクセス先アドレス、および更新情報(プ
ログラムのアクセス種別が更新の場合)をそれぞれ、ア
クセス種別格納レジスタ、アクセスアドレス格納レジス
タ、および更新情報格納レジスタに格納するアクセス種
別・アクセス先アドレス・更新情報設定機構とを設け
る。この構成によって、プログラムの切替え指示後、処
理プログラム<1>からの参照、更新のアクセスがあっ
た場合、アクセス検出機構により割り込みを発生させ、
その割り込みを契機に、アクセス種別・アクセス先アド
レス・更新情報設定機構により、処理プログラム<1>
からのアクセス種別(参照/更新)、アクセス先アドレ
ス、および更新情報(処理プログラム<1>から更新ア
クセスがあった場合)をそれぞれ、アクセス種別格納レ
ジスタ、アクセスアドレス格納レジスタ、および更新情
報格納レジスタに格納する。一方、割り込みプログラム
<3>は、処理プログラム<1>のアクセス種別(参照
/更新)、アクセス先アドレス、および更新情報(更新
アクセスの場合)を参照し、対象データに対して形式変
換処理を行ない、テーブル<B>に格納する。また、割
り込みプログラム<3>は、テーブル<A>にも更新情
報を反映させ、常に最新状態を保つ。そして、変更対象
テーブル上の全データに対して、処理プログラム<1>
によるアクセスが終了したら、処理プログラム<2>へ
切替える。上記方法により、データの変更作業中も、常
時最新のデータ状態を確保可能となり、その間、システ
ムの運用は継続して行なうことが可能である。
According to the present invention, an access detection mechanism for generating an interrupt when a program refers to / updates data stored in an address in a specified range on a memory, and an access type of a program at the time of the interrupt ( (Reference / update), access destination address, and update information (when the access type of the program is update) are stored in the access type storage register, access address storage register, and update information storage register, respectively. An update information setting mechanism is provided. With this configuration, when there is a reference or update access from the processing program <1> after the program switching instruction, an interrupt is generated by the access detection mechanism,
The interrupt causes the processing program <1> by the access type / access destination address / update information setting mechanism.
Access type (reference / update), access destination address, and update information (when there is update access from the processing program <1>) in the access type storage register, access address storage register, and update information storage register, respectively. Store. On the other hand, the interrupt program <3> refers to the access type (reference / update), access destination address, and update information (in the case of update access) of the processing program <1>, and performs format conversion processing on the target data. , Table <B>. The interrupt program <3> also reflects the update information in the table <A> and always maintains the latest state. Then, for all the data on the change target table, the processing program <1>
When the access by is completed, the processing program is switched to the processing program <2>. With the above method, the latest data state can be always ensured even during the data change work, and during that time, the system can be continuously operated.

【0006】[0006]

【実施例】以下、本発明の一実施例を図面により説明す
る。図1は、本発明の一実施例における計算機システム
の機能概要を示す図である。6は、変更前のデータに対
応する処理プログラム<1>、7は、変更後のデータに
対応する処理プログラム<2>、9は、変更前のデータ
更新情報を格納するテーブル<A>、10は、変更後の
データ更新情報を格納するテーブル<B>である。1
は、データを格納したメモリアドレスに対して、処理プ
ログラム<1>から参照、更新のアクセスを行なった場
合に、割り込みを発生するアクセス検出機構である。2
は、データを格納したメモリアドレスに対して、プログ
ラムが参照、更新のアクセスを行なった場合、生じた割
り込みを契機に、 (1)プログラムのアクセス種別(参照/更新) (2)アクセス先アドレス (3)更新アクセスによる更新情報 を設定するアクセス種別・アクセスアドレス・更新情報
設定機構である。この(1)〜(3)の情報は、それぞ
れ、アクセス種別格納レジスタ4、アクセスアドレス格
納レジスタ3、更新情報格納レジスタ5に格納する。ま
た、機構2は、8は、各レジスタ3〜5に格納された、
処理プログラム<1>のアクセス種別(参照/更新)、
アクセス先アドレス、更新情報を参照し、対象データに
対して形式変換処理を行ない、テーブル<B>に格納す
る割り込みプログラム<3>である。また、割り込みプ
ログラム<3>は、テーブル<A>9にも更新情報を反
映させ、常に最新状態を保つ。なお、データ構造変更前
のデータ対応プログラム(処理プログラム<1>)、デ
ータ構造変更後のデータ対応プログラム(処理プログラ
ム<2>)、データ構造変更前のデータを格納したテー
ブル<A>、およびデータ構造変更後のデータを格納し
たテーブル<B>は事前にローディング済みであるもの
とする。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a diagram showing an outline of functions of a computer system according to an embodiment of the present invention. 6 is a processing program <1> corresponding to the data before the change, 7 is a processing program <2> corresponding to the data after the change, 9 is a table <A>, 10 for storing the data update information before the change Is a table <B> that stores the updated data update information. 1
Is an access detection mechanism that generates an interrupt when the processing program <1> refers to or updates the memory address storing the data. Two
When the program accesses the memory address storing the data for reference or update, (1) program access type (reference / update) (2) access destination address ( 3) An access type / access address / update information setting mechanism for setting update information by update access. The information items (1) to (3) are stored in the access type storage register 4, the access address storage register 3, and the update information storage register 5, respectively. Further, in the mechanism 2, 8 is stored in each of the registers 3 to 5,
Access type (reference / update) of processing program <1>,
The interrupt program <3> refers to the access destination address and update information, performs format conversion processing on the target data, and stores it in the table <B>. Further, the interrupt program <3> also reflects the update information in the table <A> 9 and always maintains the latest state. The data corresponding program before the data structure change (processing program <1>), the data corresponding program after the data structure change (processing program <2>), the table <A> storing the data before the data structure change, and the data It is assumed that the table <B> storing the data after the structure change has been loaded in advance.

【0007】次に、図5〜図7により、3バイト(「0
01」、「002」)であったデータ構造を5バイト
(「00001」、「00003」)に変更する場合の
処理の流れを説明する。図5および図6は、本発明の一
実施例におけるプログラム切り替え処理を示す図、図7
は本発明の一実施例における割り込み処理を示すフロー
チャートである。本実施例では、図5のフェーズ1に示
すように、プログラムの切り替え依頼が指示される以前
は、データ構造変更前のデータ対応プログラム<1>が
テーブル<A>を用いて参照/更新アクセスを行なって
いる。
Next, referring to FIGS. 5 to 7, 3 bytes ("0
The flow of processing when changing the data structure from "01", "002") to 5 bytes ("00001", "00003") will be described. 5 and 6 are views showing a program switching process in the embodiment of the present invention, FIG.
3 is a flowchart showing an interrupt process in an embodiment of the present invention. In the present embodiment, as shown in Phase 1 of FIG. 5, before the program switching request is instructed, the data corresponding program <1> before the data structure change uses the table <A> to perform the reference / update access. I am doing it.

【0008】次に、図5のフェーズ2に示すように、前
記プログラム<1>からテーブル<A>中のカラムC1
の値「002」に対する更新アクセスが生じた場合、ア
クセス検出機構1により割り込みが発生する。この割り
込みを契機に、アクセス種別・アクセスアドレス・更新
情報設定機構2により、アクセスアドレス格納レジスタ
3にアクセス先アドレスが格納され、アクセス種別レジ
スタ4には「更新」のフラグが設定され、更新情報格納
レジスタ5には更新情報が格納される。
Next, as shown in Phase 2 of FIG. 5, the column C 1 in the table <A> from the program <1>
When an update access is made to the value “002” of, the access detection mechanism 1 generates an interrupt. In response to this interrupt, the access type / access address / update information setting mechanism 2 stores the access destination address in the access address storage register 3, sets the “update” flag in the access type register 4, and stores the update information. Update information is stored in the register 5.

【0009】一方、割り込みプログラム<3>は、図7
のように、そのレジスタ4を参照して「更新フラグ」よ
り更新アクセスであることを検出し(ステップ301,
302)、前記レジスタ3より割り込み発生地点のアド
レスを求め(ステップ304)、そのアドレスを元に、
テーブル<A>のカラムC1の値「002」を読み出
し、前記レジスタ5から更新内容「003」を反映し
て、その先頭に2バイト分の文字列「00」を付与し
(ステップ305)、データ値を「00003」に変換
し(ステップ306)、レジスタ3を参照してテーブル
<B>に格納する(ステップ307)。また、テーブル
<A>に対し更新情報「003」を反映させる。なお、
参照アクセスの場合には(ステップ302)、プログラ
ム<1>に対し参照したアドレス中の対象データを返す
(ステップ303)。
On the other hand, the interrupt program <3> is as shown in FIG.
As described above, the register 4 is referred to and the update access is detected from the “update flag” (step 301,
302), the address of the interrupt generation point is obtained from the register 3 (step 304), and based on the address,
The value “002” of the column C 1 of the table <A> is read, the update content “003” is reflected from the register 5, and a 2-byte character string “00” is added to the head (step 305). The data value is converted into "00003" (step 306), and is stored in the table <B> with reference to the register 3 (step 307). In addition, the update information “003” is reflected in the table <A>. In addition,
In the case of reference access (step 302), the target data in the referenced address is returned to the program <1> (step 303).

【0010】さらに、図6のフェーズ3に示すように、
変更対象テーブル上の全データに対し、プログラム<1
>によるアクセスが終了すると、そのプログラム<1>
をデータ構造変更後のデータ対応プログラム<2>へ切
り替え、以後、テーブル<B>とプログラム<2>にて
システムの運用を継続する。
Further, as shown in Phase 3 of FIG.
Program <1 for all data on the change target table
When the access by> is completed, the program <1>
Is switched to the data corresponding program <2> after the data structure change, and thereafter, the system operation is continued by the table <B> and the program <2>.

【0011】[0011]

【発明の効果】本発明によれば、汎用計算機システムに
おいて、あるプログラムが参照/更新するデータを、デ
ータ形式やデータ構造の変更によりプログラムを切り替
える必要がある場合、データ形式やデータ構造の変更を
実施する際、システムの運用を停止することなく、プロ
グラムの切り替えが可能である。
According to the present invention, in a general-purpose computer system, when it is necessary to switch programs for data referenced / updated by a program by changing the data format or data structure, the data format or data structure can be changed. At the time of implementation, the programs can be switched without stopping the operation of the system.

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

【図1】本発明の一実施例における計算機システムの機
能概要を示す図である。
FIG. 1 is a diagram showing an outline of functions of a computer system according to an embodiment of the present invention.

【図2】従来のプログラム切り替え処理を示す図の一部
である。
FIG. 2 is a part of a diagram showing a conventional program switching process.

【図3】従来のプログラム切り替え処理を示す図の一部
である。
FIG. 3 is a part of a diagram showing a conventional program switching process.

【図4】従来のプログラム切り替え処理を示す図の一部
である。
FIG. 4 is a part of a diagram showing a conventional program switching process.

【図5】本発明の一実施例におけるプログラム切り替え
処理を示す図の一部である。
FIG. 5 is a part of a diagram showing a program switching process in an embodiment of the present invention.

【図6】本発明の一実施例におけるプログラム切り替え
処理を示す図の一部である。
FIG. 6 is a part of a diagram showing a program switching process in an embodiment of the present invention.

【図7】本発明の一実施例における割り込み処理を示す
フローチャートである。
FIG. 7 is a flowchart showing an interrupt process according to an embodiment of the present invention.

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

1 アクセス検出機構 2 アクセス種別・アクセス先アドレス・更新情報設定
機構 3 アクセスアドレス格納レジスタ 4 アクセス種別格納レジスタ 5 更新情報 6 処理プログラム<1> 7 処理プログラム<2> 8 割り込みプログラム<3> 9 テーブル<A> 10 テーブル<B>
1 access detection mechanism 2 access type / access destination address / update information setting mechanism 3 access address storage register 4 access type storage register 5 update information 6 processing program <1> 7 processing program <2> 8 interrupt program <3> 9 table <A> 10 table <B>

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 汎用計算機システムにおけるデータ変更
時のプログラム切替え方法において、メモリ上の指定し
た範囲のアドレスに格納したデータに対して、プログラ
ムが参照/更新を行なうと割り込みを発生し、該割り込
みを契機に、該プログラムのアクセス種別、アクセス先
アドレス、および更新アクセスによる更新情報を格納
し、割り込み処理プログラムは、前記アクセス種別、ア
クセス先アドレス、および更新アクセスによる更新情報
を参照し、前記データに対してデータ形式、データ構造
の変換を含む処理を実施し、実施した結果を所定のエリ
アに格納するとともに、変更前のデータの更新情報を所
定のエリアに格納し、全てのデータの変更が完了した時
点で、変更後のデータに対応するプログラムに制御を切
替えることを特徴とするシステム無中断プログラム切替
え方法。
1. A program switching method for changing data in a general-purpose computer system, which generates an interrupt when a program refers to / updates data stored in an address in a specified range on a memory, and interrupts the interrupt. At the opportunity, the access type of the program, the access destination address, and the update information by the update access are stored, and the interrupt processing program refers to the access type, the access destination address, and the update information by the update access, and Processing including conversion of data format and data structure is performed, the execution result is stored in a predetermined area, and update information of the data before the change is stored in a predetermined area, and all the data changes are completed. At that point, control is switched to the program corresponding to the changed data. System non-disruptive program switching method.
JP29978993A 1993-11-30 1993-11-30 System uninterrupted program switching method Expired - Fee Related JP3425724B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29978993A JP3425724B2 (en) 1993-11-30 1993-11-30 System uninterrupted program switching method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29978993A JP3425724B2 (en) 1993-11-30 1993-11-30 System uninterrupted program switching method

Publications (2)

Publication Number Publication Date
JPH07152541A true JPH07152541A (en) 1995-06-16
JP3425724B2 JP3425724B2 (en) 2003-07-14

Family

ID=17876963

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29978993A Expired - Fee Related JP3425724B2 (en) 1993-11-30 1993-11-30 System uninterrupted program switching method

Country Status (1)

Country Link
JP (1) JP3425724B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207191A (en) * 1999-01-08 2000-07-28 Fujitsu Ltd Coexistence processing system for multiple format data and computer-readable storage medium
US7430612B2 (en) 2002-12-18 2008-09-30 Intec Netcore, Inc. Computing apparatus, computing program, and computing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000207191A (en) * 1999-01-08 2000-07-28 Fujitsu Ltd Coexistence processing system for multiple format data and computer-readable storage medium
US7430612B2 (en) 2002-12-18 2008-09-30 Intec Netcore, Inc. Computing apparatus, computing program, and computing method

Also Published As

Publication number Publication date
JP3425724B2 (en) 2003-07-14

Similar Documents

Publication Publication Date Title
JPH0736848A (en) Information processor and processing method
JPH0810437B2 (en) Guest execution control method for virtual machine system
JPH07152541A (en) Switching method for system non-interruption program
JPS62262146A (en) Processor
JPH0554141B2 (en)
JP3260788B2 (en) Robot control device and method
JPS6027029A (en) Data processor
JPH03103924A (en) Data processor
JP2642787B2 (en) Interruption location search method
JPH07129396A (en) Method for patching read-only storage device
JPH1031506A (en) Programmable controller capable of multi-time writing detection
JPS63213028A (en) Programmable controller
JPS59180755A (en) Tracing system
JPH02133833A (en) Controller for in-circuit emulator
JPH0259829A (en) Microcomputer
JPH04131931A (en) Control system for real address load instruction
JPH04332045A (en) Arithmetic processor
JPH02253336A (en) Program starting system
JPS6010337B2 (en) virtual memory controller
JPS63228224A (en) Program modification system
JPH02242443A (en) Debugging mechanism for information processor
JPH0619711A (en) Stack protection system
JPH04149733A (en) Sequence control system
JPH10240527A (en) Data processor
JPH04271405A (en) Sequence instruction processor

Legal Events

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