JPH02110764A - Internal data format converting processing system in multi-system capable of cooperation processing - Google Patents

Internal data format converting processing system in multi-system capable of cooperation processing

Info

Publication number
JPH02110764A
JPH02110764A JP26445688A JP26445688A JPH02110764A JP H02110764 A JPH02110764 A JP H02110764A JP 26445688 A JP26445688 A JP 26445688A JP 26445688 A JP26445688 A JP 26445688A JP H02110764 A JPH02110764 A JP H02110764A
Authority
JP
Japan
Prior art keywords
internal data
processing
data format
program
format
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
JP26445688A
Other languages
Japanese (ja)
Inventor
Shinichi Kuroki
伸一 黒木
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 JP26445688A priority Critical patent/JPH02110764A/en
Publication of JPH02110764A publication Critical patent/JPH02110764A/en
Pending legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)
  • Devices For Executing Special Programs (AREA)

Abstract

PURPOSE:To attain the efficient cooperation processing between systems by preparing the objective program of plural arbitrary internal data forms with one translating means. CONSTITUTION:At the time of the cooperation processing with other system out of respective systems, in a system to process the data of the different internal data form of other system, concerning a first objective program 3, further, a converting processing part 4 executes the secondary converting processing (post treatment) with conversion specifications information 5 corresponding to the internal data form of other connecting system, a second objective program 6 having the internal data format of the object is prepared and the connecting processing is performed. Thus, the connecting processing between the systems can be efficiently carried out.

Description

【発明の詳細な説明】 〔概要〕 複数のシステムが結合されて連携処理を行うことが可能
なマルチシステムにおける内部データ形式の変換処理方
式に関し。
DETAILED DESCRIPTION OF THE INVENTION [Summary] The present invention relates to an internal data format conversion processing method in a multi-system in which a plurality of systems can be combined to perform cooperative processing.

比較的小さい規模で任意の異なる内部データ形式の目的
プログラムを容易に生成できるプログラム翻訳手段を提
供することを目的とし。
The purpose of this invention is to provide a program translation means that can easily generate target programs with arbitrary different internal data formats on a relatively small scale.

少なくとも1つのシステムはソースプログラムを目的プ
ログラムに翻訳する翻訳手段をそなえ。
At least one system includes translation means for translating a source program into a destination program.

上記翻訳手段は、自システムで実行する処理のソースプ
ログラムを自システムの所定の内部データ形式にしたが
う第1の目的プログラムに翻訳する基本翻訳処理部と、
第1の目的プログラムにおける内部データ形式の関連部
分を与えられた他の内部データ形式の仕様にしたがって
書き換え、第2の目的プログラムに変換する変換処理部
とを有する構成をもつ。
The translation means includes a basic translation processing unit that translates a source program for processing to be executed in the own system into a first object program that conforms to a predetermined internal data format of the own system;
The conversion processing unit rewrites the relevant part of the internal data format in the first target program according to the specifications of another given internal data format, and converts it into the second target program.

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

本発明は、複数のシステムが結合されて連携処理を行う
ことが可能なマルチシステムにおける内部データ形式の
変換処理方式に関する。
The present invention relates to an internal data format conversion processing method in a multi-system in which a plurality of systems can be combined to perform cooperative processing.

連携処理可能なマルチシステムを構成する各システムに
おいて、内部処理に用いるデータの形式(内部データ形
式という)が異なっている場合。
When the formats of data used for internal processing (referred to as internal data formats) are different in each system that makes up a multi-system capable of cooperative processing.

あるシステムが連携処理のために他のシステム内のデー
タを処理しようとすると、データ形式を変換するかある
いは他のシステムの内部データ形式で直接処理できる処
理プログラムを自システムに用意する必要がある。本発
明は、後者の方法による処理プログラムを効率的に生成
する翻訳手段を実現する。
When a system attempts to process data in another system for cooperative processing, it is necessary to either convert the data format or prepare a processing program in the system that can directly process the data in the other system's internal data format. The present invention realizes a translation means that efficiently generates a processing program using the latter method.

〔従来の技術〕[Conventional technology]

第4図は、連携して処理を行う2つのシステムからなる
マルチシステムの従来例を示したものである。
FIG. 4 shows a conventional example of a multi-system consisting of two systems that cooperate to perform processing.

図において、41は演算処理機能をもつシステムAであ
り、42は入出力処理機能をもつシステムB、43はデ
ータが格納されているファイルである。
In the figure, 41 is a system A having an arithmetic processing function, 42 is a system B having an input/output processing function, and 43 is a file in which data is stored.

システムBは、ファイル43のデータを取り出し、処理
を行い、その際演算が必要な場合システムAに依頼して
演算させ、結果を返して貰う。このような制御は、たと
えばシステムBのプログラムが関数呼び出しを行うとシ
ステムAに制御が渡り、システムAが関数ルーチンを実
行して結果を返すことによって実現できる。
System B takes out the data in the file 43, processes it, and if calculation is required at that time, requests system A to perform the calculation and returns the result. Such control can be achieved by, for example, when a program in system B calls a function, control is transferred to system A, and system A executes the function routine and returns the result.

このようなシステム間の連携処理では、システムBの内
部データ形式(ファイルの格納データの形式)とシステ
ムAの演算処理機能で処理するデータの内部データ形式
が異なる場合、システムAは、システムBから依頼され
た処理のためにシステムB内のデータを直接扱うことが
できない。
In such cooperative processing between systems, if the internal data format of system B (file storage data format) and the internal data format of the data processed by system A's arithmetic processing functions are different, system A The data in System B cannot be directly handled due to the requested processing.

このような内部データ形式の違いは、10進数字データ
のバック形式とアンパック形式や、浮動小数点データに
おけるM形式とIEEE形式などがある。
Differences in internal data formats include the back format and unpacked format for decimal digit data, and the M format and IEEE format for floating point data.

たとえば浮動小数点データのM形式と■EEE形式につ
いて見ると9両形式のデータは同じ32ビツトのデータ
長であっても、指数部と仮数部の設定長が異なるため9
M形式ではIQ−72〜1072の数値範囲、IEEE
形式ではIQ−1e〜103sの数値範囲を表すことが
でき、そして精度はM形式の方がI EEE形式よりも
低くなる。
For example, if we look at floating point data in the M format and the
M format has a numerical range of IQ-72 to 1072, IEEE
The format can represent a numerical range from IQ-1e to 103s, and the precision is lower in the M format than in the IEEE format.

たとえば第4図の従来例において、システムBの内部デ
ータ形式がIEEE形式であり、そしてシステムAの内
部データ形式がM形式であった場合、システムBからシ
ステムAに浮動小数点演算を依頼できるようにするため
には5図示されている例のように、システムB内にデー
タ形式変換機能を設けるかまたはシステムA内にデータ
形式変換機能を設け、データ転送の際にそれぞれのシス
テムにおいて定められた内部データ形式となるように1
M形式とI EEE形式の双方向変換を行う方法をとる
か、あるいはシステムBの内部データ形式でそのまま演
算処理できるプログラムをシステムAにもたせる方法が
とられていた。
For example, in the conventional example shown in Figure 4, if system B's internal data format is IEEE format and system A's internal data format is M format, system B can request floating point arithmetic to system A. In order to 1 as the data format
The methods used were to perform bidirectional conversion between the M format and the IEEE format, or to provide system A with a program that could perform calculations directly in system B's internal data format.

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

従来の内部データ形式が異なる複数のシステムによる連
携処理では、システム間でのデータ転送時に内部データ
形式の変換を行うか、あるいは内部データ形式の変換な
しで他システムから依頼された処理を行う場合には、依
頼先のシステムに。
Conventionally, in cooperative processing between multiple systems with different internal data formats, it is necessary to convert the internal data format when transferring data between systems, or to perform processing requested from other systems without converting the internal data format. to the requesting system.

依頼先のシステムの内部データを直接取り扱える処理プ
ログラムをもたせる必要があった。
It was necessary to have a processing program that could directly handle the internal data of the client's system.

しかし、内部データ形式の変換を行う方法ではたとえば
浮動小数点データにおけるI EEE形式からM形式へ
の変換のように、変換に伴いデータの精度が劣化する場
合があり、このため内部データ形式変換なしの方法をと
ろうとすると、対象データの内部データ形式を取り扱う
ことが可能な処理プログラムを生成するための翻訳手段
(コンパイラ)が必要になり、そしてそのような翻訳手
段がシステムに用意されていない場合には、新たに必要
な内部データ形式ごとに専用の翻訳手段を作成しなけれ
ばならないという不都合があった。
However, with methods that convert internal data formats, for example, converting floating point data from IEEE format to M format, the accuracy of the data may deteriorate as a result of the conversion. If you try to use this method, you will need a translation means (compiler) to generate a processing program that can handle the internal data format of the target data, and if the system does not have such a translation means, had the inconvenience of having to create a dedicated translation means for each newly required internal data format.

本発明は、比較的小さい規模で任意の異なる内部データ
形式の目的プログラムを容易に生成できるプログラム翻
訳手段を提供することを目的とする。
SUMMARY OF THE INVENTION An object of the present invention is to provide a program translation means that can easily generate target programs in arbitrary different internal data formats on a relatively small scale.

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

本発明によれば、マルチシステムを構成する各システム
のうち少なくとも1つのシステムのプログラム翻訳手段
は、自システムで定められたある1つの内部データ形式
をもつ処理プログラムを目的プログラムとして生成する
翻訳処理部を基本系とし、その生成された目的プログラ
ムのうち内部データ形式に関連する部分を他の内部デー
タ形式のものに書き換える変換処理部を二次系として2
段に構成される。
According to the present invention, the program translation means of at least one of the systems constituting the multi-system is a translation processing unit that generates a processing program having a certain internal data format determined by the own system as a target program. is the basic system, and the conversion processing unit that rewrites the part related to the internal data format of the generated target program into another internal data format is the secondary system.
It is composed of tiers.

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

1は翻訳対象のソースプログラムであり、マルチシステ
ム内の1システムにおいて連携処理を行うためのもので
ある。
Reference numeral 1 denotes a source program to be translated, which is used to perform cooperative processing in one system in a multi-system.

2は基本翻訳処理部であり、ソースプログラム1を、自
システムで基本とされる1つの内部データ形式にしたが
って翻訳し、目的プログラムを生成する。
2 is a basic translation processing unit that translates the source program 1 according to one internal data format that is basic in its own system, and generates a target program.

3は基本翻訳処理部2により生成された第1の目的プロ
グラムであり、自システムのローカル処理において基本
の内部データ形式で動作することができる。
3 is a first target program generated by the basic translation processing section 2, which can operate in the basic internal data format in local processing of its own system.

4は変換処理部であり、第1の目的プログラム3に対し
てその基本の内部データ形式を他の指定されたものに変
換する処理を行う。
Reference numeral 4 denotes a conversion processing unit, which performs processing for converting the basic internal data format of the first target program 3 into another specified format.

5は変換仕様情報であり、変換すべき内部データ形式に
ついての情報を変換処理部4に与える。
Reference numeral 5 denotes conversion specification information, which provides information about the internal data format to be converted to the conversion processing unit 4.

6は変換処理部4が変換仕様情報5に基づいて内部デー
タ形式を変換した結果の第2の目的プログラムである。
Reference numeral 6 denotes a second target program resulting from conversion of the internal data format by the conversion processing unit 4 based on the conversion specification information 5.

〔作用〕[Effect]

本発明では、連携処理可能なマルチシステムを構成する
各システムにおいて、それぞれ基本となる内部データ形
式を選択して、それにしたがい第1図の基本翻訳処理部
2を用意する。また連携処理で必要となる他システムの
内部データ形式の情報を変換仕様情報5として用意する
In the present invention, a basic internal data format is selected for each system constituting a multi-system capable of cooperative processing, and the basic translation processing unit 2 shown in FIG. 1 is prepared in accordance with the selected internal data format. Also, information on the internal data format of other systems, which is required in the cooperative processing, is prepared as conversion specification information 5.

各システムは、自システムのローカルな処理を行う場合
、その処理に使用するソースプログラムを基本翻訳処理
部2で翻訳し、第1の目的プログラム3を生成してその
基本の内部データ形式により処理を実行することができ
る。
When each system performs local processing in its own system, the basic translation processing unit 2 translates the source program used for the processing, generates a first objective program 3, and performs the processing using its basic internal data format. can be executed.

また各システムのうち他システムとの連携処理に際して
他システムの異なる内部データ形式のデータを処理する
システムでは、第1の目的プログラム3について、さら
に変換処理部4で、連携する他システムの内部データ形
式に対応する変換仕様情報5を用いて二次的な変換処理
(後処理)を行い、目的の内部データ形式をもつ第2の
目的プログラム6を生成して、連携処理を実行する。
In addition, in a system that processes data in different internal data formats of other systems when performing cooperative processing with other systems, the conversion processing unit 4 further converts the first objective program 3 into the internal data format of the other systems to be cooperated with. A secondary conversion process (post-processing) is performed using the conversion specification information 5 corresponding to , a second target program 6 having the target internal data format is generated, and the collaboration process is executed.

〔実施例〕〔Example〕

第2図に本発明の1実施例システムの構成を示す。 FIG. 2 shows the configuration of a system according to an embodiment of the present invention.

図において。In fig.

7.8はそれぞれマルチシステムを構成するシステムA
およびシステムB。
7.8 are systems A that each constitute a multi-system
and system B.

9は各システムを結合するバス。9 is a bus that connects each system.

10.18はコンパイラ。10.18 is the compiler.

11.19は基本翻訳処理部。11.19 is the basic translation processing section.

12は変換処理部。12 is a conversion processing unit.

13.20は高級言語ソース。13.20 is a high-level language source.

14.21は基本翻訳処理部11.19から目的プログ
ラムとして出力されるアセンブリ言語しベルのアセンブ
ラソースI。
14.21 is an assembly language assembler source I output as a target program from the basic translation processing unit 11.19.

15は内部データ形式の変換仕様情報。15 is internal data format conversion specification information.

16は変換処理部12から出力されたアセンブリ言語レ
ベルのアセンブラソース■。
16 is an assembly language level assembler source (■) output from the conversion processing unit 12;

17.22はプログラム実行部。17.22 is a program execution section.

23は連携処理でシステムBからシステムAに処理を依
転する対象の処理データである。
Reference numeral 23 indicates processing data whose processing is to be transferred from system B to system A in cooperative processing.

この場合、システムBにおける基本翻訳処理部19の内
部データ形式は処理データ23の内部データ形式と一致
するが、システムへの基本翻訳処理部11の内部データ
形式とは一致しない。
In this case, the internal data format of the basic translation processing unit 19 in system B matches the internal data format of the processed data 23, but does not match the internal data format of the basic translation processing unit 11 to the system.

このためシステムAの変換仕様情報15には処理データ
23の内部データ形式の仕様を設定して。
For this reason, the specifications of the internal data format of the processing data 23 are set in the conversion specification information 15 of the system A.

目的プログラムのアセンブラソース■の内部データ形式
を変換する。
■Convert the internal data format of the program's assembler source.

次に具体例を用いて動作を説明する。Next, the operation will be explained using a specific example.

システムAにおいて、高級言語ソース13は浮動小数点
データを処理するものである。基本翻訳処理部11は、
高級言語ソースを読み込み、14のアセンブラソースI
を生成する。
In system A, the high-level language source 13 processes floating point data. The basic translation processing unit 11 is
Load high-level language source, 14 assembler source I
generate.

基本翻訳処理部11は、浮動小数点データの処理記述を
自システムA上で動作させるのに最も具合のよいように
1例えばシステムAの浮動小数点演算命令に翻訳する(
この場合、浮動小数点演算命令により、浮動小数点デー
タの形式が決定される)。
The basic translation processing unit 11 translates the floating-point data processing description into floating-point arithmetic instructions for system A, for example, in a manner that is most convenient for operating on the own system A (
In this case, the floating point arithmetic instructions determine the format of the floating point data).

システムAの浮動小数点演算命令では、システムBの浮
動小数点データである処理データ23をそのまま取り扱
うことができないため、変換処理部12と変換仕様情報
15とを用いて、14のアセンブラソースIを変換し、
16のアセンブラソース■を生成する。
Since the floating point arithmetic instructions of system A cannot directly handle the processing data 23, which is floating point data of system B, 14 assembler sources I are converted using the conversion processing unit 12 and conversion specification information 15. ,
Generate 16 assembler sources ■.

これに対して、システムBではシステムA側のデータを
直接処理することがないので、基本翻訳処理部19が高
級言語ソース20を翻訳して生成した21のアセンブラ
ソースIを用いて処理を行う。
On the other hand, since the system B does not directly process the data on the system A side, the basic translation processing unit 19 performs processing using the assembler source I 21 generated by translating the high-level language source 20.

第3図に、変換処理部12の変換処理のフローを示す。FIG. 3 shows the flow of conversion processing by the conversion processing unit 12.

図中のステップ■ないし■を順に説明する。Steps (1) to (2) in the figure will be explained in order.

■ニジステムAのアセンブラソースIが終わりがどうか
を調べる。終わりであれば変換処理を終了し、終わりで
なければ次の■を実行する。
■Check whether the assembler source I of system A ends. If it is the end, the conversion process is ended, and if it is not the end, the next step (■) is executed.

■:アセンブラソースIから1行(1命令)読み込む。■: Read one line (one instruction) from assembler source I.

O:読み込んだ対象行(命令)が内部データ形式にかか
わるものかどうかを識別して変換対象を検出する。変換
対象の場合■を実行し、他の場合■を実行する。
O: Identify whether the read target line (instruction) is related to the internal data format and detect the conversion target. If it is a conversion target, execute ■; otherwise, execute ■.

@:第2図の変換仕様情報15を用いて対象行を変換し
、アセンブラソース■へ書き出し、■へ戻る。
@: Convert the target line using the conversion specification information 15 in FIG. 2, write it to the assembler source ■, and return to ■.

■:対象行をそのままアセンブラソース■へ書き出し、
■へ戻る。
■: Export the target line as is to the assembler source■,
Return to ■.

このようにしてアセンブラソースIの全ての行の処理を
行うことにより、システムBの処理データ23の浮動小
数点データ形式で処理を行うアセンブラソース■が得ら
れる。
By processing all lines of the assembler source I in this manner, an assembler source (2) that processes the processing data 23 of the system B in the floating point data format is obtained.

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

本発明によれば1つの翻訳手段を用いて任意複数の内部
データ形式の目的プログラムを生成することができるた
め、システムのコストを低減することが可能となり、ま
たその結果、システム間での効率的な連携処理を実現す
ることができる。
According to the present invention, it is possible to generate target programs in any plurality of internal data formats using one translation means, so it is possible to reduce system costs, and as a result, it is possible to reduce the cost of the system. It is possible to realize cooperative processing.

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

第1図は本発明の原理図、第2図は本発明の1実施例シ
ステムの構成図、第3図は第2図に示す本発明実施例に
おける変換処理部のフロー図、第4図は本発明が対象と
するマルチシステムの従来例の構成図である。 第1図中。 1:ソースプログラム 2:基本翻訳処理部 3:第1の目的プログラム 4:変換処理部 5:変換仕様情報 6:第2の目的プログラム
FIG. 1 is a diagram of the principle of the present invention, FIG. 2 is a block diagram of a system according to an embodiment of the present invention, FIG. 3 is a flowchart of the conversion processing section in the embodiment of the present invention shown in FIG. 2, and FIG. 1 is a configuration diagram of a conventional example of a multi-system to which the present invention is directed; FIG. In Figure 1. 1: Source program 2: Basic translation processing section 3: First purpose program 4: Conversion processing section 5: Conversion specification information 6: Second purpose program

Claims (1)

【特許請求の範囲】 複数のシステムが結合されて連携して処理することが可
能なマルチシステムにおいて、 少なくとも1つのシステムはソースプログラムを目的プ
ログラムに翻訳する翻訳手段をそなえ、上記翻訳手段は
、自システムで実行する処理のソースプログラム(1)
を自システムの所定の内部データ形式にしたがう第1の
目的プログラム(3)に翻訳する基本翻訳処理部(2)
と、第1の目的プログラム(3)における内部データ形
式の関連部分を、与えられた他の内部データ形式の仕様
にしたがって書き換え、第2の目的プログラム(6)に
変換する変換処理部(4)とを有し、 システム間での連携処理時に、自システムが第1の目的
プログラム(3)の内部データ形式とは異なる内部デー
タ形式をとる他システムのデータを処理する場合、当該
処理のソースプログラム(1)を上記翻訳手段により翻
訳する際、変換処理部(4)により第1の目的プログラ
ムの内部データ形式を対象とする内部データ形式に変換
して第2の目的プログラム(6)を生成し、使用するこ
とを特徴とする連携処理可能なマルチシステムにおける
内部データ形式変換処理方式。
[Scope of Claims] In a multi-system in which a plurality of systems can be combined and processed in cooperation, at least one system is provided with a translation means for translating a source program into a target program, and the translation means is self-translated. Source program for processing executed in the system (1)
a basic translation processing unit (2) that translates the text into a first objective program (3) that follows a predetermined internal data format of its own system;
and a conversion processing unit (4) that rewrites the relevant part of the internal data format in the first objective program (3) according to the specifications of another given internal data format and converts it into the second objective program (6). and when the own system processes data of another system that has an internal data format different from the internal data format of the first objective program (3) during cooperative processing between systems, the source program for the processing concerned. When (1) is translated by the translation means, the conversion processing unit (4) converts the internal data format of the first objective program into the target internal data format to generate the second objective program (6). , an internal data format conversion processing method in a multi-system capable of cooperative processing, characterized in that it is used.
JP26445688A 1988-10-20 1988-10-20 Internal data format converting processing system in multi-system capable of cooperation processing Pending JPH02110764A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26445688A JPH02110764A (en) 1988-10-20 1988-10-20 Internal data format converting processing system in multi-system capable of cooperation processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26445688A JPH02110764A (en) 1988-10-20 1988-10-20 Internal data format converting processing system in multi-system capable of cooperation processing

Publications (1)

Publication Number Publication Date
JPH02110764A true JPH02110764A (en) 1990-04-23

Family

ID=17403458

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26445688A Pending JPH02110764A (en) 1988-10-20 1988-10-20 Internal data format converting processing system in multi-system capable of cooperation processing

Country Status (1)

Country Link
JP (1) JPH02110764A (en)

Similar Documents

Publication Publication Date Title
US9977664B2 (en) Information processing device and information processing method in heterogenous multi-cores having different architectures
US5202996A (en) Software structuring system and method by data table translation
US6983458B1 (en) System for optimizing data type definition in program language processing, method and computer readable recording medium therefor
US8752056B2 (en) Running native code across single or multi-core hybrid processor achitecture
EP0218258B1 (en) Software structuring system and method by data table translation
US6233732B1 (en) Compiling system using intermediate codes to store a plurality of values
JPH02110764A (en) Internal data format converting processing system in multi-system capable of cooperation processing
JPH07141237A (en) Data base access control unit
JP6626596B1 (en) Interface device and program
JPH04107741A (en) Draw-out system for service procedure in rpc
JPH0439704B2 (en)
JP2004334767A (en) Information processing method, information processor, and information processing program
JP2000250735A (en) Data conversion system and computer readable recording medium recorded with program
JPH01217622A (en) Conversion system for expression of floating point
JPH01295332A (en) Program allocation system
JPS63178345A (en) Data base access processing system
JPH04178827A (en) Character code mutual conversion system
JPS6155738A (en) Determining system of operation mode
JPS6336438A (en) Control system for cross software
JPH03204077A (en) Recipe integration data file generating system
JPH0355628A (en) Intra-electronic computer character code processing system
JPS62224830A (en) Compiling system for calculating unsigned decimal data
JPS6234232A (en) Document production system by simple language
JPH0250730A (en) Language converting system based upon common machine word
JPH02222032A (en) Optimization system for addition/subtraction instruction