JP2940976B2 - Specific character processor - Google Patents

Specific character processor

Info

Publication number
JP2940976B2
JP2940976B2 JP2060990A JP2060990A JP2940976B2 JP 2940976 B2 JP2940976 B2 JP 2940976B2 JP 2060990 A JP2060990 A JP 2060990A JP 2060990 A JP2060990 A JP 2060990A JP 2940976 B2 JP2940976 B2 JP 2940976B2
Authority
JP
Japan
Prior art keywords
specific character
character
processing
specific
conversion table
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
JP2060990A
Other languages
Japanese (ja)
Other versions
JPH03225527A (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 JP2060990A priority Critical patent/JP2940976B2/en
Publication of JPH03225527A publication Critical patent/JPH03225527A/en
Application granted granted Critical
Publication of JP2940976B2 publication Critical patent/JP2940976B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Devices For Executing Special Programs (AREA)

Description

【発明の詳細な説明】 〔概要〕 翻訳テスト命令を備えた計算機システムにおいて,文
字列中の特定の文字に応じた処理を行う文字列中の特定
文字処理方式に関し, 特定文字の検索および特定文字に応じた各処理部の呼
び出し処理を,高速化することを目的とし, 文字列中の特定文字に関する処理を行う複数の特定文
字対応処理部と,各特定文字対応処理部のアドレスを配
列状に格納したアドレステーブルと,特定文字のコード
に対応する位置の値が前記アドレステーブルにおける配
列の先頭からの要素番号となるように定義された変換表
と,この変換表を指定して翻訳テスト命令を発行し,そ
れによに得られた値で前記アドレステーブルから該当す
る特定文字対応処理部のアドレスを得て,その特定文字
対応処理部を呼び出す特定文字対応処理部呼び出し部と
を備えるように構成する。
DETAILED DESCRIPTION OF THE INVENTION [Summary] In a computer system provided with a translation test instruction, a specific character processing method in a character string that performs processing according to a specific character in the character string is described. In order to speed up the calling process of each processing unit corresponding to the specified character processing unit, a plurality of specific character corresponding processing units that perform processing related to specific characters in a character string, and the addresses of each specific character corresponding processing unit are arranged in an array. A stored address table, a conversion table defined so that the value of the position corresponding to the code of the specific character is an element number from the head of the array in the address table, and a translation test instruction specifying the conversion table. Issue a specific character correspondence processing unit that obtains the address of the corresponding specific character correspondence processing unit from the address table with the value obtained thereby, and calls the specific character correspondence processing unit. And a processing unit calling unit.

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

本発明は,翻訳テスト(TRT:TRANSLATE ANDTEST)命
令を備えた計算機システムにおいて,文字列中の特定の
文字に応じた処理を行う文字列中の特定文字処理方式に
関する。
The present invention relates to a method for processing a specific character in a character string that performs processing according to a specific character in the character string in a computer system having a translation test (TRT: TRANSLATE ANDTEST) instruction.

〔従来の技術〕[Conventional technology]

第6図は従来技術の例を示す。 FIG. 6 shows an example of the prior art.

計算機システムでは,文字列中に特定の文字がある
と,その特定文字に応じた処理を行わなければならない
ことがある。
In a computer system, when a specific character is present in a character string, processing according to the specific character may need to be performed.

例えば,第6図に示すような文字列60があり,その中
にX′01′,X′02′またはX′03′(X′xx′は16進数
を表す)の特定の文字コードがあったときに,それを探
し出して,その各特定文字に関する処理を行うものとす
る。
For example, there is a character string 60 as shown in FIG. 6, in which a specific character code of X'01 ', X'02' or X'03 '(X'xx' represents a hexadecimal number) is included. When it is found, it is searched for and the processing for each specific character is performed.

従来技術では,第6図に示す特定文字判定処理部61の
ように,文字列60中の先頭から1文字ずつ取り出し,そ
の文字がX′01′か,X′02′か,X′03′かを順次判定
し,もし該当すれば,その文字コードに応じてあらかじ
め定められている処理1,処理2,処理3を呼び出すように
していた。
In the prior art, as in a specific character determination processing unit 61 shown in FIG. 6, one character is extracted from the beginning of a character string 60 one by one, and the character is X'01 ', X'02', or X'03 '. Are determined sequentially, and if so, the predetermined processing 1, processing 2, and processing 3 are called according to the character code.

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

従来技術では,文字列中に特定文字について,それぞ
れの特定文字に関する処理を行わなければならない場
合,第6図に示すように判定文を使用し,文字列中の1
文字ずつを判定しなければならなかった。したがって,
特定文字の種類か多い場合や文字列が長い場合などに
は,処理性能が悪いという問題があった。
In the prior art, when a specific character in a character string must be processed with respect to each specific character, a decision statement is used as shown in FIG.
I had to judge each letter. Therefore,
When there are many types of specific characters or when a character string is long, there is a problem that processing performance is poor.

ところで,比較的大型の計算機では,変換表を用いて
文字を変換する命令として,翻訳テスト命令(以下,TRT
命令という)が用意されている。この命令は,周知よう
に次のような機能を持つ。
By the way, in a relatively large computer, a translation test instruction (hereinafter referred to as TRT) is used as an instruction to convert characters using a conversion table.
Instructions). This instruction has the following functions, as is well known.

第1オペランドの指す文字列が,第2オペランドの示
す変換表を用いて調べられ,その結果によって,該当す
るものがあれば,その値が特定の汎用レジスタにセット
されるとともに,条件コードがセットされる。この命令
の実行は,次のように行われる。
The character string pointed to by the first operand is checked using the conversion table indicated by the second operand, and if there is an appropriate result, the value is set in a specific general-purpose register and the condition code is set. Is done. Execution of this instruction is performed as follows.

第1オペランドの引数バイトが第2オペランドアド
レスに加えられる。加算は,アドレス計算と同じ方法で
行われ,引数バイトの上位は0をつめて拡張される。
The argument byte of the first operand is added to the second operand address. The addition is performed in the same manner as the address calculation, and the upper part of the argument byte is extended by filling it with zero.

加算された結果のアドレスにより,変換表の1バイ
トが読み出される。
One byte of the conversion table is read based on the address of the result of the addition.

読み出されら変換表の1バイトがゼロか否か調べら
れ,その結果ゼロのとき処理は続行され,次の引数バイ
トによる変換表の参照が行われる。
When read, it is checked whether one byte of the conversion table is zero. If the result is zero, the processing is continued, and the conversion table is referred to by the next argument byte.

読み出された変換表の1バイトがゼロ以外のとき,
処理は終わる。そして,ゼロ以外の変換表の1バイトを
検出した引数バイトのアドレスが汎用レジスタR1に格納
される。また変換表の1バイトか汎用レジスタR2に入れ
られる。
When one byte of the read conversion table is non-zero,
Processing ends. Then, the address of the argument byte that has detected one byte of the conversion table other than zero is stored in the general-purpose register R1. One byte of the conversion table or the general-purpose register R2 is stored.

結果に応じて,条件コード0,1,2がセットされる。 Condition codes 0, 1, and 2 are set according to the result.

従来技術では,特定文字を検出し,その特定文字に関
する処理を呼び出す際に,このTRT命令を使用してはい
なかった。
In the prior art, this TRT instruction has not been used to detect a specific character and invoke processing relating to the specific character.

本発明は,文字列中の特定文字関する処理を行うにあ
たって,判定文を使用せずに,TRT命令を使用することに
より,特定文字の検索および特定文字に応じた各処理部
の呼び出し処理を,高速化することを目的としている。
According to the present invention, when performing processing relating to a specific character in a character string, by using a TRT instruction without using a judgment statement, a search for a specific character and a calling process of each processing unit according to the specific character can be performed. The purpose is to speed up.

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

第1図は本発明の原理説明図である。 FIG. 1 is a diagram illustrating the principle of the present invention.

第1図において,10はCPUおよびメモリなどからなるデ
ータ処理装置,11は特定文字を含むことがある文字列が
格納される文字列バッファ,12はTRT命令で用いる変換
表,13は各特定文字に関する処理の呼び出し先のアドレ
スが格納されたアドレステーブル,14は特定文字対応処
理部呼び出し部,15a〜15zはそれぞれ各特定文字に関す
る処理を行う特定文字対応処理部を表す。
In FIG. 1, reference numeral 10 denotes a data processing device including a CPU and a memory, 11 denotes a character string buffer for storing a character string that may include a specific character, 12 denotes a conversion table used in a TRT instruction, and 13 denotes each specific character. An address table in which addresses of destinations of processes related to the specific characters are stored, reference numeral 14 denotes a specific character corresponding processing unit calling unit, and reference numerals 15a to 15z each denote a specific character corresponding processing unit which performs processing relating to each specific character.

データ処理装置10は,文字列中の文字と変換表12とを
対応させて,変換表12から特定の値が得られたときに文
字列の走査を中断するとともに,変換表12から得られた
値を返却する翻訳テスト(TRT)命令の実行機能を備え
ている。
The data processing device 10 associates the characters in the character string with the conversion table 12, and stops scanning the character string when a specific value is obtained from the conversion table 12, and obtains the character string from the conversion table 12. It has a function to execute a translation test (TRT) instruction that returns a value.

文字列バッファ11は,特定文字の検索対象となる文字
列が格納される領域である。
The character string buffer 11 is an area for storing a character string to be searched for a specific character.

特定文字対応処理部15a,15b,…は,各々あらかじめ定
められた特定文字に関する処理を行うプログラムであ
る。
Each of the specific character correspondence processing units 15a, 15b,... Is a program for performing processing relating to a predetermined specific character.

アドレステーブル13には,これらの各特定文字対応処
理部15a〜15zのアドレスが配列状に格納されている。
The address table 13 stores the addresses of these specific character correspondence processing units 15a to 15z in an array.

変換表12は,特定文字のコードに対応する位置の値が
アドレステーブル13における配列の先頭からの要素番号
となるように定義された値を持つ。特定文字に対応しな
い位置のバイト値はゼロである。
The conversion table 12 has a value defined such that the value at the position corresponding to the code of the specific character is the element number from the head of the array in the address table 13. The byte value at the position that does not correspond to a specific character is zero.

特定文字対応処理部呼び出し部14は,変換表12を指定
して翻訳テスト(TRT)命令を発行し,それにより得ら
れた値でアドレステーブル13から該当する特定文字対応
処理部15a〜15zの1つのアドレスを得て,その特定文字
対応処理部15a〜15zを呼び出す処理を行う。
The specific character corresponding processing unit calling unit 14 issues a translation test (TRT) instruction by designating the conversion table 12, and obtains one of the corresponding specific character corresponding processing units 15 a to 15 z from the address table 13 with the obtained value. One address is obtained, and processing for calling the specific character correspondence processing units 15a to 15z is performed.

〔作用〕[Action]

TRT命令用の256バイトの変換表12における特定文字の
位置に,その文字を処理する特定文字対応処理部15a〜1
5zの各要素番号,すなわちアドレステーブル13における
配列の位置を設定しておく。この変換表12を指定し,TRT
命令で文字列バッファ11中の文字列を検索する。
At the position of a specific character in the 256-byte conversion table 12 for the TRT instruction, a specific character processing unit 15a-1 that processes that character
Each element number of 5z, that is, the position of the array in the address table 13 is set. By specifying this conversion table 12, TRT
The character string in the character string buffer 11 is searched by the instruction.

特定文字があると,TRT命令からその文字を処理する特
定文字対応処理部15a〜15zの1つの要素番号が返却され
るので,その値を使用し,アドレステーブル13からアド
レスを得て,該当する特定文字対応処理部15a〜15zを呼
び出す。
If there is a specific character, the TRT instruction returns one element number of the specific character correspondence processing unit 15a to 15z that processes the character, and using that value, obtains the address from the address table 13 and The specific character correspondence processing units 15a to 15z are called.

これにより,判定文を使用しないで高速に特定文字に
関する処理を実行させることが可能になる。
This makes it possible to execute the processing relating to the specific character at high speed without using the judgment statement.

〔実施例〕〔Example〕

第2図は本発明の一実施例における特定文字の例,第
3図は本発明の一実施例に係る変換表の設定例,第4図
は本発明の一実施例に係るアドレステーブルの設定例,
第5図は本発明の一実施例処理フローを示す。
FIG. 2 is an example of a specific character in one embodiment of the present invention, FIG. 3 is a setting example of a conversion table according to one embodiment of the present invention, and FIG. 4 is an address table setting according to one embodiment of the present invention. For example,
FIG. 5 shows a processing flow of an embodiment of the present invention.

例えば,端末装置に対する入出力データから,端末フ
ルスクリーンオーダを認識し,それからTTY端末のオー
ダを作成するような場合,特定文字のオーダを調べる必
要がある。第2図は,端末フリスクリーンオーダ文字列
20に含されるオーダの例を示している。
For example, when recognizing a terminal full screen order from input / output data to a terminal device and then creating a TTY terminal order, it is necessary to check the order of specific characters. Figure 2 shows the terminal free screen order character string
20 shows an example of an order included in 20.

文字コードX′11′の特定文字はセットバッファアド
レスSBA,X′1B′の特定文字はセットフィールド(拡
張)SF/E,X′13′の特定文字はカーソル位置付けIC,X′
1D′の特定文字はセットフィールドSF,X′3C′を特定文
字はリピート・トゥー・アドレスRAのオーダをそれぞれ
意味している。
The specific character of character code X'11 'is set buffer address SBA, the specific character of X'1B' is set field (extended) SF / E, the specific character of X'13 'is cursor positioning IC, X'
The specific character 1D 'indicates the set field SF, X'3C', and the specific character indicates the order of the repeat to address RA.

端末フルスクリーンオーダ文字列20から,これらのオ
ーダを検出して,例えばTTY端末オーダを作成するため
に,各オーダに応じた処理を行う場合,従来技術では,1
文字ずつ特定文字かどうかの判定を行い,その処理ルー
チンを呼び出すようにしていた。
In the case where these orders are detected from the terminal full-screen order character string 20 and processing corresponding to each order is performed, for example, in order to create a TTY terminal order, in the related art, 1
Each character is determined whether it is a specific character and its processing routine is called.

本発明では,第3図に示すような変換表12と,第4図
に示すようなアドレステーブル13とを用意し,TRT命令を
用いることにより,各特定文字を処理するサブルーチン
を呼び出す。
In the present invention, a conversion table 12 as shown in FIG. 3 and an address table 13 as shown in FIG. 4 are prepared, and a subroutine for processing each specific character is called by using a TRT instruction.

変換表12は,256バイトの大きさを持つテーブルで,第
3図に示すように,各特定文字の値に応じた位置に,そ
の特定文字を処理するサブルーチンの識別番号を持つよ
うにされる。特定文字の値に該当しない位置には,ゼロ
が格納される。
The conversion table 12 is a table having a size of 256 bytes, and has, as shown in FIG. 3, an identification number of a subroutine for processing the specific character at a position corresponding to the value of the specific character. . Zeros are stored in positions that do not correspond to the value of the specific character.

例えばSBA用サブルーチンの識別番号は,01であり,変
換表12におけるSBAオーダの値X′11′の位置(先頭か
ら17番目の位置)に,その識別番号01が設定されてい
る。同様に,ICオーダは,値がX′13′であるので,変
換表12の先頭から19バイト(16進数の13)目の位置に,
そのICオーダを処理するIC用サブルーチンの識別番号04
が設定されている。
For example, the identification number of the SBA subroutine is 01, and the identification number 01 is set at the position of the SBA order value X'11 '(the 17th position from the head) in the conversion table 12. Similarly, since the value of the IC order is X'13 ', at the position of the 19th byte (13th hexadecimal number) from the head of the conversion table 12,
Identification number 04 of the IC subroutine that processes the IC order
Is set.

アドレステーブル13には,第4図に示すように,各オ
ーダを処理するサブルーチンのアドレスが,その識別番
号の順番に格納される。例えばSBA用サブルーチンの識
別番号は01であるので,アドレステーブル13の1番目の
エントリに,SBA用サブルーチンのアドレスが設定される
ようになっている。SF用サブルーチンの識別番号は02で
あるので,SF用サブルーチンのアドレスは,2番目のエン
トリに設定される。他も同様である。
As shown in FIG. 4, the addresses of subroutines for processing each order are stored in the address table 13 in the order of their identification numbers. For example, since the identification number of the SBA subroutine is 01, the address of the SBA subroutine is set in the first entry of the address table 13. Since the identification number of the SF subroutine is 02, the address of the SF subroutine is set in the second entry. Others are the same.

第1図に示す特定文字対応処理部呼び出し部14は,こ
の変換表12およびアドレステーブル13を使用することに
より,第5図に示すような処理を行う。
The specific character correspondence processing unit calling unit 14 shown in FIG. 1 performs the processing shown in FIG. 5 by using the conversion table 12 and the address table 13.

まず,第2図に示す端末フルスクリーンオーダ文字
列20と第3図に示す変換表12を指定して,TRT命令を発行
する。この命令の発行によりセットされる条件コードCC
は,以下のとおりである。
First, a TRT instruction is issued by designating the terminal full-screen order character string 20 shown in FIG. 2 and the conversion table 12 shown in FIG. Condition code CC set by issuing this instruction
Is as follows.

CC=0:読み出された変換表12のバイトがすべでゼロ。 CC = 0: All the bytes of the conversion table 12 read are zero.

CC=1:ゼロ以外の変換表12の1バイトが第1オペラン
ドの最後にバイトより前で検出された。
CC = 1: A nonzero byte of conversion table 12 was found before the last byte of the first operand.

CC=2:ゼロ以外の変換表12の1バイトが第1オペラン
ドの最後のバイトで検出された。
CC = 2: One byte of non-zero conversion table 12 was found in the last byte of the first operand.

条件コードを判定し,特定文字のオーダが検出され
たかどうかを調べる。検出されると,汎用レジスタR2配
列中の位置(サブルーチンの識別番号)が返却されるの
で,第4図に示すアドレステーブル13から,そのサブル
ーチンをアドレスを得て,レジスタR15にセットする。
そして,連結分岐(BALR)命令により,そのサブルーチ
ンを呼び出す。
Determines the condition code and checks whether an order for a specific character has been detected. When detected, the position (identification number of the subroutine) in the array of general-purpose registers R2 is returned, so the subroutine is obtained from the address table 13 shown in FIG. 4 and the address is set in the register R15.
Then, the subroutine is called by a connection branch (BALR) instruction.

オーダ処理サブルーチン50により,その特定文字の
処理が終了したならば,まだ検索が必要かどうかを判定
する。検索が必要な場合,第2図に示す端末フルスクリ
ーンオーダ文字列20の検索された次の文字位置にポイン
タを進め,次から検索が行われるようにして,処理へ
戻り,同様に処理を繰り返す。端末フルスクリーンオー
ダ文字列20について,すべて検索が終了したならば,処
理を終了する。
When the processing of the specific character is completed by the order processing subroutine 50, it is determined whether or not the search is still necessary. If a search is required, the pointer is advanced to the next character position in the terminal full-screen order character string 20 shown in FIG. . When the search has been completed for all of the terminal full-screen order character strings 20, the processing ends.

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

以上説明したように,本発明によれば,特定文字が多
くなっても,性能が悪化することはない。また,機能拡
張により特定文字が増加したときでも,特定文字の処理
を呼び出す部分については,変換表およびアドレステー
ブルを変更するだけで,プログラムの命令を変更する必
要がないので,修正が容易になり,品質の向上に寄与す
る。
As described above, according to the present invention, even if the number of specific characters increases, the performance does not deteriorate. In addition, even when the number of specific characters increases due to the function expansion, the part that calls the processing of the specific characters can be easily modified because only the conversion table and address table need to be changed and the program instructions do not need to be changed. , Contribute to quality improvement.

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

第1図は本発明の原理説明図, 第2図は本発明の一実施例における特定文字の例, 第3図は本発明の一実施例に係る変換表の設定例, 第4図は本発明の一実施例に係るアドレステーブルの設
定例, 第5図は本発明の一実施例処理フロー, 第6図は従来技術の例を示す。 図中,10はデータ処理装置,11は文字列バッファ,12は変
換表,13はアドレステーブル,14は特定文字対応処理部呼
び出し部,15a〜zは特定文字対応処理部を表す。
FIG. 1 is a diagram for explaining the principle of the present invention, FIG. 2 is an example of a specific character in one embodiment of the present invention, FIG. 3 is a setting example of a conversion table according to one embodiment of the present invention, and FIG. FIG. 5 shows a processing flow of an embodiment of the present invention, and FIG. 6 shows an example of the prior art according to an embodiment of the present invention. In the figure, 10 is a data processing device, 11 is a character string buffer, 12 is a conversion table, 13 is an address table, 14 is a specific character correspondence processing unit calling unit, and 15a to z represent specific character correspondence processing units.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】文字のコードに対応する変換表から所定の
値を返却する翻訳テスト命令を備えた特定文字処理装置
において, 文字列中の特定文字に関する処理を行う複数の特定文字
対応処理部と, 前記各特定文字対応処理部のアドレスを格納したアドレ
ステーブルと, 前記特定文字のコードに対応する値と前記アドレステー
ブルに格納された各アドレスとをそれぞれ関連づけるた
めの変換表と, 前記変換表を指定した翻訳テスト命令により得られた値
で前記アドレステーブルから該当する特定文字対応処理
部を呼び出す特定文字対応処理部呼び出し部と を備えたことを特徴とする特定文字処理装置。
In a specific character processing device having a translation test instruction for returning a predetermined value from a conversion table corresponding to a character code, a plurality of specific character correspondence processing units for performing processing relating to specific characters in a character string are provided. An address table storing addresses of the specific character correspondence processing units; a conversion table for associating a value corresponding to the code of the specific character with each address stored in the address table; A specific character processing unit calling unit for calling a corresponding specific character processing unit from the address table with a value obtained by a designated translation test instruction.
JP2060990A 1990-01-31 1990-01-31 Specific character processor Expired - Fee Related JP2940976B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2060990A JP2940976B2 (en) 1990-01-31 1990-01-31 Specific character processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2060990A JP2940976B2 (en) 1990-01-31 1990-01-31 Specific character processor

Publications (2)

Publication Number Publication Date
JPH03225527A JPH03225527A (en) 1991-10-04
JP2940976B2 true JP2940976B2 (en) 1999-08-25

Family

ID=12032006

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2060990A Expired - Fee Related JP2940976B2 (en) 1990-01-31 1990-01-31 Specific character processor

Country Status (1)

Country Link
JP (1) JP2940976B2 (en)

Also Published As

Publication number Publication date
JPH03225527A (en) 1991-10-04

Similar Documents

Publication Publication Date Title
US4205370A (en) Trace method and apparatus for use in a data processing system
US5666519A (en) Method and apparatus for detecting and executing cross-domain calls in a computer system
US4330822A (en) Recursive system and method for binding compiled routines
EP0730226B1 (en) Hardware support for fast software emulation of unimplemented instructions
US5694587A (en) Specialized millicode instructions for test PSW validity, load with access test, and character translation assist
JP2610104B2 (en) Apparatus and method for checking instruction operation code
RU98113914A (en) METHOD AND DEVICE FOR PERFORMING MOBILE COMMANDS AND PACKED DATA USING A SINGLE REGISTER FILE
US5119495A (en) Minimizing hardware pipeline breaks using software scheduling techniques during compilation
US5226132A (en) Multiple virtual addressing using/comparing translation pairs of addresses comprising a space address and an origin address (sto) while using space registers as storage devices for a data processing system
US4670836A (en) Device for detecting an overlap of operands to be accessed
JPH0546383A (en) Data processor
JPS6124729B2 (en)
JP2940976B2 (en) Specific character processor
JPS5826584B2 (en) data processing equipment
US5210835A (en) Data processing system having apparatus for increasing the execution speed of bit field instructions
JP2778717B2 (en) Data processing unit
KR102021447B1 (en) Computing device and operating method thereof
JPS6236575B2 (en)
JP2788839B2 (en) CPU simulator
JP2557366B2 (en) Input / output procedure converter
JPH0667896A (en) Single chip microcomputer
JPH02204833A (en) Computer system
JPS6113615B2 (en)
JPS63149734A (en) Instruction fetching system
JPS61100836A (en) System for processing comparison and instruction of moving instruction logic

Legal Events

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