JP3098437B2 - Collection method of IPL program execution information - Google Patents

Collection method of IPL program execution information

Info

Publication number
JP3098437B2
JP3098437B2 JP08341406A JP34140696A JP3098437B2 JP 3098437 B2 JP3098437 B2 JP 3098437B2 JP 08341406 A JP08341406 A JP 08341406A JP 34140696 A JP34140696 A JP 34140696A JP 3098437 B2 JP3098437 B2 JP 3098437B2
Authority
JP
Japan
Prior art keywords
execution information
processing
module
information
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.)
Expired - Fee Related
Application number
JP08341406A
Other languages
Japanese (ja)
Other versions
JPH10187488A (en
Inventor
好之 天宮
Original Assignee
静岡日本電気株式会社
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 静岡日本電気株式会社 filed Critical 静岡日本電気株式会社
Priority to JP08341406A priority Critical patent/JP3098437B2/en
Publication of JPH10187488A publication Critical patent/JPH10187488A/en
Application granted granted Critical
Publication of JP3098437B2 publication Critical patent/JP3098437B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、IPLプログラム
によるハードウェア初期診断を行う情報処理装置におい
て、IPLプログラムの実行情報を収集する方式に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a system for collecting execution information of an IPL program in an information processing apparatus for performing an initial hardware diagnosis based on an IPL program.

【0002】[0002]

【従来の技術】従来の技術として、この種の情報処理装
置の実行情報の収集方式は、特開昭63−223932
号公報に開示されているように、CPUに実行情報収集
機能を持つ回路を付加することによりプログラム命令の
実行情報の収集を行う。
2. Description of the Related Art As a conventional technique, a method of collecting execution information of this kind of information processing apparatus is disclosed in Japanese Patent Application Laid-Open No. 63-223932.
As disclosed in Japanese Patent Application Laid-Open Publication No. H10-207, the execution information of program instructions is collected by adding a circuit having an execution information collection function to the CPU.

【0003】また特開平01−320547号公報に
は、アドレスバスに出力される主記憶装置のアドレスを
監視し、あらかじめ登録されたアドレスと一致した場
合、割込を使用して収集範囲のデータを読み取らせ、メ
モリに書き込むような外部装置を用意して処理を行う技
術が記載されている。
Japanese Patent Application Laid-Open No. 01-320547 discloses that an address of a main memory output to an address bus is monitored, and when the address matches a pre-registered address, data of a collection range is obtained by using an interrupt. A technique is described in which an external device is prepared for reading and writing to a memory and performing processing.

【0004】[0004]

【発明が解決しようとする課題】上述した従来の実行情
報収集方式の第1の問題点は、CPUに実行情報収集機
能を持たせてプログラム命令の実行情報収集を行ってい
るために、新たに一時収集メモリ等のハードウェア回路
を追加する必要があることである。この結果、本体に付
加するハードウェア回路が必要になりコストアップにつ
ながるという問題があった。
The first problem of the above-mentioned conventional execution information collecting method is that the CPU has an execution information collecting function to collect execution information of program instructions. It is necessary to add a hardware circuit such as a temporary collection memory. As a result, there is a problem that a hardware circuit to be added to the main body is required, which leads to an increase in cost.

【0005】第2の問題点は、外部装置を用いることな
くプログラム命令の実行情報の収集を行うために、実行
情報がメモリに貯えられ、CPUが正常動作していない
時には、格納されている情報を取り出せないことであ
る。この結果、一旦、CPU自身がプログラム暴走する
と、一時収集メモリに格納した情報を取り出すことがで
きないという問題点があった。
The second problem is that the execution information is stored in a memory in order to collect the execution information of the program instructions without using an external device, and when the CPU is not operating normally, the stored information is stored. Cannot be taken out. As a result, once the CPU itself runs away from the program, there is a problem that the information stored in the temporary collection memory cannot be retrieved.

【0006】第3の問題点は、割込を使用して収集範囲
のデータをメモリに書き込むような方式で行っているこ
とである。電源投入直後はハードウェアが不安定であ
り、メモリや割込コントローラ等、ハードウェアを安定
させる役目を持つIPLプログラムによって割込を使用
することは不安定なハードウェアを自ら使って実行情報
を出力する危険を含んでいる。この結果、電源投入直後
に動作するIPLプログラムでは信頼性が落ちるという
問題があった。
A third problem is that the data in the collection range is written into the memory using an interrupt. Immediately after power-on, the hardware is unstable. Using an interrupt by an IPL program, such as a memory or an interrupt controller, that has the role of stabilizing the hardware, uses the unstable hardware to output execution information. Contains the danger of doing. As a result, there is a problem that the reliability of the IPL program that operates immediately after the power is turned on is reduced.

【0007】第4の問題点は、アドレスバスに出力され
る主記憶のアドレスを監視し、あらかじめ登録したアド
レスと一致した場合のみ実行情報の収集を行っていたこ
とである。障害発生時においては、アドレス不明の場合
が多いので、この結果、デバッグ時に試行錯誤的な繰り
返し操作が必要になり時間がかかるという問題があっ
た。
A fourth problem is that the address of the main memory output to the address bus is monitored, and execution information is collected only when the address matches a previously registered address. When a failure occurs, the address is often unknown, and as a result, there is a problem that a trial-and-error repetitive operation is required at the time of debugging, which takes time.

【0008】[0008]

【課題を解決するための手段】本発明は、上述した課題
を解決するための技術的手段として、IPLプログラム
の実行情報の収集方式を次のように構成した。
According to the present invention, as a technical means for solving the above-mentioned problem, a system for collecting execution information of an IPL program is constituted as follows.

【0009】すなわち、処理異常が発生したモジュール
を切り分けるための実行情報収集方式において、I/O
ポートに出力する処理手順と、I/Oポートに出力され
た実行情報を格納するメモリ、格納された実行情報を表
示する機能とを備えることを特徴として構成されてい
る。
That is, in an execution information collection method for isolating a module in which a processing error has occurred, an I / O
It is characterized by having a processing procedure for outputting to a port, a memory for storing execution information output to an I / O port, and a function of displaying the stored execution information.

【0010】[作用]このように構成された本発明のI
PLプログラムの実行情報の収集方式によれば、IPL
プログラム実行中の本体装置においてCPUがプログラ
ム暴走した場合でも、情報格納装置によってIPLモジ
ュールの進行具合を把握できる。
[Operation] The thus constructed I of the present invention
According to the method of collecting the execution information of the PL program, the IPL
Even when the CPU runs out of control in the main unit during execution of the program, the progress of the IPL module can be grasped by the information storage device.

【0011】また、出力するI/Oポートとしては、プ
リンタポートという、情報処理装置本体に標準装備のI
/Oを使用するため、簡単に初期化でき、割込や主記憶
メモリを使用しないので、安定にIPLの実行情報を収
集できる。また、情報格納表示装置は1つ作成すれば、
ターゲットの情報処理装置のI/Oポートに接続できる
のでコスト的に易く運用できる。
The output I / O port is a printer port, which is an I / O port provided as a standard equipment in the information processing apparatus main body.
Since / O is used, initialization can be easily performed, and since no interrupt or main memory is used, IPL execution information can be stably collected. Also, if one information storage and display device is created,
Since it can be connected to the I / O port of the target information processing device, it can be operated easily in terms of cost.

【0012】[0012]

【発明の実施の形態】次に、本発明について図面を参照
して説明する。
Next, the present invention will be described with reference to the drawings.

【0013】本発明において、IPLプログラム実行情
報の収集は、図1のフローチャートで示したIPLプロ
グラム中で行われ、図2に構成を示した装置において、
実行情報を格納・表示することにより実行される。
In the present invention, the collection of the IPL program execution information is performed in the IPL program shown in the flowchart of FIG. 1, and in the apparatus shown in FIG.
It is executed by storing and displaying execution information.

【0014】詳細に説明すると、図1は、IPLプログ
ラム101の概要を示した図で、従来のIPLプログラ
ムに、実行情報を出力する処理111,121,191
が追加されている。実行情報出力処理111は、各モジ
ュール122に対応しており、モジュールの数量と同じ
だけ存在する。
More specifically, FIG. 1 is a diagram showing an outline of an IPL program 101, and processes 111, 121, and 191 for outputting execution information to a conventional IPL program.
Has been added. The execution information output processing 111 corresponds to each module 122, and there are as many as the number of modules.

【0015】各実行情報出力処理111は、対応したモ
ジュール122の実行ごとに、実行情報をI/Oへ出力
することにより、モジュール進行状況を観測可能にす
る。
Each execution information output process 111 outputs the execution information to the I / O every time the corresponding module 122 is executed, so that the progress of the module can be observed.

【0016】図2は実行情報収集処理部を示し、ターゲ
ットである情報処理装置201、IPLプログラム20
3を格納するメインメモリ202、CPU204、I/
O205、実行情報収集部206、および実行情報表示
部207を備えている。図1について説明したとおり、
IPLプログラム203の実行によって、CPU204
からの指示で、I/O205に情報が出力される。I/
O205に出力された実行情報を観測し、その情報を収
集する部分が実行情報収集部206であり、その情報表
示を行う部分が実行情報表示部207である。
FIG. 2 shows an execution information collection processing unit, which is a target information processing apparatus 201 and IPL program 20.
3, a main memory 202 for storing an I / O
An O205, an execution information collection unit 206, and an execution information display unit 207 are provided. As explained with reference to FIG.
By executing the IPL program 203, the CPU 204
, Information is output to the I / O 205. I /
A part for observing the execution information output to O205 and collecting the information is an execution information collection unit 206, and a part for displaying the information is an execution information display unit 207.

【0017】つぎに動作について説明する。まず、IP
Lプログラム101処理中の動作を図1に示すフローチ
ャートに基づいて説明する。ターゲットである情報処理
装置201における電源ON、リセット等により、IP
Lプログラムの処理が開始されると、モジュール1の実
行情報をI/Oポートに出力する処理111が行われ
る。ここで出力された情報は、実行情報収集部206で
収集される。情報出力処理が終了すると、モジュール1
の本体処理112を開始する。
Next, the operation will be described. First, IP
The operation during the processing of the L program 101 will be described based on the flowchart shown in FIG. When the power is turned on or reset in the information processing apparatus 201 as a target, the IP
When the processing of the L program is started, processing 111 for outputting execution information of the module 1 to the I / O port is performed. The information output here is collected by the execution information collecting unit 206. When the information output process is completed, the module 1
Is started.

【0018】モジュール2からモジュールnまでの処理
もモジュール1と同様に継続され、順次実行情報収集部
206に格納されていく。
The processing from module 2 to module n is continued in the same manner as in module 1, and is sequentially stored in the execution information collecting unit 206.

【0019】次に、実行情報を格納・表示する処理動作
のブロックを図2に示す構成図に基づいて説明する。
Next, a block diagram of a processing operation for storing and displaying execution information will be described with reference to the block diagram shown in FIG.

【0020】IPLプログラム101中の実行情報出力
処理によって実行情報がI/O205から出力され、実
行情報収集部206へ順次格納される。
Execution information is output from the I / O 205 by execution information output processing in the IPL program 101, and is sequentially stored in the execution information collection unit 206.

【0021】実行情報表示部207は、実行情報収集部
206の内容を表示する装置で、格納されている実行情
報を順次表示する。
The execution information display unit 207 is a device for displaying the contents of the execution information collection unit 206, and sequentially displays the stored execution information.

【0022】[0022]

【実施例】次に、本発明のIPLプログラムの実行情報
の収集方式を、プリンタポートを用いて実行するように
構成した場合の実施例を説明する。
A description will now be given of an embodiment in which the method for collecting execution information of an IPL program according to the present invention is configured to be executed using a printer port.

【0023】この場合のIPLプログラムの実行情報収
集方式は、大きくは2つのブロックで構成されている。
1つは、図3のフローチャートで示した、IPLプログ
ラム中で行う処理を示すブロック、もう1つは、図4の
構成図で示した、実行情報を格納・表示するブロックで
ある。
The execution information collecting method of the IPL program in this case is mainly composed of two blocks.
One is a block showing the processing performed in the IPL program shown in the flowchart of FIG. 3, and the other is a block for storing and displaying the execution information shown in the configuration diagram of FIG.

【0024】まず、IPLプログラム101処理中の動
作を図3に示すフローチャートに基づいて説明する。
First, the operation during the processing of the IPL program 101 will be described with reference to the flowchart shown in FIG.

【0025】ターゲットである情報処理装置401にお
ける電源ON、リセット等により、IPLプログラムの
処理が開始されると、最初にステップ311においてモ
ジュール1エントリ処理311が行われ、次にモジュー
ル1の実行情報をプリンタポート409に出力する実行
情報出力処理312が行われる。ここで出力された情報
は、後に実行情報収集装置402で収集される。
When the processing of the IPL program is started by turning on the power or resetting the information processing apparatus 401 as a target, first, a module 1 entry processing 311 is performed in step 311, and then the execution information of the module 1 is stored. Execution information output processing 312 for outputting to the printer port 409 is performed. The information output here is collected by the execution information collection device 402 later.

【0026】実行情報出力処理312が終了すると、モ
ジュール1の本体処理313を開始する。モジュール1
処理313は、従来のIPLプログラムモジュールの処
理と同様である。
When the execution information output processing 312 ends, the main processing 313 of the module 1 starts. Module 1
The process 313 is the same as the process of the conventional IPL program module.

【0027】継続してモジュール2からモジュールnま
での処理もモジュール1と同様に実行される。
The processes from module 2 to module n are continuously executed in the same manner as in module 1.

【0028】次に、実行情報収集装置402内部の処理
動作について図4に示す構成図に基づいて説明する。
Next, the processing operation inside the execution information collecting device 402 will be described with reference to the configuration diagram shown in FIG.

【0029】IPLプログラム411中の実行情報出力
処理によってプリンタポート409に出力された情報
は、プリンタ信号接続口403へ入力される。プリンタ
信号接続口403からの情報は、実行情報一時保存機構
404に一時保存される。同時に実行情報変化検出機構
405へも伝達され、実行情報の変化を検出し、一時保
存した情報を格納メモリへ保存するトリガを作成する。
実行情報格納メモリ406は、実行情報変化検出機構4
05からのトリガ信号を受けて実行ステップが次へ移っ
たことを判断し、順次格納を行う。
The information output to the printer port 409 by the execution information output processing in the IPL program 411 is input to the printer signal connection port 403. Information from the printer signal connection port 403 is temporarily stored in the execution information temporary storage mechanism 404. At the same time, it is also transmitted to the execution information change detection mechanism 405 to detect a change in the execution information and create a trigger for storing the temporarily stored information in the storage memory.
The execution information storage memory 406 stores the execution information change detection mechanism 4
In response to the trigger signal from step 05, it is determined that the execution step has moved to the next step, and the execution steps are sequentially stored.

【0030】また、実行情報初期化機構407は、情報
を収集開始する前に実行情報格納メモリ406を初期化
する機構である。実行情報表示装置408は、実行情報
格納メモリ406の内容を表示する装置である。
The execution information initialization mechanism 407 is a mechanism for initializing the execution information storage memory 406 before starting to collect information. The execution information display device 408 is a device that displays the contents of the execution information storage memory 406.

【0031】なお、プリンタポートへは、データのみの
出力で、ストローブ信号は使用しないので、プリンタが
プリンタポートへ接続されていても誤動作することはな
い。
Since only the data is output to the printer port and no strobe signal is used, no malfunction occurs even when the printer is connected to the printer port.

【0032】[0032]

【0033】[0033]

【発明の効果】以上に説明したように、本発明のIPL
プログラムの実行情報の収集方式によれば、本体標準装
備のI/Oを使用することにより、新たに一時収集メモ
リ等のハードウェア回路を追加する必要がないので、本
体に付加するハードウェア回路が不要になり、コストダ
ウンを実現することが可能になるという効果が得られ
る。
As described above, the IPL of the present invention
According to the method of collecting execution information of a program, it is not necessary to newly add a hardware circuit such as a temporary collection memory by using the I / O provided as a standard equipment of the main body. This eliminates the necessity and achieves an effect that cost reduction can be realized.

【0034】また外部装置を用いてプログラム命令の実
行情報の収集を行っており、CPUが正常動作できない
状態に陥った場合でも、格納されている情報を表示可能
であるので、CPU自身がプログラム暴走しても、格納
した情報を取り出しが可能である。
Further, since the execution information of the program instruction is collected by using an external device, the stored information can be displayed even if the CPU cannot operate normally. Even so, the stored information can be taken out.

【0035】さらに、割込を使用しない方式のため、電
源投入直後の不安定なハードウェア(割込コントロー
ラ、メモリ等)を使用しなくて済むので、電源投入直後
に動作するIPLプログラムでも信頼性を落とさずに動
作させることができる。
Further, since the system does not use an interrupt, it is not necessary to use unstable hardware (interrupt controller, memory, etc.) immediately after the power is turned on. It can be operated without dropping.

【0036】加えて、デバッグ時の試行錯誤的な繰り返
し操作の必要がないため、障害解析の時間短縮が可能で
ある。これは、実行情報収集のためにアドレスを登録す
る必要がないため、アドレス不明の場合が多い障害解析
においても試行錯誤的な繰り返し操作の必要がないから
である。
In addition, since there is no need for trial and error repetitive operations at the time of debugging, the time for failure analysis can be reduced. This is because there is no need to register an address for collecting execution information, and there is no need for a trial-and-error repetitive operation even in a failure analysis in which the address is often unknown.

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

【図1】本発明のIPLプログラムの実行情報の収集方
式における実行情報収集処理を示すフローチャート。
FIG. 1 is a flowchart showing execution information collection processing in an IPL program execution information collection method according to the present invention.

【図2】本発明のIPLプログラムの実行情報の収集方
式における実行情報収集処理を示すブロック図。
FIG. 2 is a block diagram showing execution information collection processing in a method for collecting execution information of an IPL program according to the present invention.

【図3】本発明のIPLプログラムの実行情報の収集方
式にけるIPLプログラム処理手順例を示すフローチャ
ート。を示すブロック図。
FIG. 3 is a flowchart showing an example of an IPL program processing procedure in a method for collecting execution information of an IPL program according to the present invention; FIG.

【図4】本発明のIPLプログラムの実行情報の収集方
式実行情報収集装置の構成例を示すブロック図。
FIG. 4 is a block diagram showing a configuration example of an execution information collection device for collecting execution information of an IPL program according to the present invention;

【図5】特開昭63−223932で示されている実行
情報収集方式を示すブロック図。
FIG. 5 is a block diagram showing an execution information collecting method disclosed in JP-A-63-223932.

【図6】特開平01−320547で示されている実行
情報収集方式を示すブロック図。
FIG. 6 is a block diagram showing an execution information collection method disclosed in Japanese Patent Application Laid-Open No. 01-320547.

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

101 IPLプログラム 111 モジュール1実行情報出力処理 112 モジュール1 111 モジュール2実行情報出力処理 112 モジュール2 111 モジュールn実行情報出力処理 112 モジュールn 201 情報処理装置 202 メインメモリ 203 IPLプログラム 204 CPU 205 I/O 206 実行情報収集部 207 実行情報教示部 301 IPLプログラム 311 モジュール1エントリ処理 312 モジュール1実行情報出力処理 313 モジュール1本体処理 321 モジュール2エントリ処理 322 モジュール2実行情報出力処理 323 モジュール2本体処理 391 モジュールnエントリ処理 392 モジュールn実行情報出力処理 393 モジュールn本体処理 401 情報処理装置 402 実行情報収集装置 403 プリンタポート接続口 404 実行情報一時保存装置 405 実行情報変化検出装置 406 実行情報格納メモリ 407 実行情報初期化機構 408 実行情報表示装置 409 プリンタポート 410 CPU 411 IPLプログラム 101 IPL program 111 module 1 execution information output processing 112 module 1 111 module 2 execution information output processing 112 module 2 111 module n execution information output processing 112 module n 201 information processing device 202 main memory 203 IPL program 204 CPU 205 I / O 206 Execution information collection unit 207 Execution information teaching unit 301 IPL program 311 Module 1 entry processing 312 Module 1 execution information output processing 313 Module 1 main processing 321 Module 2 entry processing 322 Module 2 execution information output processing 323 Module 2 main processing 391 Module n entry Processing 392 Module n execution information output processing 393 Module n main processing 401 Information processing device 402 Execution information collection device 403 Printer port connection port 404 Execution information temporary storage device 405 Execution information change detection device 406 Execution information storage memory 407 Execution information initialization mechanism 408 Execution information display device 409 Printer port 410 CPU 411 IPL program

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 IPLプログラム内の処理がどこまで正
常に実行されたかを明確にし、処理異常が発生したモジ
ュールを切り分けるための、情報処理装置におけるIP
Lプログラムの実行情報の収集方式において、IPLプ
ログラム実行時に実行情報をプリンタポートに出力する
処理手段と、プリンタポートに出力された実行情報を格
納する手段と、格納された実行情報を表示する手段とを
備えたことを特徴とするIPLプログラムの実行情報の
収集方式。
1. An information processing apparatus for clarifying the extent to which processing in an IPL program has been executed normally and isolating a module in which a processing error has occurred.
In the method of collecting execution information of an L program, a processing unit that outputs execution information to a printer port when an IPL program is executed, a unit that stores execution information output to a printer port, and a unit that displays the stored execution information A method for collecting execution information of an IPL program, comprising:
【請求項2】 前記IPLプログラムの処理が開始され
たのちに、モジュールの実行情報をプリンタポートに出
力する処理が行われ、同様の処理が各モジュールごとに
行われる請求項1に記載のIPLプログラムの実行情報
の収集方式。
2. The IPL program according to claim 1, wherein after the processing of the IPL program is started, processing for outputting execution information of the module to a printer port is performed, and similar processing is performed for each module. Collection method for execution information
JP08341406A 1996-12-20 1996-12-20 Collection method of IPL program execution information Expired - Fee Related JP3098437B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP08341406A JP3098437B2 (en) 1996-12-20 1996-12-20 Collection method of IPL program execution information

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP08341406A JP3098437B2 (en) 1996-12-20 1996-12-20 Collection method of IPL program execution information

Publications (2)

Publication Number Publication Date
JPH10187488A JPH10187488A (en) 1998-07-21
JP3098437B2 true JP3098437B2 (en) 2000-10-16

Family

ID=18345826

Family Applications (1)

Application Number Title Priority Date Filing Date
JP08341406A Expired - Fee Related JP3098437B2 (en) 1996-12-20 1996-12-20 Collection method of IPL program execution information

Country Status (1)

Country Link
JP (1) JP3098437B2 (en)

Also Published As

Publication number Publication date
JPH10187488A (en) 1998-07-21

Similar Documents

Publication Publication Date Title
US5680599A (en) Program counter save on reset system and method
JP3098437B2 (en) Collection method of IPL program execution information
JPS6218060B2 (en)
JP3396561B2 (en) Programmable controller
JPH1115661A (en) Self-diagnosis method for cpu
JPH10228395A (en) Abnormality diagnostic device for controller
JPH08278924A (en) Adapter diagnostic system
JPH06266420A (en) Programmable controller
JPH028911A (en) Programmable controller
JP3353819B2 (en) Connection mechanism and connection method between intelligent board and console terminal
JPH01211039A (en) Information processor
JPH07182203A (en) Microcomputer development supporting device
JP2004341817A (en) Information processing method and program, and navigation system
JPH05204792A (en) Self-diagnostic display device
JP2006039768A (en) Result synchronous double system computer
JPS6237748A (en) Triagger signal generating system by firmware
JPS62235635A (en) Printing device
JPH01162094A (en) Key telephone system
JPH05282167A (en) Method for processing fault
JPH0353370A (en) Parallel processor for information processor
JPH03201043A (en) Control signal generator
JP2000353109A (en) Emulator and emulation system
JPH08101781A (en) Instruction processor
JPS5968034A (en) Input and output port simulator for microcomputer developing device
JPS62143152A (en) Back-up device for ram data

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070811

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080811

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080811

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090811

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090811

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100811

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110811

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110811

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120811

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130811

Year of fee payment: 13

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees