JP2507791B2 - Data processing device - Google Patents

Data processing device

Info

Publication number
JP2507791B2
JP2507791B2 JP32446088A JP32446088A JP2507791B2 JP 2507791 B2 JP2507791 B2 JP 2507791B2 JP 32446088 A JP32446088 A JP 32446088A JP 32446088 A JP32446088 A JP 32446088A JP 2507791 B2 JP2507791 B2 JP 2507791B2
Authority
JP
Japan
Prior art keywords
module
input
processing
dataon
data
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
JP32446088A
Other languages
Japanese (ja)
Other versions
JPH02168325A (en
Inventor
孝則 寺田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP32446088A priority Critical patent/JP2507791B2/en
Publication of JPH02168325A publication Critical patent/JPH02168325A/en
Application granted granted Critical
Publication of JP2507791B2 publication Critical patent/JP2507791B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔概要〕 FORTRANプログラムにおける入力データを標準出力装
置に出力するDATAON処理機能を有するデータ処理装置に
関し, 入力モジュールにおけるDATAON/DATAOFFの判定を不要
として,処理性能を向上させることを目的とし, 入力装置の制御情報を記憶する装置情報領域に,第1
のアドレス領域と第2のアドレ領域とを設け,DATAON/DA
TAOFFに対して,第1のアドレス領域からDATAON処理モ
ジュールまたは入力モジュールをポイントするように
し,READ文の実行時に,上記第1のアドレス領域が示す
アドレスに分岐するとともに,DATAON処理モジュールか
ら上記第2のアドレス領域が示す入力モジュールのアド
レスに分岐するように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Outline] A data processing device having a DATAON processing function for outputting input data in a FORTRAN program to a standard output device, and improving processing performance by eliminating the need for DATAON / DATAOFF judgment in an input module. For the purpose of storing the control information of the input device in the device information area.
Address area and second address area of
For TAOFF, the DATAON processing module or the input module is pointed to from the first address area, and when the READ statement is executed, the data is branched to the address indicated by the first address area, and the DATAON processing module is moved to the second area. It is configured to branch to the address of the input module indicated by the address area of.

〔産業上の利用分野〕[Industrial applications]

本発明は,FORTRANプログラムにおける入力データを標
準出力装置に出力するDATAON処理機能を有するデータ処
理装置に関する。
The present invention relates to a data processing device having a DATAON processing function for outputting input data in a FORTRAN program to a standard output device.

FORTRANのDATAON処理機能は,標準入力ファイルから
読み込んだ入力データを,そのまま編集を加えずに,デ
ィスプレイまたはプリンタ等の標準出力装置(ファイ
ル)に出力する機能である。また,DATAOFFは,DATAON処
理機能を無効にする機能である。これらの処理をできる
だけ高速化することが望まれる。
The FORTRAN DATA ON processing function is a function that outputs the input data read from the standard input file to a standard output device (file) such as a display or a printer without directly editing it. DATAOFF is a function that invalidates the DATAON processing function. It is desired to speed up these processes as much as possible.

〔従来の技術〕[Conventional technology]

第4図は従来方式の例を示す。 FIG. 4 shows an example of the conventional method.

応用プログラム11は,FORTRANで記述したソースプログ
ラムを,翻訳/結合処理したものである。
The application program 11 is a source program written in FORTRAN that is translated / combined.

従来,入力装置のDATAON/DATAOFFは,その入力装置の
制御情報を記憶する装置情報領域18内のDATAONフラグ40
で管理されていた。DATAONフラグ40が“0"のとき,DATAO
FF状態であり,“1"のとき,DATAON状態である。
Conventionally, the DATAON / DATAOFF of the input device is the DATAON flag 40 in the device information area 18 that stores the control information of the input device.
Was managed by. When DATAON flag 40 is "0", DATAO
In the FF state, when it is "1", it is in the DATA ON state.

初期状態では,DATAONフラグ40は“0"とされ,DATAON文
で,DATAONサービスサブルーチン12が呼び出されると,DA
TAONサービスサブルーチン12は,DATAONフラグ40を“1"
にセットする。DATAOFF文に対し,DATAOFFサービスサブ
ルーチン14が動作し,DATAONフラグ40を“0"に戻す。
In the initial state, the DATAON flag 40 is set to "0", and when the DATAON statement calls the DATAON service subroutine 12, DAON
The TAON service subroutine 12 sets the DATAON flag 40 to "1"
Set to. The DATAOFF service subroutine 14 operates in response to the DATAOFF statement and resets the DATAON flag 40 to "0".

その入力装置に対するREAD文が実行されると,並び処
理モジュール13は,入力モジュール16を呼び出す。入力
モジュール16は,装置情報領域18を参照してデータの入
力処理を実行した後,DATAONフラグ40が“0"であるか,
“1"であるかを判別する。DATAONフラグ40が“1"であれ
ば,DATAON処理モジュール15を呼び出し,入力データを
標準出力ファイルに出力する処理を行う。
When the READ statement for the input device is executed, the sequence processing module 13 calls the input module 16. After the input module 16 refers to the device information area 18 and executes the data input processing, whether the DATAON flag 40 is "0",
Determine whether it is "1". If the DATAON flag 40 is "1", the DATAON processing module 15 is called and the processing of outputting the input data to the standard output file is performed.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

第4図に示すように,従来方式では,DATAON/DATAOFF
の機能をFORTRANの入力モジュール16で対処していた。
すなわち,標準入力ファイルの場合,入力モジュール16
内でDATAONの状態かどうかを判定し,DATAONであれば,DA
TAON処理モジュール15により,出力の準備を行い,出力
モジュールを呼び出すなどして,入力モジュール16が読
み込んだデータを出力するようにしていた。
As shown in Fig. 4, in the conventional method, DATAON / DATAOFF
The function of was handled by the input module 16 of FORTRAN.
That is, in the case of the standard input file, the input module 16
If it is DATA ON, it is judged whether it is in the DATA ON state in
The TAON processing module 15 prepares for output, calls the output module, and outputs the data read by the input module 16.

通常のプログラムでは,DATAOFFの状態で走行すること
が多いが,従来方式によれば,DATAOFFの状態のときで
も,必ずDATAON状態であるかDATAOFF状態であるかの判
定を行わなければならないので,その分だけ性能が悪く
なるという問題があった。
In a normal program, the vehicle often runs in the DATAOFF state. However, according to the conventional method, even when the DATAOFF state, it is necessary to judge whether it is the DATAON state or the DATAOFF state. There was a problem that the performance deteriorated as much.

また,入力モジュール16から,DATAON処理モジュール1
5を介して,他のアクセスモジュールである出力モジュ
ール等を呼び出すことになり,階層的なモジュール構成
を採用しにくくなるため,処理分担などが煩雑化すると
いう問題があった。
In addition, from the input module 16 to the DATAON processing module 1
Since output modules, which are other access modules, are called via 5 and it becomes difficult to adopt a hierarchical module configuration, there is a problem that processing sharing becomes complicated.

本発明は上記問題点の解決を図り,入力モジュールに
おけるDATAON/DATAOFFの判定を不要として,処理性能を
向上させることを目的としている。また,モジュール構
成を簡明なものとし,処理の煩雑化を防ぐことを目的と
している。
It is an object of the present invention to solve the above problems and improve the processing performance by eliminating the need to determine DATA ON / DATA OFF in the input module. It also aims to simplify the module configuration and prevent the processing from becoming complicated.

〔課題を解決するための手段〕[Means for solving the problem]

第1図は本発明の構成例を示す。 FIG. 1 shows a configuration example of the present invention.

第1図において,10はCPUおよびメモリなどからなる処
理装置,11はFORTRANプログラムを翻訳/結合処理して作
成した応用プログラム,12はDATAON文の処理を行うDATAO
Nサービスサブルーチン,13はFORTRANライブラリとして
提供される並び処理モジュール,14はDATAOFF文の処理を
行うDATAOFFサービスサブルーチン,15はDATAON状態のと
きに呼び出されるDATAON処理モジュール,16はFORTRANラ
イブラリとして提供される入力処理を行う入力モジュー
ル,17はFORTRANライブラリとして提供される出力処理を
行う出力モジュール,18は装置の制御情報を記憶する装
置情報領域(UIA),19は第1のアドレス領域,20は第2
のアドレス領域,21はデータの入力装置,22はディスプレ
イ等の出力装置を表す。
In FIG. 1, 10 is a processor comprising a CPU and memory, 11 is an application program created by translating / combining FORTRAN programs, and 12 is DATAO that processes DATA ON statements.
N service subroutine, 13 is a sequence processing module provided as a FORTRAN library, 14 is a DATAOFF service subroutine for processing a DATAOFF statement, 15 is a DATAON processing module called in the DATAON state, 16 is an input provided as a FORTRAN library An input module for processing, 17 is an output module provided as a FORTRAN library for performing output processing, 18 is a device information area (UIA) for storing device control information, 19 is a first address area, and 20 is a second
Address area, 21 is a data input device, and 22 is an output device such as a display.

本発明では,DATAON処理対象となる入力装置21の制御
情報を記憶する装置情報領域18に,第1のアドレス領域
19と第2のアドレス領域20とが設けられる。
In the present invention, in the device information area 18 for storing the control information of the input device 21 to be DATAON processing target, the first address area
19 and a second address area 20 are provided.

初期状態およびDATAOFF状態のときには,第1のアド
レス領域19および第2のアドレス領域20に,入力モジュ
ール16のアドレスが設定される。DATAON状態のときに
は,第1のアドレス領域19にDATAON処理モジュール15の
アドレス,第2のアドレス領域20に入力モジュール16の
アドレスが設定される。第1のアドレス領域19の更新
は,DATAONサービスサブルーチン12およびDATAOFFサービ
スサブルーチン14が行う。
In the initial state and the DATAOFF state, the address of the input module 16 is set in the first address area 19 and the second address area 20. In the DATA ON state, the address of the DATA ON processing module 15 is set in the first address area 19 and the address of the input module 16 is set in the second address area 20. The first address area 19 is updated by the DATAON service subroutine 12 and the DATAOFF service subroutine 14.

READ文の実行時に,並び処理モジュール13が呼び出さ
れると,並び処理モジュール13は,第1のアドレス領域
19が示すアドレスに分岐する。これにより,DATAOFF状態
であれば,入力モジュール16が呼び出され,DATAON状態
であれば,DATAON処理モジュール15が呼び出されること
になる。
When the arrangement processing module 13 is called during the execution of the READ statement, the arrangement processing module 13 uses the first address area.
Branch to the address indicated by 19. As a result, in the DATA OFF state, the input module 16 is called, and in the DATA ON state, the DATA ON processing module 15 is called.

DATAON処理モジュール15は,第2のアドレス領域20か
ら入力モジュール16のアドレスを得て,入力モジュール
16を呼び出し,入力データをもらうと,次に出力モジュ
ール17を呼び出して,出力モジュール17に出力を依頼す
る。出力モジュール17は,所定の出力装置22に入力デー
タの出力を行う。
The DATAON processing module 15 obtains the address of the input module 16 from the second address area 20 and
After calling 16 and receiving the input data, the output module 17 is called next and the output module 17 is requested to output. The output module 17 outputs the input data to a predetermined output device 22.

〔作用〕[Action]

並び処理モジュール13は,DATAON状態であるかDATAOFF
状態であるかを意識することなく,装置情報領域18の第
1アドレス領域19に格納されたアドレスのモジュールを
無条件に呼び出すだけでよいので,DATAON/DATAOFFの判
定が不要となる。また,DATAONのときには,DATAON処理モ
ジュール15から,入力モジュール16および出力モジュー
ル17を呼び出すことになり,入力モジュール16および出
力モジュール17を同レベルのモジュールとして扱うこと
ができるので,処理構成が簡明化する。
Arrangement processing module 13 is in the DATA ON state or DATA OFF
Since it is only necessary to call the module of the address stored in the first address area 19 of the device information area 18 unconditionally without being aware of the status, it is not necessary to judge DATA ON / DATA OFF. Further, when DATAON is set, the input module 16 and the output module 17 are called from the DATAON processing module 15, and the input module 16 and the output module 17 can be treated as modules of the same level, which simplifies the processing configuration. .

〔実施例〕〔Example〕

第2図は本発明の一実施例説明図,第3図は本発明の
一実施例に係るDATAON処理モジュールの処理フローを示
す。
FIG. 2 is an explanatory view of one embodiment of the present invention, and FIG. 3 shows a processing flow of the DATAON processing module according to one embodiment of the present invention.

例えば,第2図(イ)に示すようなFORTRANプログラ
ムが実行されたとする。初期状態はDATAOFF状態であ
る。(a)のREAD文では,DATAOFF状態であるため,Aの入
力データは出力されない。(b)のDATAON文により,DAT
AON状態になると,次の(c)のREAD文では,Aに入力デ
ータを読み込んだ後,そのデータを所定の出力装置に出
力する。(d)のDATAOFF文により,DATAOFFの状態に戻
る。以上の制御は,次のように実現される。
For example, assume that a FORTRAN program as shown in FIG. 2 (a) is executed. The initial state is the DATA OFF state. In the READ statement of (a), the input data of A is not output because it is in the DATA OFF state. (B) DATA ON statement, DAT
In the AON state, the next READ statement (c) reads the input data into A and outputs the data to a predetermined output device. The DATAOFF statement in (d) returns to the DATAOFF state. The above control is realized as follows.

DATAOFF状態の場合,第2図(ロ)に示すように,FORT
RAN内部で使用するテーブルである装置情報領域18の第
1のアドレス領域19および第2のアドレス領域20に,入
力モジュール16の先頭アドレスが格納された状態になっ
ている。
In the case of DATA OFF state, as shown in Fig. 2 (B), FORT
The head address of the input module 16 is stored in the first address area 19 and the second address area 20 of the device information area 18, which is a table used inside the RAN.

この状態で,FORTRANのREAD文が実行されると,並び処
理モジュール13が動作し,並び処理モジュール13は,第
1のアドレス領域19から入力モジュール16の先頭アドレ
スを獲得して,入力要求を行う。これにより,データの
入力だけが行われることになる。
When the FORTRAN READ statement is executed in this state, the arrangement processing module 13 operates, and the arrangement processing module 13 acquires the head address of the input module 16 from the first address area 19 and makes an input request. . As a result, only data is input.

第1図に示すDATAONサービスサブルーチン12が実行さ
れると,DATAONサービスサブルーチン12は,装置情報領
域18の第1のアドレス領域19に,DATAON処理モジュール1
5の先頭アドレスを設定する。
When the DATAON service subroutine 12 shown in FIG. 1 is executed, the DATAON service subroutine 12 causes the DATAON processing module 1 to display in the first address area 19 of the device information area 18.
Set the start address of 5.

すなわち,第2図(ハ)に示すように,DATAON状態の
場合,装置情報領域18の第1のアドレス領域19には,DAT
AON処理モジュール15の先頭アドレスが,第2のアドレ
ス領域20には,入力モジュール16の先頭アドレスが格納
された状態になる。
That is, as shown in FIG. 2C, in the DATA ON state, the DAT is stored in the first address area 19 of the device information area 18.
The start address of the AON processing module 15 is in the state where the start address of the input module 16 is stored in the second address area 20.

FORTRANのREAD文が実行されると,並び処理モジュー
ル13が動作し,等び処理モジュール13は,第1のアドレ
ス領域19からアドレスを取り出し,そこへ分岐する。こ
の手順は,DATAOFFの場合と同様であるが,制御の移行先
はDATAON処理モジュール15となる。DATAON処理モジュー
ル15は,入力モジュール16を呼び出して,データを読み
込み,次に出力モジュール17を呼び出して,そのデータ
を出力する。その後,そのデータを並び処理モジュール
13に渡す。
When the FORTRAN READ statement is executed, the alignment processing module 13 operates, and the equal processing module 13 fetches an address from the first address area 19 and branches there. This procedure is the same as in the case of DATA OFF, but the destination of control is the DATA ON processing module 15. The DATAON processing module 15 calls the input module 16 to read the data, and then calls the output module 17 to output the data. After that, the data is arranged and the processing module
Pass to 13.

第1図に示すDATAOFFサービスサブルーチン14が実行
されると,DATAOFFサービスサブルーチン14は,第2のア
ドレス領域20の内容を,第1のアドレス領域19に複写
し,第2図(ロ)に示す状態に戻す。
When the DATAOFF service subroutine 14 shown in FIG. 1 is executed, the DATAOFF service subroutine 14 copies the contents of the second address area 20 into the first address area 19, and the state shown in FIG. Return to.

DATAON処理モジュール15の処理の流れは,第3図に示
すようになる。以下,第3図に示す処理〜に従って
説明する。
The processing flow of the DATAON processing module 15 is as shown in FIG. The process will be described below in accordance with the processes shown in FIG.

DATAONのときに,DATAON処理モジュール15が呼び出
される。DATAON処理モジュール15は,該当する入力装置
の装置情報領域18における第2のアドレス領域20から,
入力モジュール16の先頭アドレスを取り出す。
At the time of DATAON, the DATAON processing module 15 is called. From the second address area 20 in the device information area 18 of the corresponding input device, the DATAON processing module 15
The start address of the input module 16 is taken out.

そのアドレスに分岐することにより,入力モジュー
ル16を呼び出し,入力データをもらう。
By branching to that address, the input module 16 is called and the input data is received.

次に,入力データを出力する標準出力ファイルが,O
PENされているかどうかを判定する。OPEN済みであれ
ば,処理へ移る。
Next, the standard output file that outputs the input data is
Determine if PEN has been done. If it has been opened, move to processing.

OPENされていなければ,その出力ファイルのOPEN処
理を実行する。
If it has not been opened, OPEN processing of the output file is executed.

入力モジュール16から受け取った入力データを,出
力バッファに転送する。
The input data received from the input module 16 is transferred to the output buffer.

出力モジュール17を呼び出して,出力バッファの内
容を出力する。そして,入力データを,呼び出し元の並
び処理モジュール13に返却し,処理を終了する。
Invokes the output module 17 and outputs the contents of the output buffer. Then, the input data is returned to the calling sequence processing module 13, and the processing is terminated.

〔発明の効果〕〔The invention's effect〕

以上説明したように,本発明によれば,並び処理モジ
ュールおよび入力モジュールで,DATAON/DATAOFFを意識
する必要がなく,処理が高速化される。また,入力モジ
ュールから直接的または間接的に出力モジュールを呼び
出すようなことがなくなり,モジュール間インターフェ
ースが簡明になって,処理手続きが簡単になる。
As described above, according to the present invention, the arrangement processing module and the input module do not need to be aware of DATAON / DATAOFF, and the processing speed is increased. Also, the output module is not called directly or indirectly from the input module, the interface between modules is simplified, and the processing procedure is simplified.

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

第1図は本発明の構成例, 第2図は本発明の一実施例, 第3図は本発明の一実施例に係るDATAON処理モジュール
の処理フロー, 第4図は従来方式の例を示す。 図中,10は処理装置,11は応用プログラム,12はDATAONサ
ービスサブルーチン,13は並び処理モジュール,14はDATA
OFFサービスサブルーチン,15はDATAON処理モジュール,1
6は入力モジュール,17は出力モジュール,18は装置情報
領域,19は第1のアドレス領域,20は第2のアドレス領
域,21は入力装置,22は出力装置を表す。
FIG. 1 shows a configuration example of the present invention, FIG. 2 shows an embodiment of the present invention, FIG. 3 shows a processing flow of a DATAON processing module according to an embodiment of the present invention, and FIG. 4 shows an example of a conventional method. . In the figure, 10 is a processor, 11 is an application program, 12 is a DATAON service subroutine, 13 is a line processing module, and 14 is DATA.
OFF service subroutine, 15 is DATA ON processing module, 1
6 is an input module, 17 is an output module, 18 is a device information area, 19 is a first address area, 20 is a second address area, 21 is an input device, and 22 is an output device.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】FORTRANプログラムにおける入力データを
標準出力装置に出力するDATAON処理機能を有するデータ
処理装置において, 入力装置からの入力を実行する入力モジュール(16)
と, 出力装置への出力を実行する出力モジュール(17)と, DATAON状態のときに呼び出され,上記入力モジュール
(16)が入力したデータを,上記出力モジュール(17)
を呼び出して出力するDATAON処理モジュール(15)と, 初期状態およびDATAOFF状態のときに,上記入力モジュ
ール(16)のアドレスを記憶し,DATAON状態のときに,
上記DATAON処理モジュール(15)のアドレスを記憶する
アドレス領域(19)と, DATAON文の処理において上記アドレス領域(19)に上記
DATAON処理モジュール(15)のアドレスを設定する処理
手段(12)と, DATAOFF文の処理において上記アドレス領域(19)に上
記入力モジュール(16)のアドレスを設定する処理手段
(14)と, 入力装置に対するREAD文の実行時に呼び出され,上記ア
ドレス領域(19)に記憶されているアドレスへの分岐を
行う並び処理モジュール(13)とを備えた ことを特徴とするデータ処理装置。
1. A data processing device having a DATAON processing function for outputting input data in a FORTRAN program to a standard output device, the input module (16) executing input from the input device.
And the output module (17) that executes output to the output device, and the data that is called in the DATA ON state and that is input by the input module (16) is output module (17).
And the DATAON processing module (15) that calls and outputs the address of the above input module (16) in the initial state and the DATAOFF state, and in the DATAON state,
In the address area (19) that stores the address of the DATAON processing module (15) and in the address area (19) when processing the DATAON statement,
A processing means (12) for setting the address of the DATAON processing module (15), a processing means (14) for setting the address of the input module (16) in the address area (19) in the processing of the DATAOFF statement, and an input device. A data processing device, comprising: a sequence processing module (13) which is called when a READ statement is executed for and branches to an address stored in the address area (19).
JP32446088A 1988-12-22 1988-12-22 Data processing device Expired - Fee Related JP2507791B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32446088A JP2507791B2 (en) 1988-12-22 1988-12-22 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32446088A JP2507791B2 (en) 1988-12-22 1988-12-22 Data processing device

Publications (2)

Publication Number Publication Date
JPH02168325A JPH02168325A (en) 1990-06-28
JP2507791B2 true JP2507791B2 (en) 1996-06-19

Family

ID=18166059

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32446088A Expired - Fee Related JP2507791B2 (en) 1988-12-22 1988-12-22 Data processing device

Country Status (1)

Country Link
JP (1) JP2507791B2 (en)

Also Published As

Publication number Publication date
JPH02168325A (en) 1990-06-28

Similar Documents

Publication Publication Date Title
US6275893B1 (en) Method and apparatus for providing seamless hooking and intercepting of selected kernel and HAL exported entry points in an operating system
JP2507791B2 (en) Data processing device
JPH0192856A (en) Apparatus and method for protecting main memory unit using access and defect logic signal
JPH1063574A (en) Processor with cache memory
JP2524620B2 (en) Input / output control method
JPS62168497A (en) Data base processing system for exchange-processing program
JPH0724030B2 (en) Debug device
JP2560312B2 (en) Information processing system
JPH06161720A (en) Computer system
JPS63231545A (en) File transfer system
JPH0259829A (en) Microcomputer
JPH01261761A (en) Computer system
JPH0381854A (en) Memory access system
JPH08249022A (en) Multiprocessor arithmetic unit and programmable controller having the arithmetic unit
JPH03168845A (en) Instruction execution control system
JPH0844570A (en) System and method for program execution
JPS63221430A (en) Stack control system
JPS6222165A (en) Control system for access to main storage device
JPH024011B2 (en)
KR20000002900A (en) Method of correction of text area of processor memory
JPH03156642A (en) Branch address controller
JPS61166630A (en) Microprogram control system
JPH01175053A (en) Segmentation system data processor
JPH02118729A (en) Information processor
JPH1063504A (en) Object-directional device

Legal Events

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