JPS645333B2 - - Google Patents

Info

Publication number
JPS645333B2
JPS645333B2 JP12192381A JP12192381A JPS645333B2 JP S645333 B2 JPS645333 B2 JP S645333B2 JP 12192381 A JP12192381 A JP 12192381A JP 12192381 A JP12192381 A JP 12192381A JP S645333 B2 JPS645333 B2 JP S645333B2
Authority
JP
Japan
Prior art keywords
program
instruction
rom
operand
read
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
Application number
JP12192381A
Other languages
Japanese (ja)
Other versions
JPS5824948A (en
Inventor
Shingo Matsumoto
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP12192381A priority Critical patent/JPS5824948A/en
Publication of JPS5824948A publication Critical patent/JPS5824948A/en
Publication of JPS645333B2 publication Critical patent/JPS645333B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)

Description

【発明の詳細な説明】 本発明は、オペランド記憶用レジスタを具備し
ないコンピユータによる制御において用いられる
オペランドのアドレス指定方法に関し、特に一つ
のプログラム中で頻繁に用いられる命令に含まれ
るオペランドのアドレス指定方法に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a method for addressing operands used in control by a computer that does not have registers for storing operands, and in particular to a method for addressing operands included in instructions frequently used in one program. Regarding.

最近、種々の機器をコンピユータで制御するこ
とが広く行なわれている。
Recently, it has become common practice to control various devices using computers.

第1図は、このようなコンピユータ制御の概略
構成を示すブロツク図で、1はオペランド記憶用
レジスタを具備しないCPU(中央処理装置:例え
ば、8085またはZ80など)、2はROM(リードオ
ンリー・メモリ)、3はRAM(ランダムアクセ
ス・メモリ)、4は入力ポート、5は出力ポート
である。
FIG. 1 is a block diagram showing a schematic configuration of such computer control, where 1 is a CPU (central processing unit: for example, 8085 or Z80) that does not have operand storage registers, and 2 is a ROM (read-only memory). ), 3 is a RAM (random access memory), 4 is an input port, and 5 is an output port.

また、6は前記CPU1、ROM2、RAM3、
入力ポート4および出力ポート5を相互に接続す
る共通バス、10は入力ポート4および出力ポー
ト5を介してコンピユータ部(CPU1、ROM
2、RAM3等)に接続された被制御機器本体で
ある。
In addition, 6 is the CPU1, ROM2, RAM3,
A common bus 10 connects the input port 4 and output port 5 to each other, and a common bus 10 connects the computer section (CPU 1, ROM
2, RAM 3, etc.) is the main body of the controlled device.

このような構成において、機器のコンピユータ
制御を行なう場合のプログラムは、予めROM2
に記憶されており、適宜に読出して制御を実行す
るのが普通である。
In such a configuration, the program for computer control of the device must be stored in advance in ROM2.
The information is stored in the memory, and is normally read out as needed to execute control.

そして、機器制御に際しては、例えば、被制御
機器の種々の入力端の状態を入力ポートから読込
んだり、反対に、機器の各部へ出力ポートから出
力して該当出力端を動作させたりすることが不可
欠である。
When controlling a device, for example, it is possible to read the status of various input terminals of the controlled device from the input port, or conversely, output it to each part of the device from the output port to operate the corresponding output terminal. It is essential.

このために、従来はそれぞれの入力端および出
力端について、入力および出力を行なうためのプ
ログラムを、オペレーシヨンコードとオペランド
に対にした形式でROM内に記憶していた。
To this end, conventionally, a program for inputting and outputting each input terminal and output terminal was stored in a ROM in the form of pairs of operation codes and operands.

すなわち、例えば、入力端が#00から#FEH
であると仮定すると、それぞれの入力端につい
て、OPコード“IN”(読込み)、オペランド“入
力端番号”(00〜FEH)および、読込み(入力)
完了後の戻り命令“RET”をROM内に記憶して
いた。
That is, for example, assuming that there are input terminals from #00 to #FE H , for each input terminal, the OP code "IN" (read), the operand "input terminal number" (00 to FE H ), and the read ( input)
The return instruction “RET” after completion was stored in the ROM.

このような従来のプログラムの一例を、
8085CPUを用いて入力ポート0Hから0FEHまでの
255個の入力ポートからデータを読取り、メモリ
0Hから00FEHまでに格納する場合について、第3
図に示す。
An example of such a conventional program is
Using 8085CPU to input ports 0H to 0FEH
Read data from 255 input ports and store in memory
Regarding the case of storing from 0 H to 00FE H , the third
As shown in the figure.

そして、プログラムの進行にしたがつて、必要
になつたときに、その都度、これらのプログラム
を呼び出して(または、分岐して)、入力の読込
みを行なつていた。
As the program progresses, each time it becomes necessary, these programs are called (or branched) to read input.

すなわち、第3図のステツプ1では格納メモリ
の先頭番地を指定し、ステツプ2で入力ポート0H
の読込みをする。ステツプ3では、読込んだデー
タを先に指定されたメモリの0H番地に格納し、ス
テツプ4では次の格納先を指定する。
That is, in step 1 of Fig. 3, the first address of the storage memory is specified, and in step 2, the input port 0H is specified.
Read. In step 3, the read data is stored in the previously specified memory address 0H , and in step 4, the next storage destination is specified.

それ以後のステツプでは、前記ステツプ2〜4
の動作を入力ポート0FEHの読込みとメモリへの
格納が完了するまで繰返す。この場合の必要命令
パイト数は、第3図から分かるように、 3+(読取りポート数−1)×4+3 で表わされる。
In subsequent steps, steps 2 to 4 described above
Repeat this operation until input port 0FEH has been read and stored in memory. As can be seen from FIG. 3, the required number of instruction bytes in this case is expressed as 3+(number of read ports-1)×4+3.

したがつて、被制御機器が大型化、複雑化し、
入力端や出力端の数が大きくなると、入力や出力
を実行するためのプログラムのステツプが非常に
多くなる。
As a result, controlled equipment has become larger and more complex.
As the number of inputs and outputs increases, the number of program steps required to perform input and output increases.

またこの場合、プログラムはROMに記憶され
るが、ROM内の記憶内容は書換え、変更が出来
ない上に、このCPU8085はオペランド記憶用の
レジスタを具備しない(Z80も同様)ので、前記
プログラムによつて、その実行過程においてオペ
ランドを適宜に変更することはできない。
In this case, the program is stored in the ROM, but the contents stored in the ROM cannot be rewritten or changed, and since this CPU8085 does not have registers for storing operands (the same applies to the Z80), the program can be stored in the ROM. Therefore, it is not possible to change the operands appropriately during the execution process.

このために、多数の入出力端にアクセスしてデ
ータを読取つたり、出力したりする場合には、す
べての入出力端およびそれぞれの入出力端に対し
て行なう命令を、[opコード+オペランド]の形
で、プログラムによつて逐一定義することが必要
であつた。
For this reason, when reading or outputting data by accessing a large number of input/output terminals, the instructions to be executed for all input/output terminals and each input/output terminal must be [op code + operand]. ] It was necessary to define them one by one by the program.

それ故に、設計変更などに伴う入出力端の変更
などの場合には、プログラムの全面的な訂正が必
要となり、自由度が少なく、設計変更も困難であ
るという欠点があつた。
Therefore, when the input/output terminals are changed due to design changes, etc., a complete correction of the program is required, resulting in a disadvantage that there is little flexibility and it is difficult to change the design.

そればかりでなく、いわゆるループ(loop)の
手法などのよつてプログラムの短縮化を図ること
も出来ないという欠点があつた。
Not only that, but it also had the disadvantage that it was not possible to shorten the program using so-called loop techniques.

本発明の目的は、前述のようなオペランド記憶
用のレジスタを具備しないCPUに特有の欠点を
改善し、オペランド記憶用レジスタを用いること
無しに、これを具備したのと同じような入出力ポ
ートの変更、増減など自由度を実現し、さらに必
要な場合にはROMの必要量の低減をも可能にし
たオペランドのアドレス指定方法を提供すること
にある。
The purpose of the present invention is to improve the drawbacks peculiar to CPUs that do not have registers for storing operands as described above, and to make it possible to use input/output ports similar to those equipped with registers for storing operands without using registers for storing operands. The object of the present invention is to provide a method of addressing operands that allows for flexibility in terms of changes, increases and decreases, and also allows for a reduction in the required amount of ROM if necessary.

前記目的を達成するために、本発明において
は、同種のオペレーシヨンコードがくり返し頻繁
にあらわれることに着目し、ROM内に記憶され
ているプログラムによつて、RAM内にオペレー
シヨンコード(以下、OPコードと略する)、オペ
ランド、およびその命令実行後の戻り命令(およ
び必要に応じては、戻り先)を記憶するための領
域を予め設定しておき、ROM内に記憶されてい
るプログラムの実行中に、必要があるときは、当
該命令のOPコード、オペランドおよびその命令
実行後の戻り命令(行先)を、RAM内の前記設
定領域に書き込み、さらに、オペランドおよび/
または戻り命令を書き換えて、変更できるように
している。
In order to achieve the above object, the present invention focuses on the fact that the same type of operation code frequently appears, and stores an operation code (hereinafter referred to as OP) in RAM by a program stored in ROM. Execute the program stored in ROM by setting an area in advance to store the operand (abbreviated as code), and the return instruction (and return destination, if necessary) after executing that instruction. During the process, if necessary, the OP code of the instruction, the operand, and the return instruction (destination) after execution of the instruction are written to the setting area in the RAM, and the operand and/or
Or rewrite the return instruction so that it can be changed.

つぎに、第2図を参照して、本発明の一実施例
を説明する。
Next, an embodiment of the present invention will be described with reference to FIG.

第2図は8085CDUを用いる場合の例であり、
同図のAは、ROM2内に記憶されたプログラム
の一部を示し、第2図のBはRAM3内における
記憶領域指定の一例を示す。また、実線はデータ
の移し替えを示し、点数はプログラムの分岐およ
び復帰を示している。
Figure 2 is an example of using 8085CDU,
A in the figure shows a part of the program stored in the ROM 2, and B in FIG. 2 shows an example of storage area designation in the RAM 3. Furthermore, solid lines indicate data transfer, and points indicate program branches and returns.

まず、ROM2内のプログラムステツプ1001に
よつて、入力−この例ではOPコード“DB”(読
込み)−をAレジスタ(図示せず)に記憶する。
プログラムステツプ1002によつて、Aレジスタの
内容−すなわち、OPコード“DB”(読込み)−を
RAM3内のOPCODE番地に書き込む。
First, program step 1001 in ROM 2 stores an input, in this example OP code "DB" (read), in an A register (not shown).
Program step 1002 reads the contents of the A register - that is, the OP code "DB" (read).
Write to OPCODE address in RAM3.

プログラムステツプ1003によつて、前記OPコ
ード“DB”で指定された演算を実行した後の戻
り方法−この例では“C9”(戻り命令)をAレジ
スタに記憶する。プログラムステツプ1004によつ
て、Aレジスタの内容−すなわち、演算実行後の
戻り命令−この例では前記“C9”−を(OPCODE
+2)番地に書き込む。
By program step 1003, the return method after executing the operation specified by the OP code "DB" - in this example, "C9" (return instruction) is stored in the A register. Program step 1004 sets the contents of the A register - that is, the return instruction after execution of the operation - in this example, "C9" - to (OPCODE
+2) Write to address.

以上によつて、RAM3内の特定領域にOPコ
ード、オペランドおよびその命令実行後の戻り命
令を記憶するための領域が設定された。すなわ
ち、OPコードで指定された演算または命令実行
の対象となるオペランドが複数個ある場合の、オ
ペランドの指定、変更等をRAM3上で実行する
ための、準備が完了したことになる。
As described above, an area for storing an OP code, an operand, and a return instruction after execution of the instruction is set in a specific area in the RAM 3. In other words, preparations for specifying and changing operands on the RAM 3 when there are multiple operands to be executed by the operation or instruction specified by the OP code are completed.

プログラムが進行してステツプ2001に来たと
き、Bレジスタ(図示せず)には、それまでの処
理によつて、信号を読込むべき入力端の番号(例
えば01)が記憶されているとする。プログラムス
テツプ2001により、Bレジスタの内容−すなわ
ち、信号を読込むべき入力端番号(01)−をAレ
ジスタに転送する。
Assume that when the program progresses and reaches step 2001, the B register (not shown) has stored the number (for example, 01) of the input terminal from which the signal should be read due to the processing up to that point. . Program step 2001 transfers the contents of the B register - that is, the input terminal number (01) from which the signal is to be read - to the A register.

プログラムステツプ2002によつて、Aレジスタ
の内容(すなわち、入力端番号01)を、さきに設
定したRAM3内のOPRND番地に書き込む。そ
して、つぎのプログラムステツプ2003により、命
令実行順をRAM3内のOPCODE番地に分岐させ
る。
Program step 2002 writes the contents of the A register (ie, input end number 01) to the previously set OPRND address in RAM3. Then, in the next program step 2003, the instruction execution order is branched to the OPCODE address in RAM3.

いま、RAM3内のOPCODE番地には、OPコ
ード“DB”(読込み)が記憶されているので、
後続のOPRND番地のデータで指定された番地01
の入力端の信号が読込まれる。この(読込み)命
令が実行され終ると、次の(OPCODE+2)番
地に記憶されている戻り命令“C9”にしたがい、
プログラムはROM2内のプログラムステツプ
2004へ復帰する。
Currently, the OP code “DB” (read) is stored at the OPCODE address in RAM3, so
Address 01 specified by the subsequent OPRND address data
The signal at the input end of is read. After this (read) command is executed, according to the return command “C9” stored at the next (OPCODE+2) address,
The program is a program step in ROM2.
Return to 2004.

さらに、処理が進んで、プログラムステツプ
3001に来たとき、Bレジスタには、信号を読込む
べき他の入力端の番号(例えば、07)が記憶され
ていたとする。このときは、プログラムステツプ
3001により、Bレジスタの内容−すなわち、信号
を読込むべき入力端番号(07)−をAレジスタに
転送する。
Further processing progresses and the program step
Assume that when the input terminal 3001 is reached, the number of another input terminal (for example, 07) from which the signal should be read is stored in the B register. At this time, the program step
3001, the contents of the B register - that is, the input terminal number (07) from which the signal should be read - are transferred to the A register.

つぎのプログラムステツプ3002によつて、前述
と同様に、Aレジスタの内容−入力端番号(07)
を、さきに設定したRAM3内のOPRND番地に記
憶させる。そして、プログラムステツプ3003によ
つて、命令実行順をRAM3内のOPCODE番地に
分岐させる。
By the next program step 3002, the contents of the A register - the input terminal number (07) are calculated as before.
is stored in the OPRND address in RAM3 that was set earlier. Then, in program step 3003, the instruction execution order is branched to the OPCODE address in RAM3.

これによつて、前述と同様にして、番号07の入
力端からの信号が読込まれ、プログラムは、
RAM3内の(OPCODE+2)番地で指定された
戻り命令にしたがい、ROM2内のプログラムス
テツプ3004へ復帰する。
As a result, the signal from the input terminal numbered 07 is read in the same way as above, and the program is executed as follows.
In accordance with the return instruction specified by address (OPCODE+2) in RAM3, the program returns to program step 3004 in ROM2.

なお、前述の例では、命令の共通するオペラン
ド(入力端番号)を、ROM内のプログラムによ
つて直接指定する例について述べたが、既に
RAM内に記憶されていたオペランドを基準にし
て、これとある関係にあるオペランド(例えば、
記憶されてある入力番号に特定数を加減算した番
号の入力端)をRAM内のOPRND番地に記憶さ
せて、アドレス指定を行なうようにすることもで
きる。
In addition, in the above example, the common operand (input terminal number) of the instructions was directly specified by the program in ROM.
Based on the operand stored in RAM, an operand that has a certain relationship with it (for example,
It is also possible to specify an address by storing an input number (input end of a number obtained by adding or subtracting a specific number to a stored input number) at an OPRND address in the RAM.

このようにする為のプログラムの一例を第4図
に示す。この図は、第3図と同様に、8085CPU
を用いて入力ポート0HからOFEHまでの255個の入
力ポートからデータを読取り、メモリ0Hから
00FEHまでに格納する場合の例である。
An example of a program for doing this is shown in FIG. This figure, similar to Figure 3, shows 8085CPU
is used to read data from 255 input ports from input port 0 H to OFE H , and from memory 0 H.
This is an example of storing by 00FEH .

ステツプ1〜4は、第2図のステツプ1001〜
1004に対応し、読込み命令、オペランドおよび戻
り命令をRAM上の適当領域に設定、作成するも
のである。ステツプ5で、格納メモリの先頭番地
(ここでは、0番地)が指定される。
Steps 1 to 4 are steps 1001 to 1001 in FIG.
1004, a read instruction, operand, and return instruction are set and created in an appropriate area on the RAM. In step 5, the first address (here, address 0) of the storage memory is designated.

ステツプ6〜13は、RAM上の入力ポートのア
ドレスを順次に書換えして読込みを繰返し行なう
ループ(loop)部分である。
Steps 6 to 13 are a loop portion in which addresses of input ports on the RAM are sequentially rewritten and read repeatedly.

すなわち、ステツプ6、7によつてオペランド
(入力ポートのアドレス)の設定、書換えを行な
い、ステツプ8で読込み命令を実行する。読取つ
たデータをステツプ9でメモリに指定された番地
に格納し、ステツプ10で、次の格納先を指定す
る。そして、ステツプ11〜13によつて、繰返し処
理が終了したかどうかを判定する。
That is, in steps 6 and 7, the operand (input port address) is set and rewritten, and in step 8, a read instruction is executed. The read data is stored in the memory at the specified address in step 9, and the next storage destination is specified in step 10. Then, in steps 11 to 13, it is determined whether the iterative process has ended.

このようにループ処理を行えば、必要な命令バ
イト数は読取りポート数によらず一定値(第4図
の例では、全命令バイト数が28で、固定数)にな
るので、第2図の場合と同じような入出力ポート
の変更、増減などの自由度を実現する外に、プロ
グラムの短縮化を図り、ROMの必要容量を低減
することができる。
If loop processing is performed in this way, the number of required instruction bytes will be a constant value regardless of the number of reading ports (in the example in Figure 4, the total number of instruction bytes is 28, a fixed number), so In addition to achieving the same degree of freedom in changing input/output ports, increasing or decreasing input/output ports, it is also possible to shorten programs and reduce the required ROM capacity.

また、本発明を適用するOPコードの種類は、
「読込み」に限られるものではなく、出力命令等
のその他のOPコードについても、同様に適用で
きるものである。
In addition, the types of OP codes to which the present invention is applied are:
The present invention is not limited to "read", but can be similarly applied to other OP codes such as output commands.

さらに、戻り命令は、前例の8085CPUにおい
ても“C9”(戻り命令)に限られるものではな
く、戻り先番地をオペランドとして伴なう“C3”
(ジヤンプ命令)等を使用することができ、この
ようにすれば、同様にして、この命令実行後の戻
り先を変更することもできることは明らかであろ
う。
Furthermore, the return instruction is not limited to "C9" (return instruction) in the previous 8085CPU, but also "C3" with the return destination address as an operand.
(jump instruction), etc., and it is clear that in this way, the return destination after execution of this instruction can be changed in the same way.

以上の説明から明らかなように、本発明によれ
ば、OPコード、オペランドおよび前記OPコード
で指定された命令実行後の戻り命令を、プログラ
ムによつてRAM内の領域に指定された番地に記
憶させ、かつその中のオペランドおよび/または
命令実行後の戻り命令を、ROM内のプログラム
によつて適宜に変更できるようにすることができ
る。
As is clear from the above description, according to the present invention, an OP code, an operand, and a return instruction after executing the instruction specified by the OP code are stored in an address specified by a program in an area in RAM. The operands therein and/or the return instruction after instruction execution can be changed as appropriate by a program in the ROM.

このために、本発明によれば、オペランド記憶
用のレジスタを具備しないCPU(Z80や8085など)
を用いながら、あたかもオペランド記憶用のレジ
スタを具備したCPUを用いているかのように、
オペランドや命令実行後の戻り命令や戻り先など
を自由に変更することが可能となる。
To this end, according to the present invention, CPUs (such as Z80 and 8085) that do not have registers for storing operands
, as if you were using a CPU with registers for storing operands.
It becomes possible to freely change operands, return instructions after instruction execution, return destination, etc.

したがつて、多数のオペランドに対する同種の
OPコードや戻り命令、戻り先をROM内のプログ
ラムに準備する必要がなくなり、プログラムの長
大化と複雑化が防止され、プログラムが占める
ROMの容量を小さくすることができるという利
点を生ずる。
Therefore, the homogeneous
It is no longer necessary to prepare OP codes, return instructions, and return destinations in the program in ROM, which prevents programs from becoming longer and more complex, and reduces program occupancy.
This has the advantage that the capacity of the ROM can be reduced.

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

第1図は、コンピユータ制御の概略構成を示す
ブロツク図、第2図は本発明の一実施例における
ROM内のプログラムおよびRAM内の記憶領域
設定の一例を示す概念図、第3図はオペランド記
憶用のレジスタを具備しないCPUのための従来
のプログラム例を示す図、第4図は本発明の一実
施例のよるプログラム例を示す図である。 1……CPU、2……ROM、3……RAM、4
……入力ポート、5……出力ポート、10……被
制御機器本体。
FIG. 1 is a block diagram showing a schematic configuration of computer control, and FIG. 2 is a block diagram showing a schematic configuration of computer control.
A conceptual diagram showing an example of a program in ROM and a storage area setting in RAM, FIG. 3 is a diagram showing an example of a conventional program for a CPU that does not have registers for storing operands, and FIG. 4 is a diagram showing an example of a conventional program of the present invention. It is a figure which shows the example of a program by an Example. 1...CPU, 2...ROM, 3...RAM, 4
...Input port, 5...Output port, 10...Controlled device main body.

Claims (1)

【特許請求の範囲】 1 中央処理装置、リードオンリーメモリ、ラン
ダムアクセスメモリ、およびこれら相互を接続す
る共通バスよりなるコンピユータ部に、入力ポー
トおよび出力ポートを介して被制御機器本体を接
続し、被制御機器の動作をコンピユータ部によつ
て制御する場合の、オペランドのアドレス指定方
法であつて、 ある命令のオペレーシヨンコード、オペランド
およびその命令実行後のROM内のプログラムへ
の戻り命令を記憶するための領域を、ROMに記
憶されているプログラムによつて予めRAM内に
設け、 ROMに記憶されているプログラムにより、前
記それぞれの領域に、当該命令のオペレーシヨン
コード、オペランドおよびその命令実行後の
ROM内のプログラムへの戻り命令を書き込み、 かつ前記オペランドをROM内に記憶されてい
るプログラムによつて変更できるようにしたこと
を特徴とするオペランドのアドレス指定方法。
[Scope of Claims] 1. A controlled device is connected to a computer section consisting of a central processing unit, a read-only memory, a random access memory, and a common bus that interconnects these, through an input port and an output port, and A method of addressing operands when the operation of control equipment is controlled by a computer section, and is used to store the operation code of a certain instruction, the operand, and the return instruction to the program in ROM after the instruction is executed. A program stored in the ROM provides an area in the RAM in advance, and a program stored in the ROM stores the operation code of the instruction, the operand, and the information after the instruction is executed in each of the areas.
A method for addressing an operand, characterized in that a return instruction to a program in a ROM is written, and the operand can be changed by a program stored in the ROM.
JP12192381A 1981-08-05 1981-08-05 Address designation method for operand Granted JPS5824948A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP12192381A JPS5824948A (en) 1981-08-05 1981-08-05 Address designation method for operand

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP12192381A JPS5824948A (en) 1981-08-05 1981-08-05 Address designation method for operand

Publications (2)

Publication Number Publication Date
JPS5824948A JPS5824948A (en) 1983-02-15
JPS645333B2 true JPS645333B2 (en) 1989-01-30

Family

ID=14823254

Family Applications (1)

Application Number Title Priority Date Filing Date
JP12192381A Granted JPS5824948A (en) 1981-08-05 1981-08-05 Address designation method for operand

Country Status (1)

Country Link
JP (1) JPS5824948A (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS54163642A (en) * 1978-06-15 1979-12-26 Mitsubishi Electric Corp Subroutine control system

Also Published As

Publication number Publication date
JPS5824948A (en) 1983-02-15

Similar Documents

Publication Publication Date Title
US4005391A (en) Peripheral interrupt priority resolution in a micro program data processor having plural levels of subinstruction sets
JPH0248931B2 (en)
JPH01119828A (en) Microprocessor
JPS6212529B2 (en)
JPH0363092B2 (en)
US7877575B2 (en) Microprocessor
JPS645333B2 (en)
JPS6319058A (en) Memory device
JPS6055911B2 (en) main storage
JPS63266698A (en) Microcomputer
JPS622332B2 (en)
JP3442972B2 (en) Information processing apparatus and rewritable nonvolatile memory rewriting method
JP2918570B2 (en) Central processing unit
JPH10312307A (en) Emulator for computer system
JPS6348698A (en) Memory storage control device
JPH03257572A (en) Multiprocessor system
JPS59106047A (en) Microcomputer
JPS6313214B2 (en)
JPH0158522B2 (en)
JPH05257698A (en) Electronic computer
JPH056208B2 (en)
JPH01236327A (en) Interruption mask control method
JP2000056969A (en) Register file
JPH0399321A (en) Instruction control system
JP2001100991A (en) Digital signal processor