JPS5829056A - Control storage device - Google Patents

Control storage device

Info

Publication number
JPS5829056A
JPS5829056A JP56127509A JP12750981A JPS5829056A JP S5829056 A JPS5829056 A JP S5829056A JP 56127509 A JP56127509 A JP 56127509A JP 12750981 A JP12750981 A JP 12750981A JP S5829056 A JPS5829056 A JP S5829056A
Authority
JP
Japan
Prior art keywords
address
microinstruction
circuit
output
storage circuit
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
JP56127509A
Other languages
Japanese (ja)
Inventor
Masaru Ito
勝 伊藤
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 Corp
Original Assignee
NEC Corp
Nippon 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 NEC Corp, Nippon Electric Co Ltd filed Critical NEC Corp
Priority to JP56127509A priority Critical patent/JPS5829056A/en
Publication of JPS5829056A publication Critical patent/JPS5829056A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To easily perform the trace of cause for a failure, by the constitution that a trace information storage circuit possible for write and readout is provided and a signal representing the state of execution of each microinstruction is outputted. CONSTITUTION:When an address is applied to a control storage circuit 2, a microinstruction is read out and stored in a microinstruction readout register 7. The microinstruction stored in this register 7 is interpreted at a decoder 8 for execution. The output of the decoder 8 is inputted to an address control circuit 10 and the output of the circuit 10 is applied to an address line 1 and stored in an address register 9. On the other hand, the write is made in a trace information storage circuit 5 for the output to the line 1. The circuit 5 becomes in readout state by applying ''1'' from a readout mode signal line 13 and the data of all addresses is read out and inputted to an output device 11 via an AND gate 3. Through this operation, the state of execution of microinstruction of the respective microprogram can be known.

Description

【発明の詳細な説明】 理装置における制御記憶装置に関する。[Detailed description of the invention] The present invention relates to a control storage device in a physical equipment.

マイクロプログラム制御形情報処理装置は、マイクロ命
令を制御記憶回路から次々に読出しこれを解読してそれ
に応じた処理を遂行するよう動作する。
A microprogram-controlled information processing device operates by reading out microinstructions one after another from a control storage circuit, decoding them, and performing processing accordingly.

この動作で次に遂行すべきマイクロ命令を制御記憶回路
のどのアドレスから読出すかは、現在遂行している命令
の種類によって異なる。
The address in the control storage circuit from which the microinstruction to be executed next in this operation is read depends on the type of instruction currently being executed.

例えば、現在一行している命令がインクリメンを形命令
の場合は、次に一行すべきマイクロ命令はこのインクリ
メント形命令が格納されている次のアドレスから続出さ
れる。
For example, if the currently executing instruction is an increment type instruction, the microinstruction to be executed next is successively issued from the next address where this increment type instruction is stored.

また、無条件ブランチ命令の場合は現在実行中のこの命
令が指定するアドレスから続出され、さらに条件ブラン
チ命令の場合には、命令で(一定するある条件が満足さ
れた場合、この命令で指定するアドレスから次のマイク
ロ命令が読出され、もし満足されなかった場合はこの都
令が格納されている次のアドレスから次のマイクロ命令
が読出される。
In addition, in the case of an unconditional branch instruction, the instruction that is currently being executed continues to be executed from the address specified, and in the case of a conditional branch instruction, the instruction (if a certain condition is satisfied, The next microinstruction is read from the address, and if it is not satisfied, the next microinstruction is read from the next address where this command is stored.

さて、このような処理装置において、あるファームウェ
アが前記インクリメント形命令および無条件ブランチ命
令のみだけでできていると仮定すると、このファームウ
ェアが実行される場合、次々に続出されるマイクロ命令
の1−序はこのファームウェアによって処理される情報
とは全く無関係に一義的に定まってしまうので、プログ
ラムのパスに関する俵雑な問題は起らない。
Now, in such a processing device, assuming that a certain firmware is made up only of the above-mentioned increment type instructions and unconditional branch instructions, when this firmware is executed, the first order of the microinstructions issued one after another is is uniquely determined completely independent of the information processed by this firmware, so no complicated problems regarding program paths occur.

すなわち、一つの決った処理しかできないのでフレキシ
ビリティが全くない。 そして一旦この繰り返しループ
の中に入ると、永久にこのループから抜は出すことがで
きない。
In other words, since it can only perform one fixed process, there is no flexibility at all. And once you enter this repeating loop, you can never get out of this loop.

これに反して、実際のファームウェアはその中に多くの
条件ブランチ命令を含み、これによって処理される情報
に応じて異なったプログラムパス(制御記憶回路からマ
イクロ命令を読出す順序が異なるパス)が選択され、こ
の結果処理すべき情報に応じて多くの異なる複雑な処理
が自動的に遂行される。 実際のファームウェアは複雑
になればなるはど、それにしたがって条件ブランチ命令
の数も増加し、このためこのようなファームウェアの取
り得る可能なプログラムパスの数も厖大なものとなる。
In contrast, real firmware contains many conditional branch instructions that select different program paths (paths that read microinstructions from control storage in different orders) depending on the information being processed. As a result, many different and complex processes are automatically performed depending on the information to be processed. As actual firmware becomes more complex, the number of conditional branch instructions increases accordingly, and the number of possible program paths that such firmware can take also becomes enormous.

しかしながら、新らしい情報処理装置とそれに用いるフ
ァームウェアとが新らしくできた場1]従来はこのよう
な厖大な数を持つプログラムパスを組織的に調べてこれ
をデバッグする適当な手段が知らnでいない。 そのた
め限られたテスト期間中に通らなかったプログラムパス
にtcまたまバグがあり、実際の運用に入ってからこの
パスが実行されて誤動作を起こし、重大な障害に到るよ
うなことがあった。
However, when a new information processing device and the firmware used in it are newly created, there is no known appropriate means to systematically examine and debug such a huge number of program paths. . As a result, there was a bug in the program path that did not pass during the limited test period, and this path was executed after actual operation started, causing malfunctions and leading to serious failures. .

本発明の目的は、各マイクロ命令の実行状態を知ること
により、異常があった場合の原因8跡を容易に行なえ、
テスト期間中に試験が不光分でバグがあるプログラムパ
スを見過したこと等に起因して発生する重大な障害を未
然に防止できる制御記憶装置を提供することにある。
An object of the present invention is to easily identify the cause of an abnormality by knowing the execution status of each microinstruction.
An object of the present invention is to provide a control storage device capable of preventing serious failures caused by, for example, overlooking a buggy program path during a test period.

前記目的を達成するために、本発明による制御記憶装置
は絖出し専用制御記憶回路を用いた制御記憶装置におい
て、各マイクロ命令が前記制御記憶回路のそれぞれのア
ドレスから続出されたことをそれぞれの絖出し動作に同
期して、記憶する誓込み読出しb]能なトレース情報6
己憶回路と、このトレース情報記憶回路の内容を出力す
る手段とを設け、マイクロプログラムの各マイクロ命令
の実行状態を示す信号を出力するように構成しである。
In order to achieve the above object, the control memory device according to the present invention uses a control memory circuit exclusively for start-up, in which each micro-instruction is stored in each memory register to indicate that each micro-instruction is successively issued from each address of the control memory circuit. Trace information 6 that can be stored in synchronization with the output operation
It is provided with a self-storage circuit and means for outputting the contents of the trace information storage circuit, and is configured to output a signal indicating the execution state of each microinstruction of the microprogram.

前記構成によれば、本発明の目的は完全に達成できる。According to the above configuration, the object of the present invention can be completely achieved.

以下、図面を参照して本発明をさらに詳しく説明する。Hereinafter, the present invention will be explained in more detail with reference to the drawings.

第1図は本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing one embodiment of the present invention.

図において、2はマイクロプログラムの各マイクロ命令
を格納する続出し専用の制御記憶回路、7は制御記憶回
路2の出力を格納するマイクロ命令続出しレジスタ、8
はマイクロ命令読出しレジスタ7に格納されたマイクロ
命令を解読するデコーダ、9は制御記憶回路2から続出
されるマイクロ命令の現在アドレスを格納するアドレス
レジスタ、lOは制御記憶l路2から次に読出すべきア
ドレスをマイクロ命令読出しレジスタ7に格納されてい
るマイクロ命令の一部、デコーダ8の出力およびアドレ
スレジスタ9に格−されている現在アドレスを基にして
決定するアトーlス制御回路、5は制御記憶回路2の仇
出しに同期して、かつ同一アドレスで読出し★込み可能
なトレース情報記憶回路、3はトレース11v報記憶回
路5からの読出しの場合のみ、その絖出しデータを有効
にするだめのアンドゲート、1゜I#iアンドゲート3
によって有効にされた読出しデータを本装置外へ出力す
る出力装置+1.71、トレース幀報記憶回路5K“O
I  かal−かのどちらを1込むかを選択するだめの
選択回路を示している。
In the figure, reference numeral 2 denotes a control memory circuit dedicated to continuous output that stores each microinstruction of the microprogram, 7 a microinstruction continuous output register that stores the output of the control memory circuit 2, and 8
9 is a decoder that decodes the microinstruction stored in the microinstruction reading register 7; 9 is an address register that stores the current address of the microinstruction successively issued from the control storage circuit 2; and IO is the next readout from the control storage path 2. 5 is a control circuit that determines the correct address based on part of the microinstruction stored in the microinstruction read register 7, the output of the decoder 8, and the current address stored in the address register 9; A trace information storage circuit that can be read and written at the same address in synchronization with the output of the memory circuit 2; 3 is a trace information storage circuit for validating the output data only when reading from the trace 11v information storage circuit 5; And gate, 1゜I#i and gate 3
Output device +1.71 for outputting read data validated by outside the device, trace information storage circuit 5K“O
This shows a selection circuit for selecting which of I and al- is to be stored.

各マイクロ命令は、−配合32ビットm成で、’do制
御記憶回路2は32ビツト×256、トレース情報記憶
回路5Filピツ) X 256の袢瞳をもっている。
Each micro-instruction has a 32-bit structure, the 'do control memory circuit 2 has 32 bits x 256 bits, and the trace information memory circuit 5 has a pupil size of 32 bits x 256 bits.

またアドレスは8ビツトで構成されている。Also, the address consists of 8 bits.

制御記憶回路2にアドレスラインlを経てアドレスが供
給されd出しがなされると、そのアドレスのマイクロ命
令が読出されマイクロ命令胱出しレジスタ7に格納され
る。
When an address is supplied to the control storage circuit 2 via the address line 1 and output is performed, the microinstruction at that address is read out and stored in the microinstruction output register 7.

マイクロ命令読出しレジスタ7に格納されたマイクロ命
令はデコーダ8によって解読され実行される・ デコー
ダ8の出力には、次に実行すべきアドレスをどのように
して決定するかという信号が含まれており、これがアド
レス制御回路lOに人力され、これにより図示しない他
の条件信号とからアドレスレジスタ9からのアドレスに
+1したものを出力するか、マイクロ命令続出しレジス
タ7に格納されているマイクロ命令の中の指定アドレス
を出力するかを決定する。
The microinstruction stored in the microinstruction read register 7 is decoded and executed by the decoder 8. The output of the decoder 8 includes a signal how to determine the next address to be executed. This is inputted to the address control circuit 10, which outputs the address from the address register 9 plus 1 based on other condition signals (not shown), or outputs the address from the address register 9 plus one, or selects one of the microinstructions stored in the microinstruction successive register 7. Determines whether to output the specified address.

アドレス制御回路10の出力は、アドレスライン1に供
給されると同時にアドレスレジスタ9に格納される。
The output of the address control circuit 10 is supplied to the address line 1 and simultaneously stored in the address register 9.

一方、トレース情報記憶回路5は、あらかじめ初期設定
されており、全てのアドレスに対して10mが書込まれ
ている・ この初期設定動作は、アドレス制御回路10に入力する
アドレスインクリメントモード信号ライン15の信号が
a06から111になることによたアドレスが1幀次+
1されFFまでを出力し、アドレスライン1を経てトレ
ース情報記憶回路5をアドレスし、一方、読出しモード
信号ライン13を10″にすることにより、トレース情
報記憶回路5を書込み状態にし、選択回路4の選択信号
12を Molにし、トレース情報記憶回路5に書込み
データ 106を供給することにより実現される。 な
お、この動作の終了はアドレス制御回路10でアドレス
が+1されたときに発生する最上位ビットのキャリーに
よって制@jδれる。
On the other hand, the trace information storage circuit 5 has been initialized in advance, and 10m has been written to all addresses. As the signal changes from a06 to 111, the address becomes 1+
1 and outputs up to FF, addresses the trace information storage circuit 5 via the address line 1, and sets the read mode signal line 13 to 10'' to put the trace information storage circuit 5 in the write state, and selects the selection circuit 4. This is realized by setting the selection signal 12 to Mol and supplying the write data 106 to the trace information storage circuit 5. Note that this operation ends when the most significant bit is generated when the address is incremented by 1 in the address control circuit 10. Control @jδ by carry.

普通にマイクロ都令が実行される一合は、アドレスイン
クリメントモード信号ライン15がらは”0’ 、選択
1d号12は 11′および読出しモード信号ライン1
3からは“11が供給され、制御記憶回路2からの読出
しに同期してトレース情報記憶回路5は、アドレスライ
ン1から供給されるアドレスで指定される1ビツトに選
択回路4で選択されたmIMが書込まれる。
When the micro command is executed normally, the address increment mode signal line 15 is "0", the selection 1d number 12 is 11', and the read mode signal line 1 is "0".
3 is supplied with "11", and in synchronization with the reading from the control storage circuit 2, the trace information storage circuit 5 sets the mIM selected by the selection circuit 4 to 1 bit designated by the address supplied from the address line 1. is written.

以後マイクロ命令の院出し、つまりマイクロ命令の実行
の腹にそのマイクロ命令が格納されているアドレスでト
レース情報−己憶回路5にそのマイクロ節令が実行され
たことを示ず111 が書込まれる。
Thereafter, 111 is written in the trace information self-memory circuit 5 at the address where the microinstruction is stored at the beginning of the execution of the microinstruction, indicating that the microinstruction has been executed.

マイクロプログラムの処理中E−xM、h時点で、アド
レスインクリメ/トモ−トイご号ライン15から111
  を供給することにより、A?I述したようにトレー
ス情報記憶回路5に00〜FFまでのアドレスが供給さ
れ、読、出しモード信号ライン13から 111を供給
することによりトレース情報記憶回路5が読出し状態と
なり1.全アドレスのデータが読出されアンドゲート3
が読出し信号6を有効として、ライン14ケ経て出力装
置llに人力する。
At E-xM, h during microprogram processing, address increment/tomo-toy number lines 15 to 111
By supplying A? As mentioned above, the trace information storage circuit 5 is supplied with addresses from 00 to FF, and the trace information storage circuit 5 enters the read state by supplying the read mode signal line 111 from the read mode signal line 13.1. Data of all addresses is read and AND gate 3
makes the read signal 6 valid and outputs it to the output device 11 through 14 lines.

この動作により、それぞれのマイクロプログ2ムの各マ
イクロ命令の実行状態ケ知ることが可能となる。
This operation makes it possible to know the execution status of each microinstruction in each microprogram.

第2図は、制御記憶回路2とトレース情報記憶回路5と
を各マイクロ命令のアドレスに着目して対応させた図で
ある。
FIG. 2 is a diagram showing the correspondence between the control storage circuit 2 and the trace information storage circuit 5, focusing on the addresses of each microinstruction.

この例では、アドレスは00〜06までで、それ以外は
省略している。  トレース情報11昔、依回路5から
この例のようなデータが鱈、出された場合は、命令3お
よび命令4だけが実行されなかったことがわかる。
In this example, the addresses are from 00 to 06, and the rest are omitted. Trace Information 11 In the past, when data like this example was output from the dependent circuit 5, it was found that only instructions 3 and 4 were not executed.

これを各マイクロ命令の機能的なフローでk わし、例
えば第3図のように仮定する。
This is explained by the functional flow of each microinstruction, for example, as shown in FIG.

この場合は、命令2が条件ブランチ命令でありある条件
によって命令3または命令5にブランチするが、この例
では命令3にブランチするような条件下でマイクロプロ
グラムが処理されなかったことを知ることができる。
In this case, instruction 2 is a conditional branch instruction and branches to instruction 3 or instruction 5 depending on a certain condition, but in this example, it is not possible to know that the microprogram was not processed under the conditions that would cause the branch to instruction 3. can.

したがって、このような情況が生じた場合には使用した
テストデータが不完全のために、こJlらのマイクロ岐
令に対する実行が行なわれなかったか、あるいは、また
ファームウェアそのものに問題があることに原因してい
るのか、あるいは、またハードウェアのどこかが誤動作
していることに原因しているのか等を、このデータを基
にして組織的に追跡解析することが容易に行なえる。
Therefore, if such a situation occurs, it is likely that these micro-branches were not executed because the test data used was incomplete, or that there is a problem with the firmware itself. Based on this data, it is easy to systematically track and analyze whether the problem is caused by a malfunction in some part of the hardware.

以上のような構成により先に述べたようなあるマイクロ
命令を含むパスがテスト期間中にテストされずに見過さ
れ、しかもこのパスにバグがあって実際の運用に入って
からこのパスが実行されて重大な障害を引き起こすとい
うような問題を除去できる。
Due to the above configuration, a path containing a certain microinstruction as mentioned earlier may be overlooked without being tested during the test period, and furthermore, there may be a bug in this path and this path may be executed after actual operation begins. It is possible to eliminate problems such as those that occur when the system is used and cause serious problems.

以上、詳しく説、明したように、本発明は実行されない
プログラムパスの組誠的な追跡・解析を可能にし、その
結果運用状態になってから発生する見過されたプログラ
ムパスに含まれるバグに起因する重大な障害を除去する
ことができる。
As explained and explained in detail above, the present invention enables systematic tracking and analysis of program paths that are not executed, and as a result, bugs contained in overlooked program paths that occur after they are put into operation can be eliminated. It is possible to eliminate serious problems caused by this.

したがって、装置の信頼性をさらに編めることができる
Therefore, the reliability of the device can be further improved.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明による制御記憶回路装置の一実施例を示
すブロック図、第2図は第1図におけるトレース情報記
憶回路の出力データ例の説明図、第3図は第2図の例に
おける各命令の滅能的なフローチャートである。 1・・・アドレスライン 2・・・続出し専用制御記憶回路 3・・・アンドゲート  4・・・選択回路5・・・ト
レース情報記憶回路 6・・・トレース情報出力ライン 7・・・マイクロ命令読出しレジスタ 8、・・デコーダ    9・・・アドレスレジスタ1
0・・・アドレス制御回路 11・・・出力装「d    12・・・退択侶号13
・・・読出しモード信号ライン 14・・・出力ライン 15・・ヘアドレスインクリメントモード信号ライン 特許出願人 日本区気株式会社
FIG. 1 is a block diagram showing an embodiment of the control storage circuit device according to the present invention, FIG. 2 is an explanatory diagram of an example of output data of the trace information storage circuit in FIG. 1, and FIG. FIG. 2 is a flowchart of each instruction; FIG. 1...Address line 2...Continuation exclusive control storage circuit 3...AND gate 4...Selection circuit 5...Trace information storage circuit 6...Trace information output line 7...Microinstruction Read register 8,...decoder 9...address register 1
0... Address control circuit 11... Output device "d 12... Retired partner number 13
...Reading mode signal line 14...Output line 15...Hair address increment mode signal line Patent applicant Nippon Kuki Co., Ltd.

Claims (1)

【特許請求の範囲】[Claims] 読出し専用制御記憶回路を用いた制御記憶装置において
、各マイクロ命令が前記制御記憶回路のそれぞれのアド
レスから続出されたことをそれぞれの読出し動作に同期
して記憶する書込み続出し可能なトレース情報記憶回路
と、このトレース情報記憶回路の内容を出力する手段と
を設け、マイクロプログラムの各マイクロ命令の実行状
態を示す信号を出力するように構成したことを特徴とす
る制御記憶装置。
In a control memory device using a read-only control memory circuit, a trace information memory circuit capable of continuous writing that stores information that each microinstruction is successively issued from each address of the control memory circuit in synchronization with each read operation. and means for outputting the contents of the trace information storage circuit, and is configured to output a signal indicating the execution state of each microinstruction of the microprogram.
JP56127509A 1981-08-14 1981-08-14 Control storage device Pending JPS5829056A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56127509A JPS5829056A (en) 1981-08-14 1981-08-14 Control storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56127509A JPS5829056A (en) 1981-08-14 1981-08-14 Control storage device

Publications (1)

Publication Number Publication Date
JPS5829056A true JPS5829056A (en) 1983-02-21

Family

ID=14961750

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56127509A Pending JPS5829056A (en) 1981-08-14 1981-08-14 Control storage device

Country Status (1)

Country Link
JP (1) JPS5829056A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS603756A (en) * 1983-06-21 1985-01-10 Meidensha Electric Mfg Co Ltd Program testing device
JPS6061836A (en) * 1983-09-13 1985-04-09 Ando Electric Co Ltd Storing method of data to memory
JPH02236643A (en) * 1988-08-02 1990-09-19 Internatl Business Mach Corp <Ibm> Tracking

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5617449A (en) * 1979-07-20 1981-02-19 Fujitsu Ltd Transit address confirmation system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5617449A (en) * 1979-07-20 1981-02-19 Fujitsu Ltd Transit address confirmation system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS603756A (en) * 1983-06-21 1985-01-10 Meidensha Electric Mfg Co Ltd Program testing device
JPS6061836A (en) * 1983-09-13 1985-04-09 Ando Electric Co Ltd Storing method of data to memory
JPH02236643A (en) * 1988-08-02 1990-09-19 Internatl Business Mach Corp <Ibm> Tracking

Similar Documents

Publication Publication Date Title
KR900002604B1 (en) Restoring method and apparatus for the error of processor
US4423508A (en) Logic tracing apparatus
KR20000053588A (en) Testing system for circuit board self-test
JPS59194245A (en) Microprogram controller
JPS5829056A (en) Control storage device
JPS6177943A (en) Program pass address tracing device
SU1645960A1 (en) Program run checking device
JPH02155052A (en) Tracing device
JPS61153737A (en) Data processor
JPS62111336A (en) Debugging system
JPS5878233A (en) Microprogram controller
JPH01274252A (en) Activity history memory
JPH0277946A (en) Measurement system for coverage of microprogram
JPS62145332A (en) Microprogram controller
JPS59148957A (en) Microprogram control system
JPS63245737A (en) Microcomputer
JPH10320232A (en) Microprogram debugging device
JPS6053893B2 (en) control storage
JPH02110637A (en) Program debugging supporting device
JPH0831054B2 (en) History information storage method
JPS6340939A (en) Error correcting and controlling system for control storage
JPH02100145A (en) Computer system for microprogram control system
JPH01191948A (en) Diagnosis controller
JPH0588946A (en) History memory write system
JPS62111335A (en) Tracer system