JPH05189227A - Microcomputer incorporating one time programmable rom - Google Patents

Microcomputer incorporating one time programmable rom

Info

Publication number
JPH05189227A
JPH05189227A JP534592A JP534592A JPH05189227A JP H05189227 A JPH05189227 A JP H05189227A JP 534592 A JP534592 A JP 534592A JP 534592 A JP534592 A JP 534592A JP H05189227 A JPH05189227 A JP H05189227A
Authority
JP
Japan
Prior art keywords
bug
program data
program
address
microcomputer
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
JP534592A
Other languages
Japanese (ja)
Inventor
Toshihiro Abe
俊広 阿部
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric Corp
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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP534592A priority Critical patent/JPH05189227A/en
Publication of JPH05189227A publication Critical patent/JPH05189227A/en
Pending legal-status Critical Current

Links

Landscapes

  • Read Only Memory (AREA)
  • Microcomputers (AREA)
  • Stored Programmes (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To effectively use a microcomputer without abolishing it by writing '00' into the part of program data equivalent to a bug when the bug is detected after program data is once written. CONSTITUTION:'00' in a machine word is set to be a jump instruction to a previously set address. A private vector table part 4 is set in the address, and a jump destination address designation register is provided for the vector data part 4. When the instruction of '00' is read during the execution of a program, a processing is branched to the vector table part 4 and is branched to the address which is set in the jump destination address designation register in the vector table part 4. Since the head address of a correction program data part 3 is set in the jump destination address designation register, a correction program is executed. When it is terminated, the processing is executed again immediately after the bug part 2 of an original main program.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、プログラムのバグが修
正可能なワンタイムプログラマブル(OneTime
Programable)ROM内蔵マイクロコンピュ
ータに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a one-time programmable (OneTime) program capable of correcting a bug in a program.
The present invention relates to a microcomputer with a built-in programmable ROM.

【0002】[0002]

【従来の技術】一般にこの種のワンタイムプログラマブ
ルROM内蔵のマイクロコンピュータにおいては、RO
Mへプログラムデータが書き込まれる前の状態、即ちR
OMの初期状態は、16進表記で表すと「FF,FF,
FF,・・・,FF」となっており、これを2進表記で
表すと「11111111,11111111,111
11111,・・・,11111111」となってい
る。このような初期状態のROMにプログラムデータが
書き込まれると、その内容によっては「1」が「0」に
書き換えられる。こうして一旦プログラムデータが書き
込まれてしまうと、その後再び「1」を「0」に書き換
えることはできても、「0」を「1」に書き換えること
はできない。
2. Description of the Related Art Generally, in this type of microcomputer incorporating a one-time programmable ROM, the RO
State before program data is written to M, that is, R
When expressed in hexadecimal notation, the initial state of OM is "FF, FF,
FF, ..., FF ”, which can be expressed in binary notation as“ 11111111, 11111111, 111 ”.
11111, ..., 11111111 ”. When the program data is written in the ROM in such an initial state, "1" is rewritten to "0" depending on the contents. Once the program data has been written in this way, "1" can be rewritten to "0" again, but "0" cannot be rewritten to "1".

【0003】[0003]

【発明が解決しようとする課題】このようなワンタイム
プログラマブルROM内蔵マイクロコンピュータは、少
量多品種の装置にとっては最適なものである。しかし、
一旦ROM内にプログラムデータが書き込まれ、その後
書き込まれたプログラム中にバグが発見された場合には
これの変更を行うことができないことから、これの有効
活用できずに廃棄されるという欠点があった。
Such a one-time programmable ROM built-in microcomputer is optimum for a small quantity and a large variety of devices. But,
If the program data is once written in the ROM and then a bug is found in the written program, it cannot be changed, so there is a drawback that it cannot be effectively used and is discarded. It was

【0004】[0004]

【課題を解決するための手段】このような課題を解決す
るために本発明は、一旦プログラムデータが書き込まれ
た後バグが発見された場合、「0」データは「1」デー
タに変更できないが、「1」データは「0」データに変
更できることを利用し、バグに相当するプログラムデー
タの部分に「00」を書き込むことにより、バグ部分を
修正するようにしたものである。
In order to solve such a problem, the present invention cannot change "0" data to "1" data when a bug is discovered after the program data is once written. , "1" data can be changed to "0" data, and "00" is written in the portion of the program data corresponding to the bug to correct the bug portion.

【0005】[0005]

【作用】したがって、プログラムデータが一旦書き込み
された後でバグが発見された場合でもこれの修正を行う
ことが可能になり、この結果マイクロコンピュータが廃
棄されずに有効に活用できる。
Therefore, even if a bug is found after the program data is once written, the bug can be corrected, and as a result, the microcomputer can be effectively used without being discarded.

【0006】[0006]

【実施例】以下、本発明について図面を参照して説明す
る。図1は、本発明に係るワンタイムプログラマブルR
OM内蔵マイクロコンピュータの一実施例を示すブロッ
ク図である。同図は、このマイクロコンピュータに内蔵
されるワンタイムプログラマブルROM内のプログラム
データの配置状況を示しており、1はメインプログラム
データ部、2はメインプログラムの不具合箇所を示すバ
グ部、3はバグ部2のプログラムデータを修正した修正
プログラムデータ部である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings. FIG. 1 shows a one-time programmable R according to the present invention.
It is a block diagram which shows one Example of the microcomputer with a built-in OM. This figure shows the arrangement of program data in the one-time programmable ROM built in this microcomputer, where 1 is the main program data part, 2 is a bug part indicating a defective part of the main program, and 3 is a bug part. 2 is a modified program data section that modifies the program data of 2.

【0007】一般にこの種のワンタイムプログラマブル
ROM内蔵のマイクロコンピュータは、上記ROMへプ
ログラムデータが書き込まれてもまだこのROM内には
空き領域が存在するものである。したがって、プログラ
ムデータが書き込まれていない空き領域に修正プログラ
ムデータ部3を設け、メインプログラムデータ部1の中
でバグが発見されたときにこのバグ部2の修正プログラ
ムデータを格納するようにしたものである。この結果、
メインプログラムが先頭番地から順次実行されてバグ部
2へ到達すると修正プログラムデータ部3へ分岐して修
正プログラムが実行されると共に、修正プログラムの実
行が終了するとバグ部2の直後のメインプログラムへ分
岐し処理が続行される。
Generally, in this kind of microcomputer having a built-in one-time programmable ROM, even if the program data is written in the ROM, an empty area still exists in the ROM. Therefore, the correction program data section 3 is provided in an empty area where the program data is not written, and the correction program data of the bug section 2 is stored when a bug is found in the main program data section 1. Is. As a result,
When the main program is sequentially executed from the head address and reaches the bug section 2, the program branches to the modification program data section 3 to execute the modification program, and when the execution of the modification program ends, the program branches to the main program immediately after the bug section 2. Then the processing is continued.

【0008】図2は、メインプログラムの実行の際の具
体的な分岐状況を示す図である。ここで、機械語におけ
る「00」を予め設定された番地へのジャンプ命令とす
る。そしてこの番地には専用のベクトルテーブル部4が
設定され、さらにこのベクトルテーブル部4には飛び先
番地指定レジスタが設けられている。いまメインプログ
ラムデータ部1内のプログラムデータが読み込まれて順
次実行中に「00」という命令を読み込むと、ベクトル
テーブル部4へ分岐すると共に、ベクトルテーブル部4
内の飛び先番地指定レジスタに設定された番地へさらに
分岐する。なお、ここで飛び先番地指定レジスタには修
正プログラムデータ部3の先頭番地が設定されている。
したがって、修正プログラムデータ部3に格納されてい
るプログラムが先頭番地から順次実行される。そして、
これが終了すると再び元のメインプログラムのバグ部3
の直後から処理が実行される。即ち、修正プログラムデ
ータ部3の最後尾には、バグ部2の直後の番地、つまり
復帰先の番地が設定されている。
FIG. 2 is a diagram showing a concrete branching situation when the main program is executed. Here, "00" in the machine language is a jump instruction to a preset address. A dedicated vector table unit 4 is set at this address, and a jump destination address designating register is further provided at this vector table unit 4. When the program data in the main program data unit 1 is read and the instruction "00" is read during sequential execution, the process branches to the vector table unit 4 and the vector table unit 4
Further branches to the address set in the jump destination address specification register. Here, the leading address of the correction program data section 3 is set in the jump destination address designating register.
Therefore, the programs stored in the correction program data section 3 are sequentially executed from the head address. And
When this is finished, again the bug part 3 of the original main program
The process is executed immediately after. That is, the address immediately after the bug part 2, that is, the address of the return destination is set at the end of the correction program data part 3.

【0009】即ち、一旦ROMへ書き込まれたプログラ
ムデータにバグが発見された場合、バグ部2の先頭番地
に「00」を書き込むと共に、修正プログラムデータ及
びバグ部3の直後のプログラムへの復帰命令を書き込み
が行われていない空き領域へ書き込むことにより、プロ
グラムのバグを修正するようにしたものである。
That is, when a bug is found in the program data once written in the ROM, "00" is written in the head address of the bug section 2 and the correction program data and the instruction to restore the program immediately after the bug section 3 are issued. Is written in an empty area where writing has not been performed, so that a bug in the program is corrected.

【0010】[0010]

【発明の効果】以上説明したように、本発明によれば、
プログラムデータが一旦書き込みされた後でバグが発見
された場合でもこれの修正を行うことが可能になり、こ
の結果マイクロコンピュータが廃棄されずに有効に活用
できるという効果がある。
As described above, according to the present invention,
Even if a bug is discovered after the program data is once written, it can be corrected, and as a result, the microcomputer can be effectively used without being discarded.

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

【図1】本発明に係るワンタイムプログラマブルROM
内蔵マイクロコンピュータの一実施例を示すブロック図
である。
FIG. 1 is a one-time programmable ROM according to the present invention.
It is a block diagram which shows one Example of a built-in microcomputer.

【図2】上記マイクロコンピュータにおいてバグが修正
されたプログラムの実行状況を示す図である。
FIG. 2 is a diagram showing an execution status of a program in which a bug is corrected in the microcomputer.

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

1 メインプログラムデータ部 2 バグ部 3 修正プログラムデータ部 4 ベクトルテーブル部 1 main program data part 2 bug part 3 correction program data part 4 vector table part

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 プログラムデータが再書き込み不可能な
ワンタイムプログラマブルROM内蔵マイクロコンピュ
ータにおいて、 一旦書き込まれたプログラムデータにバグが発見された
場合前記バグ部分の先頭番地に「00」データを格納す
る手段と、前記プログラムデータが書き込まれた領域以
外の領域に前記バグ部分のプログラムデータが修正され
たプログラムデータを格納すると共に,バグ部分の直後
のプログラムへの復帰命令データを格納する手段とを備
えたことを特徴とするワンタイムプログラマブルROM
内蔵マイクロコンピュータ。
1. A means for storing "00" data at the head address of the bug portion when a bug is found in the program data once written in a microcomputer with built-in one-time programmable ROM in which the program data cannot be rewritten. And means for storing the program data in which the program data of the bug portion is corrected in an area other than the area in which the program data is written, and storing return instruction data to the program immediately after the bug portion. One-time programmable ROM characterized by
Built-in microcomputer.
JP534592A 1992-01-16 1992-01-16 Microcomputer incorporating one time programmable rom Pending JPH05189227A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP534592A JPH05189227A (en) 1992-01-16 1992-01-16 Microcomputer incorporating one time programmable rom

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP534592A JPH05189227A (en) 1992-01-16 1992-01-16 Microcomputer incorporating one time programmable rom

Publications (1)

Publication Number Publication Date
JPH05189227A true JPH05189227A (en) 1993-07-30

Family

ID=11608623

Family Applications (1)

Application Number Title Priority Date Filing Date
JP534592A Pending JPH05189227A (en) 1992-01-16 1992-01-16 Microcomputer incorporating one time programmable rom

Country Status (1)

Country Link
JP (1) JPH05189227A (en)

Similar Documents

Publication Publication Date Title
JP2875842B2 (en) Programmable controller
JPH09128267A (en) Data processor and data processing method
JPH05189227A (en) Microcomputer incorporating one time programmable rom
JPH05224707A (en) Program changing method for programmable controller
JPS6242301B2 (en)
JPH01250143A (en) Program correction system
JPH02135545A (en) Execution control processing system for debugger
JPS5940399A (en) Information processor
JPH05216649A (en) Dynamic changing system for system program
JPS61213928A (en) Alteration system for program
JPS63249206A (en) Programmable controller
JPS61229137A (en) Arithmetic processing unit
JPH0883188A (en) Multitask processing computer
JPS5842891B2 (en) Meirei Seigiyohoushiki
JPH0261724A (en) Program correcting system
JPH02204831A (en) Microprogram executing system
JPH03228140A (en) Microprogram controller
JPH08249024A (en) Programmable controller
JPH04251341A (en) Emulator for microcomputer
JPS60221829A (en) Data processor
JPH07152541A (en) Switching method for system non-interruption program
JPS62219126A (en) Program control system
JPH01258045A (en) In-circuit emulator
JPS60173633A (en) Arithmetic processing unit
JPH02299029A (en) Processor