JPH03160550A - Endian converting system - Google Patents

Endian converting system

Info

Publication number
JPH03160550A
JPH03160550A JP30025689A JP30025689A JPH03160550A JP H03160550 A JPH03160550 A JP H03160550A JP 30025689 A JP30025689 A JP 30025689A JP 30025689 A JP30025689 A JP 30025689A JP H03160550 A JPH03160550 A JP H03160550A
Authority
JP
Japan
Prior art keywords
data
processor
communication data
information
control unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP30025689A
Other languages
Japanese (ja)
Other versions
JPH087738B2 (en
Inventor
Hitomasa Hiramatsu
仁昌 平松
Koji Aoyama
青山 孝治
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.)
Hitachi Ltd
Hitachi Computer Engineering Co Ltd
Original Assignee
Hitachi Ltd
Hitachi Computer Engineering 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 Hitachi Ltd, Hitachi Computer Engineering Co Ltd filed Critical Hitachi Ltd
Priority to JP1300256A priority Critical patent/JPH087738B2/en
Publication of JPH03160550A publication Critical patent/JPH03160550A/en
Publication of JPH087738B2 publication Critical patent/JPH087738B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)
  • Multi Processors (AREA)

Abstract

PURPOSE:To enable the normal exchange of data even between the processor of various endian by storing the data in a common memory while swapping the high-order byte and low-order byte of the communication data by a data swap control part when the communication data are the data. CONSTITUTION:The communication data between a local processor 36 on an I/O adapter 34 side and a main processor 38 on a system side are once stored in an information register 33. On the system side, it is discriminated whether the communication data are the data or a parameter, and the information are sent from the system side through a transmission/reception control part 32 to a data swap control part 35. By this data swap control part 35, data swap or data through control is executed to the communication data stored in the information register 33 and the data are stored in a local memory 31. Thus, the normal exchange of the communication data can be executed even between the processors of the various endian.

Description

【発明の詳細な説明】 〔産業上の利用分野J 本発明は、共通メモリを用い、プロセッサ問のデータ交
換を行うデータ処理システムのエンディアン変換方式に
関し、特にエンディアンの異なるプロセッサ間で正常な
データ授受を行うことが可能なエンディアン変換方式に
関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Application Field J] The present invention relates to an endian conversion method for a data processing system that uses a common memory and exchanges data between processors. This paper relates to an endian conversion method that can perform the following.

【従来の技術J 従来のデータ処理システムは,例えば第2図のように、
プロセッサ24,25、およびそれらに関連付けられて
いるローカルメモリ26.27がら構成された処理モジ
ュール22.23と、共通メモリ28とを備え、バス2
l上で処理モジュール間のデータ交換を行う場合には、
共通メモリ28を介してデータを交換していた。
[Conventional technology J] Conventional data processing systems, for example, as shown in Figure 2,
It includes a processing module 22.23 composed of processors 24, 25 and local memories 26.27 associated with them, and a common memory 28, and a bus 2.
When exchanging data between processing modules on l,
Data was exchanged via the common memory 28.

この場合、プロセッサ24.25は,ワードサイズのデ
ータの上下位バイトの並べ方を示すエンディアンが同一
であることが必要である。
In this case, the processors 24 and 25 need to have the same endianness indicating how the upper and lower bytes of word-sized data are arranged.

例えば、モトローラ社系のプロセッサを用いた場合、ワ
ードサイズのデータをメモリ28に書き込む際、上位バ
イトをアドレスの若い方に書き込み,下位バイトをアド
レスの高い方に書き込む。
For example, when using a Motorola processor, when writing word-sized data to the memory 28, the upper byte is written to the lower address, and the lower byte is written to the higher address.

すなわち、ピックエンディアン方式をとる。また、イン
テル社系のプロセッサでは,上位/下位バイトをこの逆
に書き込むリトルエンディアン方式をとる。
In other words, a pick-endian system is used. In addition, Intel processors use a little endian method in which upper and lower bytes are written in reverse.

このため,プロセッサ24.25のエンディアンが異な
る場合、例えばプロセッサ24が」(通メモリ28にワ
ードデータとして“’O I 2 3H”と書き込”み
、プロセッサ25がそのデータを読むと“2301H”
と認識してしまう。
Therefore, if the endianness of the processors 24 and 25 is different, for example, the processor 24 writes "'O I 2 3H" as word data in the communication memory 28, and the processor 25 reads the data as "2301H".
I recognize that.

なお,この種の装置として関連するものには、例えば特
開昭58−119066号が挙げられる。
Note that related devices of this type include, for example, Japanese Patent Application Laid-open No. 119066/1983.

〔発明が解決しようとする課題] 上記従来技術では、同一エンディアンのプロセッサ間の
データ交換は正常に行われるが.異なるエンディアンの
プロセッサ間の場合には、エンディアンの違いにより、
データ交換が正常に行われないという問題があった。
[Problems to be Solved by the Invention] In the above conventional technology, data exchange between processors of the same endian is performed normally. In the case of processors of different endianness, due to endianness differences,
There was a problem that data exchange was not performed normally.

本発明の目的は、このような問題点を改善し、異なるエ
ンディアンのプロセッサ間でも、正常なデータの授受を
行うことがI−rf能なエンディアン変換方式を提供す
ることにある。
SUMMARY OF THE INVENTION An object of the present invention is to solve these problems and provide an endian conversion method that allows normal data exchange between processors of different endians using I-RF.

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

上記目的を達成するため、本発明のエンディアン変換方
式は、ローカル(フロントエンド)プロセッサ、および
その制御情報を示す動作規定パラメータ(コマンドを含
む)と送受信データを格納する送受信バッファを含み、
ローカルプロセッサおよびシステム装置のメインプロセ
ッサの双方からワードサイズでアクセス可能な共通メモ
リ(ローカルメモリ)を有するI/Oアダプタと、ロー
カルプロセッサとはエンディアンの異なるメインプロセ
ッサ.メインメモリ,およびバスコントローラを有し、
I/Oアダプタを搭載するシステム装置と、I/Oアダ
プタとシステム装置を接続するシステムバスとを備えた
データ処理システムにおいて、上記I/Oアダプタには
、上記ローカルプロセッサの制御により、他システムと
の通信データを送受信する送受信制御部と、上記メイン
プロセッサおよびシステムバスを経由して転送されるワ
ードサイズのデータの上位バイト・下位バイトのスワッ
プ情報を格納する情報レジスタと、その情報レジスタの
格納値により制御されるデータスワップ制御部を備え、
上記システム装置側から、ローカルプロセッサ、メイン
プロセッサ間の通信データがデータであるかパラメータ
であるかを示す情報を,送受信制御部を介してデータス
ワップ制御部へ送り、I/Oアダプタ側では、その情報
を情報レジスタに格納して、その通信データがデータで
ある場合、データスワップ制御部により、通信データの
上位バイト・下位バイトをスワップして上記共通メモリ
に格納することに特徴がある。
In order to achieve the above object, the endian conversion method of the present invention includes a local (front end) processor, and a transmission/reception buffer that stores operation regulation parameters (including commands) indicating control information thereof and transmission/reception data,
An I/O adapter has a common memory (local memory) that can be accessed in word size from both the local processor and the main processor of the system device, and the main processor has a different endian from the local processor. Has main memory and bus controller,
In a data processing system that includes a system device equipped with an I/O adapter and a system bus that connects the I/O adapter and the system device, the I/O adapter has the ability to communicate with other systems under the control of the local processor. a transmission/reception control unit that transmits and receives communication data, an information register that stores swap information for the upper byte and lower byte of word-sized data transferred via the main processor and system bus, and the values stored in the information register. Equipped with a data swap control section controlled by
Information indicating whether the communication data between the local processor and the main processor is data or parameters is sent from the system device side to the data swap control unit via the transmission/reception control unit, and the I/O adapter side sends information indicating whether the communication data between the local processor and the main processor is data or parameters. When information is stored in the information register and the communication data is data, the data swap control section is characterized in that the upper byte and lower byte of the communication data are swapped and stored in the common memory.

〔作用] 本発明においては,異なるエンディアンのプロセッサ間
でデータ通信を行うシステムにおいて、それらのプロセ
ッサ間の通信データを送受信する送受信制御部と、シス
テム側のメインプロセッサからシステムバスを経由して
転送されるワードサイズのデータの上位バイト、下位バ
イトのスヮップ情報を有する情報レジスタと、データス
ワップ制御部とをI/Oアダプタに設けることより、次
の動作を行う。
[Operation] In the present invention, in a system that performs data communication between processors of different endianness, there is a transmission/reception control section that transmits and receives communication data between those processors, and a system that transmits data from the main processor on the system side via the system bus. The following operation is performed by providing an information register having swap information of the upper byte and lower byte of word-sized data and a data swap control section in the I/O adapter.

すなわち、I/Oアダプタ側のローカルプロセッサとシ
ステム側のメインプロセッサとの間の通信データは、一
旦情報レジスタに格納される。その通信データがデータ
かパラメータかはシステム側で判別され、その↑+’?
mは、システム側から送受信制御部を通って、データス
ワップ制御部に送られる。
That is, communication data between the local processor on the I/O adapter side and the main processor on the system side is temporarily stored in the information register. The system determines whether the communication data is data or a parameter.
m is sent from the system side to the data swap control unit through the transmission/reception control unit.

そのデータスワップ制御部により、++7報レジスタに
格納されている通信データを、データスワップまたはデ
ータスルー制岬して、ローカルメモリに格納する。
The data swap control unit performs data swap or data through control on the communication data stored in the ++7 information register and stores it in the local memory.

これにより、兄なるエンディアンのプロセッサ間でも,
正常な通信データの授受が可能となる。
As a result, even between big brother endian processors,
Normal communication data can be exchanged.

[実施例〕 以下、本発明の一実施例を図面により説明する.第3図
は、本発明の一実施例におけるデータ処理システムの構
成図である。
[Example] An example of the present invention will be described below with reference to the drawings. FIG. 3 is a configuration diagram of a data processing system in one embodiment of the present invention.

第3図において、3lはローカルメモリ、32は送受信
制御部、33は情報レジスタ、34はI/Oアダプタ、
35はデータスワップ制御部、36はローカルプロセッ
サ、37はバスコントローラ,38はメインプロセッサ
、39はメインメモリ.40はシステム装置、4lはシ
ステムバスである。また、I/Oアダプタ34 (ロー
カルメモリ31、送受信制御部32、情報レジスタ33
,データスリップ1νjga部35、ローカルプロセッ
サ36)と、I/Oアダプタ34を搭載するシステム装
置40(バスコントローラ37、メインプロセッサ38
、メインメモリ39)とは、システムバス41に接続さ
れて、データ交換を行う。
In FIG. 3, 3l is a local memory, 32 is a transmission/reception control unit, 33 is an information register, 34 is an I/O adapter,
35 is a data swap control unit, 36 is a local processor, 37 is a bus controller, 38 is a main processor, 39 is a main memory. 40 is a system device, and 4l is a system bus. In addition, the I/O adapter 34 (local memory 31, transmission/reception control unit 32, information register 33
, data slip 1νjga section 35, local processor 36) and a system device 40 (bus controller 37, main processor 38) equipped with an I/O adapter 34.
, main memory 39) are connected to the system bus 41 to exchange data.

このローカルメモリ3lは、メインプロセッサ38とロ
ーカルプロセッサ36の双方からワードサイズでアクセ
ス可能であり、送受信制#部32は、メインプロセッサ
38とローカルプロセッサ36間の通信データを送受信
する。
This local memory 3l can be accessed in word size from both the main processor 38 and the local processor 36, and the transmission/reception control # section 32 transmits and receives communication data between the main processor 38 and the local processor 36.

また、情報レジスタ33は、メインプロセッサ38とシ
ステムバス4lを経由して転送されるデータ(ワードサ
イズ)の上位バイト,下位バイトのスワップ情報を有す
る。
Further, the information register 33 has swap information of the upper byte and lower byte of data (word size) transferred via the main processor 38 and the system bus 4l.

また、データスワップ制御部35は、情報レジスタ33
に格納されたスワツブ情報により、通信データに対して
データスルー制御あるいはデータスワップ制御を行う。
The data swap control unit 35 also controls the information register 33
Data through control or data swap control is performed on communication data based on the swab information stored in the .

また、ローカルプロセッサ36は,ピックエンディアン
あるいはりトルエンディアンのプロセッサであり、メイ
ンプロセッサ38とは異なるエンディアンのブaセツサ
である。
Further, the local processor 36 is a pick-endian or a true-endian processor, and is a different endian bus setter from the main processor 38.

また、バスコントローラ37は、I/Oアダプタ34と
システム装置40とを接続するシステムバス4lを制御
する。
The bus controller 37 also controls a system bus 4l that connects the I/O adapter 34 and the system device 40.

また5メインプロセッサ38は、システム側のプロセッ
サであり、ローカルプロセッサ36とは異なるエンディ
アンを有する。
Further, the main processor 38 is a processor on the system side and has a different endian from the local processor 36.

また、メインメモリ39は、I/Oアダプタ34からの
通信データを記憶するシステム本体のメモリである。
Further, the main memory 39 is a memory of the system main body that stores communication data from the I/O adapter 34.

また、システムバス4lは、ローカルプロセッサ36と
メインプロセッサ38を結ぶ。
Further, the system bus 4l connects the local processor 36 and the main processor 38.

次に、データスワップ制御部35の構成および機能につ
いて述べる。
Next, the configuration and functions of the data swap control section 35 will be described.

第4図は、第3図のデータスワップ制御部の論理構成図
,第5図は第3図のデータスワップ制御部の論理構成の
説明図である。
4 is a logical configuration diagram of the data swap control section of FIG. 3, and FIG. 5 is an explanatory diagram of the logical configuration of the data swap control section of FIG. 3.

第4図において,42〜45はセレクタ部(SEL),
46はラッチ部、47はバスコントロール信号制御部で
ある。
In Fig. 4, 42 to 45 are selector sections (SEL);
46 is a latch section, and 47 is a bus control signal control section.

このバスコントロール信q− ffIl m部47は、
システム側からI/Oアダプタ34への通信データがパ
ラメータかデータかを示す制御信号を持ち、その情報に
より通信データをデータスワップあるいはデータスルー
させて、異なるエンディアンのプロセッサ間に対して正
常な通信データの送受信を可能としている。
This bus control signal q-ffIlm section 47 is
It has a control signal indicating whether the communication data from the system side to the I/O adapter 34 is a parameter or data, and based on that information, the communication data can be data swapped or data through, so that normal communication data can be transmitted between processors of different endianness. It is possible to send and receive.

また、データスワップ制IX)835の機能は第5図の
ように示される.すなわち、通信データがデータである
場合には、実線で示すように,データスワップ制御を行
い、ワードサイズのデータの上位バイトと下位バイトを
逆転させる。また,通信データがパラメータである場合
には、データスルー制御を行い、上下位バイトはそのま
まとする。
The functions of the data swap system IX) 835 are shown in FIG. That is, when the communication data is data, data swap control is performed to reverse the upper byte and lower byte of the word-sized data, as shown by the solid line. Furthermore, if the communication data is a parameter, data through control is performed and the upper and lower bytes are left unchanged.

次に、メインプロセッサ38とローカルプロセッサ36
間の通信データの送受信について述べる。
Next, the main processor 38 and the local processor 36
This section describes the transmission and reception of communication data between the two.

第1図は、本発明の一実施例におけるエンデイアン変換
方式を示すフローチャート、第6図は本発明の一実施例
におけるエンディアン変換の説明図である。
FIG. 1 is a flowchart showing an endian conversion method in an embodiment of the present invention, and FIG. 6 is an explanatory diagram of endian conversion in an embodiment of the present invention.

本実施例では、システム側からI/Oアダプタ34に通
信データを送信すると、その通信データは送受信制御部
32を通り、情報レジスタ33に格納される。その際、
I/Oアダプタ34は、システム側からその通信データ
を受信するとともに、その通信データがデータかあるい
はパラメータかを示す情報を受信する。
In this embodiment, when communication data is transmitted from the system side to the I/O adapter 34, the communication data passes through the transmission/reception control section 32 and is stored in the information register 33. that time,
The I/O adapter 34 receives the communication data from the system side, and also receives information indicating whether the communication data is data or parameters.

その情報は、送受信制御部32を通ってデータスワップ
制御部35に送られ、情報レジスタ33に格納されて、
データかパラメータかをチェックされる(101)。
The information is sent to the data swap control unit 35 through the transmission/reception control unit 32, stored in the information register 33, and
It is checked whether it is data or a parameter (101).

その結果、データならば、スワップ制御部35はデータ
スワップの制御を行い,エンディアン変換を指示するパ
ラメータを情報レジスタ33にセットする(1 0 2
)。すなわち、第6図(a)のように、ローカルメモリ
31とメインメモリ39との間でデータを移す場合、上
位バイトと下位バイトを逆転することにより、互いに正
確なデータを持つことができる。
If the result is data, the swap control unit 35 controls the data swap and sets a parameter instructing endian conversion in the information register 33 (1 0 2
). That is, when data is transferred between the local memory 31 and the main memory 39 as shown in FIG. 6(a), mutually accurate data can be obtained by reversing the upper and lower bytes.

また,パラメータならば、データスルー制御を行い、エ
ンディアン変換を抑止するパラメータを情報レジスタ3
3にセットする(+03)。この場合の処理は,第6図
(b)に示される。
If it is a parameter, data through control is performed and the parameter to suppress endian conversion is stored in the information register 3.
Set to 3 (+03). The processing in this case is shown in FIG. 6(b).

これにより、その通信データは、正常にローカルメモリ
31に格納される(104),この後、その通信データ
をローカルメモリ3!から引き出し(105)、送受信
あるいは1也動作に移る(+06)。
As a result, the communication data is normally stored in the local memory 31 (104), and then the communication data is stored in the local memory 3! From there, the data is withdrawn (105), and the process moves to sending/receiving or one-to-one operations (+06).

〔発明の効果〕〔Effect of the invention〕

本発明によれば、異なるエンディアンのプロセッサ間で
の正常なデータ授受を、ローカルメモリ等、両プロセッ
サよりアクセス可能な共辿メモリを介して行うことがで
きる。
According to the present invention, normal data exchange between processors of different endianness can be performed via a co-tracing memory, such as a local memory, that can be accessed by both processors.

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

第1図は本発明の一実施例におけるエンディアン変換方
式を示すフローチャート、第2図は従来のデータ交換方
法を示す説明図,第3図は本発明の一実施例におけるデ
ータ処理システムの構成図、第4図は第3図のデータス
ワップ制御部の論理構成図、第5図は第3図のデータス
ワップ制御部の論理構成の説明図、第6図は本発明の一
実施例におけるエンディアン変換の説明図である。 2l:システムバス,22.23:処理モジュール,2
4,25:プロセッサ,26.27:ローカルメモリ,
28:共通メモリ,31:ローカルメモリ,32:送受
信制御部,33:情報レジスタ,34:I/Oアダプタ
,35:データスワップ制御部,36:ローカルプロセ
ッサ,37:バスコントローラ,38:メインプロセッ
サ,39:メインメモリ.40:システム装L4 1 
:システムバス,42〜45:セレクタ部(SEL),
46:ラツチ部,47:パスコントロール信号制御部。 第 l 図 第 5 図 35 第 6 図 (その1) (a) ローカルメモリ メインメモリ 第 6 図(その2) (b) ローカルメモリ メインメモリ
FIG. 1 is a flowchart showing an endian conversion method in an embodiment of the present invention, FIG. 2 is an explanatory diagram showing a conventional data exchange method, and FIG. 3 is a configuration diagram of a data processing system in an embodiment of the present invention. 4 is a logical configuration diagram of the data swap control section in FIG. 3, FIG. 5 is an explanatory diagram of the logical configuration of the data swap control section in FIG. 3, and FIG. 6 is an illustration of endian conversion in an embodiment of the present invention. It is an explanatory diagram. 2l: System bus, 22.23: Processing module, 2
4, 25: Processor, 26. 27: Local memory,
28: common memory, 31: local memory, 32: transmission/reception control section, 33: information register, 34: I/O adapter, 35: data swap control section, 36: local processor, 37: bus controller, 38: main processor, 39: Main memory. 40: System installation L4 1
: System bus, 42 to 45: Selector section (SEL),
46: latch section, 47: path control signal control section. Figure l Figure 5 Figure 35 Figure 6 (Part 1) (a) Local memory Main memory Figure 6 (Part 2) (b) Local memory Main memory

Claims (1)

【特許請求の範囲】[Claims] 1、ローカルプロセッサ、および該ローカルプロセッサ
の制御情報を示す動作規定パラメータと送受信データを
格納する送受信バッファを含み、該ローカルプロセッサ
およびシステム装置のメインプロセッサの双方からワー
ドサイズでアクセス可能な共通メモリを有するI/Oア
ダプタと、該ローカルプロセッサとはエンディアンの異
なる該メインプロセッサ、メインメモリ、およびバスコ
ントローラを有し、該I/Oアダプタを搭載するシステ
ム装置と、該I/Oアダプタと該システム装置を接続す
るシステムバスとを備えたデータ処理システムにおいて
、上記I/Oアダプタには、上記ローカルプロセッサの
制御により、他システムとの通信データを送受信する送
受信制御部と、上記メインプロセッサおよびシステムバ
スを経由して転送されるワードサイズのデータの上位バ
イト・下位バイトのスワップ情報を格納する情報レジス
タと、該情報レジスタの格納値により制御されるデータ
スワップ制御部を備え、上記システム装置側から、該ロ
ーカルプロセッサ、メインプロセッサ間の通信データが
データか否かを示す情報を、該送受信制御部を介して該
データスワップ制御部へ送り、該I/Oアダプタ側では
、該情報を該情報レジスタに格納して、該通信データが
データである場合、該データスワップ制御部により、該
通信データの上位バイト・下位バイトをスワップして上
記共通メモリに格納することを特徴とするエンディアン
変換方式。
1. A common memory including a local processor and a transmission/reception buffer for storing operation regulation parameters indicating control information of the local processor and transmission/reception data, and accessible in word size from both the local processor and the main processor of the system device. An I/O adapter, a main processor having a different endian from the local processor, a main memory, and a bus controller; In a data processing system equipped with a system bus to be connected, the I/O adapter includes a transmission/reception control unit that transmits and receives communication data with other systems under the control of the local processor, and a transmission/reception control unit that transmits and receives communication data to and from other systems via the main processor and the system bus. an information register that stores swap information for the upper byte and lower byte of word-sized data to be transferred, and a data swap control unit that is controlled by the stored value of the information register, Information indicating whether communication data between the processor and the main processor is data is sent to the data swap control unit via the transmission/reception control unit, and the I/O adapter side stores the information in the information register. An endian conversion method characterized in that, when the communication data is data, the data swap control unit swaps the upper byte and lower byte of the communication data and stores the swapped data in the common memory.
JP1300256A 1989-11-17 1989-11-17 Endian conversion method Expired - Fee Related JPH087738B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1300256A JPH087738B2 (en) 1989-11-17 1989-11-17 Endian conversion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1300256A JPH087738B2 (en) 1989-11-17 1989-11-17 Endian conversion method

Publications (2)

Publication Number Publication Date
JPH03160550A true JPH03160550A (en) 1991-07-10
JPH087738B2 JPH087738B2 (en) 1996-01-29

Family

ID=17882596

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1300256A Expired - Fee Related JPH087738B2 (en) 1989-11-17 1989-11-17 Endian conversion method

Country Status (1)

Country Link
JP (1) JPH087738B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08202646A (en) * 1995-01-25 1996-08-09 Nec Corp Input and output controller
US5550987A (en) * 1992-07-28 1996-08-27 Kabushiki Kaisha Toshiba Data transfer device
US5708800A (en) * 1994-09-27 1998-01-13 Mitsubishi Denki Kabushiki Kaisha High speed microprocessor for processing and transferring N-bits of M-bit data
JP2011129132A (en) * 2009-12-21 2011-06-30 Intel Corp Endian conversion tool
US8745293B2 (en) 2007-09-06 2014-06-03 Megachips Corporation Data processor

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS641050A (en) * 1987-03-18 1989-01-05 Hitachi Ltd Computer system provided with byte order conversion mechanism

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS641050A (en) * 1987-03-18 1989-01-05 Hitachi Ltd Computer system provided with byte order conversion mechanism

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5550987A (en) * 1992-07-28 1996-08-27 Kabushiki Kaisha Toshiba Data transfer device
US5708800A (en) * 1994-09-27 1998-01-13 Mitsubishi Denki Kabushiki Kaisha High speed microprocessor for processing and transferring N-bits of M-bit data
JPH08202646A (en) * 1995-01-25 1996-08-09 Nec Corp Input and output controller
US8745293B2 (en) 2007-09-06 2014-06-03 Megachips Corporation Data processor
JP2011129132A (en) * 2009-12-21 2011-06-30 Intel Corp Endian conversion tool

Also Published As

Publication number Publication date
JPH087738B2 (en) 1996-01-29

Similar Documents

Publication Publication Date Title
JPS6126103B2 (en)
HU201165B (en) Device for connecting modules of 8 and 16 bit to a system of microprocessor of 16 bit
KR20040044366A (en) Shared memory data transfer apparatus
JPS5914778B2 (en) data processing equipment
JPH03160550A (en) Endian converting system
KR100229897B1 (en) The timing mode selecting apparatus for dma transferring method
US5432910A (en) Coupling apparatus and method for increasing the connection capability of a communication system
JPS6240751B2 (en)
JPH0452982B2 (en)
KR940004735B1 (en) Graphic processing system
JPH0471060A (en) Semiconductor integrated circuit
KR100252084B1 (en) Method for writing/reading data and data access apparatus in multi-process system
JPS6298444A (en) Data communication system
JPS63128837A (en) Line controller
JPH039453A (en) Data transfer controller
KR100287784B1 (en) Interface circuit for data communication
JPH05346884A (en) Method and device for storing and updating data
JPH0630081B2 (en) Communication control circuit
JPH02141860A (en) Data transfer controller
JPS6282846A (en) Tracing system for line data
JPH0721102A (en) Message transmitter/receiver
JPH0322650A (en) Communication control equipment
JPS6155763A (en) Channel data storing control system in control device
JPH09198309A (en) Information processing system, system control method and information processor
JPS59144933A (en) Data channel

Legal Events

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