JPH05346854A - Operation processor - Google Patents

Operation processor

Info

Publication number
JPH05346854A
JPH05346854A JP3914193A JP3914193A JPH05346854A JP H05346854 A JPH05346854 A JP H05346854A JP 3914193 A JP3914193 A JP 3914193A JP 3914193 A JP3914193 A JP 3914193A JP H05346854 A JPH05346854 A JP H05346854A
Authority
JP
Japan
Prior art keywords
program
instruction
partial
cpu
symbol mark
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
JP3914193A
Other languages
Japanese (ja)
Inventor
Masahiko Koike
雅彦 小池
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.)
Fuji Electric Co Ltd
Original Assignee
Fuji Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Electric Co Ltd filed Critical Fuji Electric Co Ltd
Priority to JP3914193A priority Critical patent/JPH05346854A/en
Publication of JPH05346854A publication Critical patent/JPH05346854A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Programmable Controllers (AREA)

Abstract

PURPOSE:To execute the arithmetic of a partial program on a sub routine program. CONSTITUTION:A symbol mark is described at the leading position of the partial program on the subroutine program. In the case of reading a program instruction from a user program memory 30 and executing it by a CPU 10, the CPU 10 retrieves the symbol mark on the user program 30 and detects the storage position of the partial program when the CPU 10 detects that the read program instruction is the executing instruction of the partial program. The CPU 10 reads the partial program from the detected storage position and executes the arithmetic.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業の利用分野】本発明は、プログラムメモリに格納
されたプログラム命令を順次に読出して演算実行する演
算処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an arithmetic processing unit for sequentially reading out program instructions stored in a program memory and executing arithmetic operations.

【0002】[0002]

【従来の技術】電子機器を自動制御するプログラマブル
コントローラは内部に中央演算処理装置(CPU)を有
し、コーザが作成してシーケンスプログラムを演算実行
することにより上記自動制御を行っている。シーケンス
プログラムは回路図の形態で作成され、回路記号を示す
命令コードの中間言語で構成されているため、CPUの
実行可能な機械語に中間言語を翻訳した後、シーケンス
プログラムは実行される。また、ニーモニック表現を用
いたプログラム言語でシーケンスプログラムが作成され
ることもある。
2. Description of the Related Art A programmable controller for automatically controlling electronic equipment has a central processing unit (CPU) therein, and the above-mentioned automatic control is performed by a coser creating and executing a sequence program. Since the sequence program is created in the form of a circuit diagram and is composed of an intermediate language of an instruction code indicating a circuit symbol, the sequence program is executed after the intermediate language is translated into a machine language executable by the CPU. A sequence program may be created in a programming language that uses mnemonic expressions.

【0003】このようなシーケンスプログラムの中の、
メインプログラム上に記載されたサブルーチン実行命令
によりメインプログラムとは別のサブルーチンプログラ
ムをCPUが実行している。しかしながら、サブルーチ
ンプログラム上の部分的なプログラムについては別個に
読出し実行させることができない。
In such a sequence program,
The CPU executes a subroutine program different from the main program according to a subroutine execution instruction written on the main program. However, partial programs on the subroutine program cannot be read and executed separately.

【0004】[0004]

【発明が解決しようとする課題】このため、従来はサブ
ルーチンプログラムを分割し、複数のサブルーチンプロ
グラムを選択的に用いるというようなプログラム作成上
の手法が必要となっていた。その結果作成されたシーケ
ンスプログラム中にサブルーチンプログラムが多数とな
り、サブルーチンプログラム同志の連結の有無関係や包
含関係がコーザには判りずらいものとなっていた。
For this reason, conventionally, there has been a need for a method for creating a program in which a subroutine program is divided and a plurality of subroutine programs are selectively used. As a result, a large number of subroutine programs are included in the sequence program created, and it is difficult for the coser to understand the relation of inclusion or absence and the relation of inclusion of the subroutine programs.

【0005】そこで、本発明は、上述の点に鑑みて、プ
ログラム上の任意の指定範囲のプログラム命令を読出し
実行することが可能な演算処理装置を提供することを目
的とする。
SUMMARY OF THE INVENTION In view of the above points, an object of the present invention is to provide an arithmetic processing unit capable of reading and executing a program instruction in an arbitrary designated range on a program.

【0006】[0006]

【課題を解決するための手段】このような目的を達成す
るために、本発明は、プログラムメモリに格納されたプ
ログラムをプログラム命令単位で順に読出して演算実行
する演算処理手段と、前記プログラム中の、部分プログ
ラムの先頭および末尾位置に記載することにより該部分
プログラムの範囲を示すシンボルマークと、該シンボル
マークの示す範囲の部分プログラムの実行を指示する特
殊プログラム命令を予め定め、前記プログラムメモリか
ら読出したプログラム命令が前記特殊命令であるか否か
を判定する判定手段と、該判定手段の判定結果が肯定判
定の場合に、前記プログラムメモリ内の前記シンボルマ
ークを検索することにより前記部分プログラムの位置を
検出する検索手段と、当該検出された部分プログラムの
位置に基き当該部分プログラムを前記演算処理手段に実
行させる演算制御手段とを具えたことを特徴とする。
In order to achieve such an object, the present invention provides an arithmetic processing means for sequentially reading out a program stored in a program memory in program instruction units and executing arithmetic operations, and an arithmetic processing means in the program. , A symbol mark indicating the range of the partial program by describing at the beginning and the end position of the partial program, and a special program instruction for instructing the execution of the partial program in the range indicated by the symbol mark are predetermined and read from the program memory. Determining means for determining whether the program instruction is the special instruction, and the position of the partial program by searching the symbol mark in the program memory when the determination result of the determining means is affirmative. Based on the position of the detected partial program and the search means for detecting Characterized in that the program comprises an arithmetic control means for executing the arithmetic processing means.

【0007】[0007]

【作用】本発明では、サブルーチン的に実行させたい部
分プログラムの先頭および末尾にシンボルマークを記載
しておくと、特殊プログラム命令の実行時に、プログラ
ムメモリ中の上記シンボルマークを検索手段により検索
し、部分プログラムの位置、たとえばプログラムメモリ
の格納アドレスを検出する。演算制御手段はこの格納ア
ドレスを検出する。演算制御手段はこの格納アドレスの
プログラム命令から演算制御手段に演算を実行させるこ
とによりプログラム中のサブルーチンプログラム等の中
の部分プログラムを実行することが可能となる。
In the present invention, when the symbol mark is described at the beginning and the end of the partial program to be executed in a subroutine, the symbol mark in the program memory is searched by the searching means when the special program instruction is executed, The position of the partial program, for example, the storage address of the program memory is detected. The arithmetic control means detects this storage address. The arithmetic control means can execute a partial program in a subroutine program or the like in the program by causing the arithmetic control means to execute an operation from the program instruction of the storage address.

【0008】[0008]

【実施例】以下、図面を参照して本発明の実施例を詳細
に説明する。図1は本発明実施例の基本構成を示す。図
1において、1100はプログラムメモリ1000に格
納されたプログラムをプログラム命令単位で順に読出し
て演算実行する演算処理手段である。
Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 shows the basic configuration of an embodiment of the present invention. In FIG. 1, reference numeral 1100 is an arithmetic processing means for sequentially reading out programs stored in the program memory 1000 in program instruction units and executing arithmetic operations.

【0009】本実施例では、前記プログラム中の部分プ
ログラムの先頭および末尾位置に記載することにより該
部分プログラムの範囲を示すシンボルマークと、該シン
ボルマークの示す範囲の部分プログラムの実行を指示す
る特殊プログラム命令を予め定めている。1200は前
記プログラムメモリから読出したプログラムが前記特殊
プログラム命令であるか否かを判定する判定手段であ
る。
In the present embodiment, by describing at the beginning and end positions of the partial program in the program, a symbol mark indicating the range of the partial program and a special instruction for instructing execution of the partial program in the range indicated by the symbol mark Program instructions are predetermined. Reference numeral 1200 is a determination unit that determines whether or not the program read from the program memory is the special program instruction.

【0010】1300は該判定手段の判定結果が肯定判
定の場合に、前記プログラムメモリ内の前記シンボルマ
ークを検索することにより前記部分プログラムの位置を
検出する検索手段である。1400は当該検出された部
分プログラムの位置に基き当該部分プログラムを前記演
算処理手段に実行させる演算制御手段である。
Reference numeral 1300 is search means for detecting the position of the partial program by searching the symbol mark in the program memory when the result of the judgment by the judgment means is affirmative. Reference numeral 1400 denotes an arithmetic control unit that causes the arithmetic processing unit to execute the partial program based on the position of the detected partial program.

【0011】図2は本発明を適用したプログラマブルコ
ントローラの演算部の回路構成を示す。図2において、
CPU10はコーザプログラムメモリ30からコーザ作
成のシーケンスプログラムをプログラム命令単位で順次
に読出し、演算実行する。この際、CPU10は中間言
語形態のプログラム命令を、システムプログラムメモリ
20のシステムプログラムに従って機械語に翻訳し、実
行する。このような演算方法はインタプリタとよばれて
いる。本発明に関わる演算処理を実行するための図3の
制御手順はシステムプログラムメモリ20に予め格納さ
れている。
FIG. 2 shows a circuit configuration of an arithmetic unit of a programmable controller to which the present invention is applied. In FIG.
The CPU 10 sequentially reads out the sequence program created by the coser from the coser program memory 30 in units of program instructions and executes the operation. At this time, the CPU 10 translates the intermediate language program instructions into a machine language according to the system program in the system program memory 20, and executes the machine language. Such a calculation method is called an interpreter. The control procedure of FIG. 3 for executing the arithmetic processing according to the present invention is stored in the system program memory 20 in advance.

【0012】以下、本発明に関わるCPU10の演算処
理動作を図3のフローチャートを参照しながら説明す
る。本実施例では、シーケンスプログラムの中の特定範
囲のプログラムを実行を指示する特殊プログラム命令
(シンボルマーク実行命令と称す)を予め定めている。
シンボルマーク実行命令は、命令内容を表わす命令コー
ドと実行対象のプログラムを表わすシンボルコードから
構成されている。
The arithmetic processing operation of the CPU 10 according to the present invention will be described below with reference to the flowchart of FIG. In the present embodiment, a special program instruction (referred to as a symbol mark execution instruction) for instructing execution of a program in a specific range of the sequence program is predetermined.
The symbol mark execution instruction is composed of an instruction code indicating the instruction content and a symbol code indicating the program to be executed.

【0013】実行対象のプログラム部分、より具体的に
はサブルーチンプログラム中の途中に位置する部分から
サブルーチンプログラム末尾までを実行対象とする場合
には、予め、この部分プログラムの先頭位置に、シンボ
ルマークを記載しておく。なお、部分プログラムの末尾
位置はサブルーチン終了命令がシンボルマークの代りと
なる。また、この部分プログラムを実行したいシーケン
スプログラムの中の位置に上記シンボルマーク実行命令
を記載しておく。このようなシーケンスプログラムの一
例を図4に示す。
When a program part to be executed, more specifically, a part located in the middle of a subroutine program to the end of the subroutine program is to be executed, a symbol mark is previously set at the head position of this partial program. Please note. At the end position of the partial program, the subroutine end instruction substitutes for the symbol mark. Further, the symbol mark execution instruction is described at a position in the sequence program where this partial program is desired to be executed. An example of such a sequence program is shown in FIG.

【0014】図4は、ユーザプログラム30上のアドレ
スAO+3にシンボルマーク実行命令が格納され、アド
レスBO+1にシンボルマークが格納されていることを
示している。図2のCPU10は、シーケンスプログラ
ムの演算タイミングになると、図3の制御手順を起動す
る。CPU10は、まず、プログラム実行アドレスをユ
ーザプログラムメモリ30の先頭に初期設定し、プログ
ラム実行アドレスの示すユーザプログラムメモリ30上
のアドレスからプログラム命令を読出す(図3のステッ
プS10→S20)。
FIG. 4 shows that the symbol mark execution instruction is stored in the address AO + 3 on the user program 30 and the symbol mark is stored in the address BO + 1. The CPU 10 of FIG. 2 activates the control procedure of FIG. 3 at the operation timing of the sequence program. First, the CPU 10 initializes the program execution address at the head of the user program memory 30, and reads the program instruction from the address on the user program memory 30 indicated by the program execution address (steps S10 → S20 in FIG. 3).

【0015】次に、プログラム命令の翻訳のために、読
出しのプログラム命令の内容識別を行なう。本実施例で
は読出しのプログラム命令を、実行可能な各種プログラ
ム命令と一致比較することにより内容識別を行う。最初
にCPU10は、読出しのプログラム命令がシンボルマ
ーク実行命令であるか否かの判定を行う(図3のステッ
プS30)。
Next, in order to translate the program instruction, the content of the read program instruction is identified. In the present embodiment, the content identification is performed by comparing and comparing the read program instruction with various executable program instructions. First, the CPU 10 determines whether or not the read program instruction is a symbol mark execution instruction (step S30 in FIG. 3).

【0016】この判定処理を行うときのCPU10が本
発明の判定手段として動作する。否定判定が得られた場
合、CPU10は、実行手順をテスップS200へ移
し、他のプログラム命令との一致判定処理を行う。この
ようにして、一致判定が得られたとき、従来通りCPU
10はそのプログラム命令に対応する機械語プログラム
命令群をシステムプログラム20から読出し実行する。
この後、CPU10はプログラム実行アドレスを“1”
更新し、次の実行対象のプログラム命令をユーザプログ
ラムメモリ30から読出す(図3のステップS210→
S20)。以下、CPU10は上述のステップS210
→S20)。以下、CPU10は上述のステップS30
→S200→S210→S20のループ処理を繰り返
し、ユーザプログラム20上のプログラム命令を順次に
実行していく。プログラム実行アドレスがAO+3に設
定され、ユーザプログラムメモリ30からシンボルマー
ク実行命令(図4参照)が読出されると(図3のステッ
プS20)、読出しのプログラム命令がシンボルマーク
実行命令であることがステップ30において識別され
る。そこで、CPU10は、サブルーチンプログラムの
中のシンボルマークで位置指定された部分プログラムを
検索により検出する。より具体的には、現在のプログラ
ム実行アドレス値AO+3を内部レジスタに一時記憶し
た後、サブルーチンプログラムを格納したユーザプログ
ラムメモリ30内の先頭領域に読出アドレスを設定し、
この読出しアドレスからプログラム命令を読出して行
く。(図3のステップS50)。CPU10は読出しの
プログラム命令とシンボルラベル(コード)との一致比
較を行って、読出しのプログラム命令がシンボルラベル
であるか否かの判別を行う(図3のステップS60)。
否定判定が得られた場合は読出しアドレスを更新し、次
のプログラム命令について判別処理を行う(図3のステ
ップS70→S50→S60)。
The CPU 10 at the time of performing this determination process operates as the determination means of the present invention. When a negative determination is obtained, the CPU 10 shifts the execution procedure to Tesp S200, and performs a determination process of matching with another program command. In this way, when the match determination is obtained, the CPU is operated as usual.
10 reads out a machine language program instruction group corresponding to the program instruction from the system program 20 and executes it.
After this, the CPU 10 sets the program execution address to "1".
Update and read the next program instruction to be executed from the user program memory 30 (step S210 in FIG. 3 →
S20). Hereinafter, the CPU 10 executes the above step S210.
→ S20). Hereinafter, the CPU 10 performs the above step S30.
The loop process of S200, S210, and S20 is repeated to sequentially execute the program instructions on the user program 20. When the program execution address is set to AO + 3 and the symbol mark execution instruction (see FIG. 4) is read from the user program memory 30 (step S20 in FIG. 3), it is determined that the read program instruction is the symbol mark execution instruction. Identified at 30. Therefore, the CPU 10 detects by searching the partial program whose position is designated by the symbol mark in the subroutine program. More specifically, after temporarily storing the current program execution address value AO + 3 in an internal register, a read address is set in the head area of the user program memory 30 storing the subroutine program,
The program instruction is read from this read address. (Step S50 of FIG. 3). The CPU 10 compares the read program instruction with the symbol label (code) for coincidence, and determines whether the read program instruction is the symbol label (step S60 in FIG. 3).
When a negative determination is obtained, the read address is updated, and the determination process is performed for the next program instruction (steps S70 → S50 → S60 in FIG. 3).

【0017】このような検索処理を実行するときのCP
U10が本発明の詮索手段として動作する。図4の例で
は、ユーザプログラムメモリ20のアドレスBOから順
次にプログラム命令が読出され、アドレスBO+1のシ
ンボルマーク(コード)が読出されたときに、図3のS
60で一致判定が得られる。そこで、CPU10は、本
発明の演算制御手段としてこのときの読出しアドレスに
“1”を加えた値、BO+2をプログラム実行アドレス
に設定し、次に本発明の演算処理手段としてシンボルマ
ークの次のプログラム命令を読出し機械語に変換して演
算実行して行く(図3のステップS110→S120→
S140→S150→S110のループ処理)このよう
にしてサブルーチンプログラムの中の指定した部分プロ
グラムを実行し、最後尾のサブルーチン終了命令(復帰
命令とも称す)を検出すると(図3のステップS12
0)、CPU10はプログラム実行アドレスを、一時記
憶してあるAO+3に“1”を加えた値(シンボルマー
ク実行命令の次の命令が格納されるアドレスの値)に戻
し、ユーザプログラムメモリ20のプログラム命令読出
し処理(図3のステップS20)を再開する。
CP when executing such search processing
U10 operates as the snooping means of the present invention. In the example of FIG. 4, when the program instructions are sequentially read from the address BO of the user program memory 20 and the symbol mark (code) of the address BO + 1 is read, S of FIG.
A match determination is obtained at 60. Therefore, the CPU 10 as the arithmetic control means of the present invention sets a value obtained by adding "1" to the read address at this time, BO + 2, to the program execution address, and then as the arithmetic processing means of the present invention, the program next to the symbol mark. Instructions are read out, converted into machine language, and executed (steps S110 → S120 →
(S140 → S150 → S110 loop processing) In this way, when the designated partial program in the subroutine program is executed and the last subroutine end instruction (also referred to as a return instruction) is detected (step S12 in FIG. 3).
0), the CPU 10 returns the program execution address to a value obtained by adding “1” to the temporarily stored AO + 3 (the value of the address at which the instruction next to the symbol mark execution instruction is stored), and the program in the user program memory 20. The instruction reading process (step S20 in FIG. 3) is restarted.

【0018】以下、CPU10はAO+4のアドレスの
プログラム命令から演算を再開し、メインプログラムの
終了命令(図4参照)で本制御手順を終了する。(図3
のステップS20→S30→S200→S210→S2
0のループ処理)。このような処理手順を実行すること
により、従来では不可能であったサブルーチンプログラ
ムの中の部分プログラムをも実行することができる。
After that, the CPU 10 restarts the operation from the program command of the address of AO + 4, and ends the control procedure by the end command of the main program (see FIG. 4). (Fig. 3
Steps S20 → S30 → S200 → S210 → S2
0 loop processing). By executing such a processing procedure, it is possible to execute a partial program in a subroutine program, which has been impossible in the past.

【0019】本実施例の他に次の例を実施できる。 1)本実施例では、シンボルマークで指定する部分プロ
グラムをサブルーチンプログラム上のプログラムと限定
しているが、メインプログラム上の部分プログラムを呼
び出し実行させることもできる。この場合は、シンボル
マークに部分プログラムの開始位置を示すマークと終了
位置を示すマークを用意し、プログラム実行命令検出時
に、CPU10はユーザプログラムの先頭アドレスか
ら、開始マークを検索し、検出した開始マークと終了マ
ークとの間の部分プログラムを実行する。この後、CP
U10はシンボルマーク実行命令の次のプログラム命令
の実行を再開することは、本実施例と同様である。 2)部分プログラムの位置を示すシンボルマークを単
に、文字・記号として用いたい場合は、位置指定を行う
旨の命令(擬似命令)を用意し、この命令の後にシンボ
ルマークを付加する。CPU10はこの擬似命令が付加
されていない場合はシンボルマークを単に文字・記号と
して取扱う。
In addition to this embodiment, the following example can be carried out. 1) In this embodiment, the partial program designated by the symbol mark is limited to the program on the subroutine program, but the partial program on the main program can be called and executed. In this case, a mark indicating the start position and a mark indicating the end position of the partial program are prepared as the symbol mark, and when the program execution instruction is detected, the CPU 10 searches the start address of the user program for the start mark and detects the detected start mark. Execute the partial program between the and end marks. After this, CP
It is the same as the present embodiment that the U10 resumes the execution of the program instruction next to the symbol mark execution instruction. 2) If the symbol mark indicating the position of the partial program is simply used as a character / symbol, an instruction (pseudo-instruction) for specifying the position is prepared, and the symbol mark is added after this instruction. When the pseudo instruction is not added, the CPU 10 handles the symbol mark as a character or a symbol.

【0020】[0020]

【発明の効果】以上、説明したように、本発明によれ
ば、サブルーチンプログラムだけでなく、メインプログ
ラム上の任意の位置の部分プログラムを呼び出し実行で
きるので、従来のようにサブルーチンプログラムを分割
する必要もない。このため、作成したプログラム内容を
ユーザが理解しやすいという効果が得られる。
As described above, according to the present invention, not only the subroutine program but also a partial program at an arbitrary position on the main program can be called and executed. Therefore, it is necessary to divide the subroutine program as in the conventional case. Nor. Therefore, the effect that the user can easily understand the created program content is obtained.

【0021】また、同一のプログラムを(シーケンス)
プログラム上の複数箇所に記載する必要がなく、(シー
ケンス)プログラムの作成が簡素化されるという効果も
得られる。
In addition, the same program (sequence)
Since there is no need to describe it in a plurality of places on the program, there is an effect that the creation of the (sequence) program is simplified.

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

【図1】本発明実施例の基本構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a basic configuration of an embodiment of the present invention.

【図2】本発明を適用したプログラマブルコントローラ
の回路構成を示すブロック図である。
FIG. 2 is a block diagram showing a circuit configuration of a programmable controller to which the present invention is applied.

【図3】図2のCPU10が実行する処理手順を示すフ
ローチャートである。
FIG. 3 is a flowchart showing a processing procedure executed by a CPU 10 of FIG.

【図4】実行対象のプログラム内容を示す説明図であ
る。
FIG. 4 is an explanatory diagram showing the contents of a program to be executed.

【符号の説明】[Explanation of symbols]

10 CPU 20 システムプログラムメモリ 30 ユーザプログラムメモリ 10 CPU 20 System Program Memory 30 User Program Memory

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】プログラムメモリに格納されたプログラム
をプログラム命令単位で順に読出して演算実行する演算
処理手段と、前記プログラム中の部分プログラムの先頭
および末尾位置に記載することにより該部分プログラム
の範囲を示す。シンボルマークとの該シンボルマークの
示す範囲の部分プログラムの実行を指示する特殊プログ
ラム命令を予め定め、前記プログラムメモリから読出し
たプログラム命令が前記特殊プログラム命令であるか否
かを判定する判定手段と、該判定手段の判定結果が肯定
判定の場合に、前記プログラムメモリ内の前記シンボル
マークを検索することにより前記部分プログラムの位置
を検出する検索手段と、当該検出された部分プログラム
の位置に基き、当該部分プログラムを前記演算処理手段
に実行させる演算制御手段とを具えたことを特徴とする
演算処理装置。
1. A calculation processing means for sequentially reading a program stored in a program memory in program instruction units and executing the calculation, and a range of the partial program by describing at the head and end positions of the partial program in the program. Show. Determination means for determining in advance a special program instruction for instructing execution of a partial program in the range indicated by the symbol mark and the symbol mark, and determining whether or not the program instruction read from the program memory is the special program instruction; When the determination result of the determination means is affirmative, the search means for detecting the position of the partial program by searching the symbol mark in the program memory, and the position based on the detected position of the partial program, An arithmetic processing unit comprising arithmetic control means for causing the arithmetic processing means to execute a partial program.
JP3914193A 1992-04-16 1993-03-01 Operation processor Pending JPH05346854A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3914193A JPH05346854A (en) 1992-04-16 1993-03-01 Operation processor

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP9569892 1992-04-16
JP4-95698 1992-04-16
JP3914193A JPH05346854A (en) 1992-04-16 1993-03-01 Operation processor

Publications (1)

Publication Number Publication Date
JPH05346854A true JPH05346854A (en) 1993-12-27

Family

ID=26378474

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3914193A Pending JPH05346854A (en) 1992-04-16 1993-03-01 Operation processor

Country Status (1)

Country Link
JP (1) JPH05346854A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013542500A (en) * 2010-09-24 2013-11-21 アーム・リミテッド Next instruction type field

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013542500A (en) * 2010-09-24 2013-11-21 アーム・リミテッド Next instruction type field
US9977675B2 (en) 2010-09-24 2018-05-22 Arm Limited Next-instruction-type-field

Similar Documents

Publication Publication Date Title
JPH05346854A (en) Operation processor
JPH04286001A (en) Programming method and device for programmable controller
JPH09185500A (en) Device and method for automatically correcting source program
JP2977951B2 (en) Arithmetic unit
JPH05173844A (en) Coding error correcting system
JP2636720B2 (en) Input character string correction device for coding
JP2000242319A (en) Numerical controller
JP2751423B2 (en) Program debug processing method
JPH06119263A (en) Processing function calling system
JP2642787B2 (en) Interruption location search method
JP2727023B2 (en) Information processing device
JP2832330B2 (en) Software remodeling support apparatus and method
JPH0546664A (en) Document processor
JPH0250731A (en) Compiling device
JPH11327887A (en) Compiler system with automatic parts converting function and recording medium
JP2908184B2 (en) Text file editing method and apparatus
JPS58109947A (en) Simulator
JPH06103080A (en) Include file fetch system
JP2002312177A (en) Interpreter high-speed execution device and method for executing interpreter at high speed used therefor
JPH06332684A (en) Program correction supporting device
JPH0581008A (en) Indentation processing system
JPH05158741A (en) Test verification method for computer program
JPH05165510A (en) Robot controller
JPH04177569A (en) Document processor
JPH05150999A (en) Structuralization processing system for computer language