JPH0581070A - Programmable controller and user program execution method in programmable controller - Google Patents

Programmable controller and user program execution method in programmable controller

Info

Publication number
JPH0581070A
JPH0581070A JP3324684A JP32468491A JPH0581070A JP H0581070 A JPH0581070 A JP H0581070A JP 3324684 A JP3324684 A JP 3324684A JP 32468491 A JP32468491 A JP 32468491A JP H0581070 A JPH0581070 A JP H0581070A
Authority
JP
Japan
Prior art keywords
program
user program
execution
flag
user
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
JP3324684A
Other languages
Japanese (ja)
Inventor
Hiroto Onishi
裕人 大西
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Publication of JPH0581070A publication Critical patent/JPH0581070A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Programmable Controllers (AREA)

Abstract

PURPOSE:To generate the interruption processing of a system program at an arbitrary brake point address without deteriorating the execution efficiency of an instruction and without restricting the number of brake points at the time of executing user programs. CONSTITUTION:Flags showing whether the interruption processing of the system program are generated or not before or after the execution of instruction words are set in a flag memory (FLM) 15 for the respective instruction words of the user program stored in a user program memory (UM) 14. Then, MPU 14 reads the instruction word and the flag which corresponds to the instruction word and which is set in the flag memory 15 at the time of executing the user program. When the flag shows the interruption processing of the system program, the execution of the user program is stopped before or after execution, and the interruption processing of the system program is executed.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、ユーザが設定した複数
の命令語からなるユーザプログラムを実行するプログラ
マブルコントローラ(以下、PCという)、およびこの
ようなPCにおけるユーザプログラム実行方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a programmable controller (hereinafter referred to as a PC) for executing a user program including a plurality of command words set by a user, and a user program execution method for such a PC.

【0002】[0002]

【従来の技術】従来、PCにおいてユーザプログラムを
実行する場合には、図3に示すように、MPU1がユー
ザプログラムメモリ(UM)4に格納されたユーザプロ
グラムの内容を随時取り出して直接あるいは間接的に実
行し、その実行結果をワークメモリ等としてのRAM3
に格納していた。尚、ROM2にはMPU1がデバッグ
等のメイン処理、およびモニタリングやデータトレース
等の割込処理を行うためのシステムプログラムが格納さ
れている。
2. Description of the Related Art Conventionally, when a user program is executed on a PC, as shown in FIG. 3, the MPU 1 fetches the contents of the user program stored in a user program memory (UM) 4 as needed and directly or indirectly. RAM3 as a work memory etc.
Was stored in. The ROM 2 stores a system program for the MPU 1 to perform main processing such as debugging and interrupt processing such as monitoring and data tracing.

【0003】[0003]

【発明が解決しようとする課題】ところで、ユーザプロ
グラムのデバッグ時等には、そのデバッグ動作を任意の
アドレス(以下、ブレークポイントアドレスという)で
停止させ、システムプログラムの割込処理によってI/
Oメモリに記憶された入出力データ等のモニタリングや
データトレースを行う場合がある。
By the way, when debugging a user program, the debug operation is stopped at an arbitrary address (hereinafter referred to as a break point address), and an I / O is performed by an interrupt process of the system program.
There is a case where input / output data stored in the O memory is monitored or data trace is performed.

【0004】しかし、従来のPCでは、任意のブレーク
ポイントアドレスでシステムプログラムの割込処理を発
生させるためにソフトウエアあるいはハードウエア等に
より各命令語のアドレスを監視していたため、ソフトウ
エアによるアドレス監視の場合には命令の実行効率の低
下を招く一方、ハードウエアによるアドレス監視の場合
にはブレークポイントアドレス格納用のレジスタを設け
る必要が生じ、ブレークポイント数がレジスタの数によ
って制限される等の問題が生じる。
However, in the conventional PC, since the address of each instruction word is monitored by software or hardware in order to generate the interrupt processing of the system program at an arbitrary breakpoint address, the address monitoring by software is performed. In this case, the instruction execution efficiency is reduced, but in the case of address monitoring by hardware, it is necessary to provide a register for storing the breakpoint address, and the number of breakpoints is limited by the number of registers. Occurs.

【0005】そこで、本発明はこのような問題に鑑みな
されたもので、ユーザプログラムの実行時に、命令の実
行効率が低下せず、且つ、ブレークポイント数も制限さ
れずに、任意のブレークポイントアドレスでシステムプ
ログラムの割込処理を発生できるPCおよびPCにおけ
るユーザプログラム実行方法を提供することを目的とす
る。
Therefore, the present invention has been made in view of such a problem. When the user program is executed, the efficiency of instruction execution is not lowered, and the number of breakpoints is not limited. It is an object of the present invention to provide a PC capable of generating an interrupt process of a system program and a user program execution method in the PC.

【0006】[0006]

【課題を解決するための手段】上記課題を解決するため
請求項1記載の発明では、所定の割込処理およびメイン
処理からなるシステムプログラムを格納したシステムプ
ログラムメモリと、ユーザが設定した複数の命令語から
なるユーザプログラムを格納したユーザプログラムメモ
リと、上記ユーザプログラムメモリに格納されたユーザ
プログラムの各命令語に対応して、その各命令語の実行
前あるいは実行後にシステムプログラムの割込処理を発
生させるか否かを示すフラグが設定されたフラグメモリ
と、上記システムプログラムのメイン処理による上記ユ
ーザプログラムの実行時に、命令語と共にその命令語に
対応した上記フラグメモリのフラグを読出し、フラグが
システムプログラムの割込処理を示している場合には、
当該命令語の実行前あるいは実行後にユーザプログラム
の実行を停止して、システムプログラムの割込処理を実
行するプロセッサと、を具備することを特徴とする。
In order to solve the above problems, according to the invention of claim 1, a system program memory storing a system program including a predetermined interrupt process and a main process, and a plurality of instructions set by a user. Corresponding to each user program memory storing a user program consisting of words, and each command word of the user program stored in the user program memory, an interrupt process of the system program is generated before or after the execution of each command word. And a flag memory in which a flag indicating whether or not to execute is set, and when the user program is executed by the main processing of the system program, an instruction word and a flag of the flag memory corresponding to the instruction word are read out, and the flag is the system program. If it shows the interrupt processing of
And a processor that stops the execution of the user program before or after the execution of the instruction word and executes the interrupt process of the system program.

【0007】また、上記目的を達成するため請求項2記
載の発明では、所定の割込処理およびメイン処理からな
るシステムプログラムにより、ユーザが設定した複数の
命令語からなるユーザプログラムを実行する際のプログ
ラマブルコントローラにおけるユーザプログラム実行方
法において、ユーザプログラムの各命令語に、その命令
語の実行前あるいは実行後に上記システムプログラムの
割込処理を発生させるか否かを示すフラグを予め設定し
ておき、システムプログラムのメイン処理によるユーザ
プログラムの実行時に、命令語と共にその命令語に対応
したフラグを読出し、フラグがシステムプログラムの割
込処理を示している場合には、当該命令語の実行前ある
いは実行後にユーザプログラムの実行を停止して、シス
テムプログラムの割込処理を実行する、ことを特徴とす
る。
In order to achieve the above object, in the invention according to claim 2, when a user program consisting of a plurality of command words set by the user is executed by a system program consisting of a predetermined interrupt processing and main processing. In a user program execution method in a programmable controller, a flag indicating whether to generate an interrupt process of the system program before or after execution of the instruction word is set in advance for each instruction word of the user program, When the user program is executed by the main processing of the program, the instruction word and the flag corresponding to the instruction word are read, and if the flag indicates the interrupt processing of the system program, the user may execute the instruction word before or after the execution. Stop the execution of the program and Executing the write process, characterized in that.

【0008】[0008]

【作用】本発明では、ユーザプログラムの各命令語にシ
ステムプログラムの割込処理の有無を示すフラグが設定
されており、システムプログラムのメイン処理によりユ
ーザプログラムの命令語と共にその命令後に対応したフ
ラグが読出されるため、その際のフラグがシステムプロ
グラムの割込処理発生を示している場合には、当該命令
語の実行前あるいは実行後にユーザプログラムの実行を
停止して、システムプログラムの割込処理を実行する。
このため、ブレークポイント数を命令語の数だけ設定す
ることができると共に、任意の命令語でユーザプログラ
ム上での割込処理を行うことができる。
In the present invention, each instruction word of the user program is set with a flag indicating the presence or absence of interrupt processing of the system program, and the main processing of the system program causes the instruction word of the user program and the corresponding flag after the instruction to be set. Since it is read, if the flag at that time indicates that the interrupt processing of the system program has occurred, the execution of the user program is stopped before or after the execution of the instruction word, and the interrupt processing of the system program is stopped. Run.
Therefore, the number of breakpoints can be set as many as the number of instruction words, and the interrupt processing on the user program can be performed with an arbitrary instruction word.

【0009】[0009]

【実施例】以下、本発明に係るPCの一実施例を図面に
基づいて説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a PC according to the present invention will be described below with reference to the drawings.

【0010】図1は、本実施例のPCの構成を示してい
る。このPCは、図に示すようにPC内で演算・制御を
行うプロセッサ(以下、MPUという)11と、MPU
11にデバッグ等のメイン処理およびモニタリングやデ
ータトレース等の割込処理を実行させるシステムプログ
ラムが格納されたROM12と、入出力データを記憶す
るI/OメモリおよびMPU11で演算されたデータ等
を記憶するワークメモリとして使用されるRAM13
と、ユーザにより任意に設定された複数の連続した命令
語からなるユーザプログラムが格納されるユーザプログ
ラムメモリ(UM)14と、後述するフラグがセットさ
れるフラグメモリ(FLM)13とを有する。
FIG. 1 shows the configuration of the PC of this embodiment. As shown in the figure, this PC includes a processor (hereinafter referred to as MPU) 11 that performs calculation and control in the PC, and an MPU.
A ROM 12 in which a system program for executing main processing such as debugging and interrupt processing such as monitoring and data tracing is stored in 11, an I / O memory for storing input / output data, and data calculated by the MPU 11 are stored. RAM13 used as work memory
And a user program memory (UM) 14 in which a user program consisting of a plurality of consecutive instruction words arbitrarily set by the user is stored, and a flag memory (FLM) 13 in which a flag described later is set.

【0011】図2は、ユーザプログラムメモリ14およ
びフラグメモリ15の記憶エリアを示している。ユーザ
プログラムメモリ14には各命令語が格納されるエリア
が設けられている一方、フラグメモリ15にはその各命
令語に対応した1bit のフラグが格納されるエリアが設
けられている。そして、ユーザプログラムの命令語毎に
アドレスが設定されていると共に、フラグメモリ15の
フラグにも各々が対応する各命令と同一のアドレスが設
定されており、MPU11はアドレスを指定してユーザ
プログラムの各命令語を読出す際、各命令語に対応した
フラグにもアクセスしてそのフラグを読出せるように構
成されている。
FIG. 2 shows storage areas of the user program memory 14 and the flag memory 15. The user program memory 14 is provided with an area for storing each instruction word, while the flag memory 15 is provided with an area for storing a 1-bit flag corresponding to each instruction word. An address is set for each instruction word of the user program, and the same address as the corresponding instruction is set for the flag of the flag memory 15, and the MPU 11 specifies the address and sets the address of the user program. When reading each instruction word, the flag corresponding to each instruction word is also accessed to read the flag.

【0012】また、各フラグの設定は予めユーザが設定
するもので、ブレークポイント(BP)、つまりシステ
ムプログラムの割込処理を発生させる命令語にはフラグ
“1”をセットする一方、そのままメイン処理により実
行する命令語にはフラグ“0”をセットする。
Further, the setting of each flag is set by the user in advance, and the flag "1" is set to the breakpoint (BP), that is, the instruction word for generating the interrupt processing of the system program, while the main processing is performed as it is. The flag "0" is set to the instruction word to be executed by.

【0013】このように構成されたPCにおいて、MP
U11がユーザプログラムを実行する際に、例えば図2
に示すように「命令語2」および「命令語5」がそれぞ
れブレークポイント「BP1」,「BP2」に指定され
て、フラグ“1”が設定されている場合には、それらの
ブレークポイントの命令語実行後に、メイン処理による
ユーザプログラムの実行が停止されて、システムプログ
ラムの割込処理が実行される。そして、割込処理終了後
には、割込前の状態に復元して、システムプログラムの
メイン処理によるユーザプログラムの実行が再開され
る。
In the PC configured as described above, the MP
When U11 executes the user program, for example, as shown in FIG.
As shown in, when the "instruction word 2" and the "instruction word 5" are designated as the breakpoints "BP1" and "BP2", respectively, and the flag "1" is set, the instruction of those breakpoints is set. After executing the word, the execution of the user program by the main process is stopped, and the interrupt process of the system program is executed. Then, after the interrupt processing is completed, the state before the interrupt is restored and the execution of the user program by the main processing of the system program is restarted.

【0014】従って、本実施例では、ソフトウエアやハ
ードウエア等によりユーザプログラムの各命令語のアド
レスを監視せず、各命令語にそれぞれ対応させて設定し
たフラグによりシステムプログラムの割込処理が発生す
るため、命令の実行効率を低下させずに命令語の数だけ
ブレークポイント数を設定できると共に、任意の命令語
でシステムプログラムの割込処理を発生できる。
Therefore, in this embodiment, the address of each instruction word of the user program is not monitored by software or hardware, and the interrupt processing of the system program is generated by the flag set corresponding to each instruction word. Therefore, the number of breakpoints can be set by the number of instruction words without deteriorating the execution efficiency of the instruction, and the interrupt processing of the system program can be generated by an arbitrary instruction word.

【0015】このため、ユーザプログラムのデバッグ時
等には任意のアドレスでユーザプログラムの実行を停止
させ、システムプログラムの割込処理によってRAM1
3におけるI/Oメモリの内容等を読出してモニタリン
グやデータトレース等を効率よく行うことが可能にな
る。
Therefore, when the user program is debugged, etc., the execution of the user program is stopped at an arbitrary address, and the RAM 1 is executed by the interrupt processing of the system program.
The contents of the I / O memory in 3 and the like can be read out to efficiently perform monitoring, data trace and the like.

【0016】また、MPU11の命令実行部分をパイプ
ライン化すれば、現在実行中の命令語はそれより少なく
とも1つ前の命令語の実行時にその命令語に対応したフ
ラグと共に読出されているため、ブレークポイントとな
る命令語のフラグが“1”でシステムプログラムの割込
処理を示している場合には、その命令語を実行する前に
システムプログラムの割込処理が発生し、その割込処理
終了後には割込前の状態に戻って中断した次の命令から
ユーザプログラムの実行が再開し、デバッグの際のオー
バーヘッドタイムがほとんどなくなる。
If the instruction execution part of the MPU 11 is pipelined, the instruction word currently being executed is read together with the flag corresponding to the instruction word at the time of execution of the instruction word at least one before that. If the flag of the instruction word that is the breakpoint is "1" indicating the interrupt processing of the system program, the interrupt processing of the system program occurs before the instruction word is executed, and the interrupt processing ends. After that, execution returns to the state before the interrupt and the execution of the user program resumes from the next instruction that was interrupted, and the overhead time during debugging is almost eliminated.

【0017】尚、本実施例ではフラグメモリを設けて、
各命令語にシステムプログラムの割込処理を発生させる
か否かを示す1bit のフラグを設定して説明したが、本
発明では、そのような各命令語に対応して設定するフラ
グは1bit ではなく数bit でも勿論良く、また、新たに
フラグメモリを設けずにユーザプログラムメモリの一部
のエリアにそのようなフラグを設定したり、各命令語の
フレームにフラグを設定するようにしてもよい。
In this embodiment, a flag memory is provided,
Although a 1-bit flag indicating whether or not the interrupt processing of the system program is generated is set for each instruction word, the flag set corresponding to each such instruction word is not 1 bit in the present invention. It may be several bits, of course, and such a flag may be set in a partial area of the user program memory without newly providing a flag memory, or a flag may be set in the frame of each instruction word.

【0018】[0018]

【発明の効果】以上説明したように、本発明では、ユー
ザプログラムの各命令語にシステムプログラムの割込処
理の有無を示すフラグを設定すると共に、システムプロ
グラムのメイン処理の時にはユーザプログラムの命令語
と共にその命令後に対応したフラグを読出すようにした
ため、フラグがシステムプログラムの割込処理を示して
いる場合には、当該命令語の実行前あるいは実行後にユ
ーザプログラムの実行を停止して、システムプログラム
の割込処理を実行できる。
As described above, according to the present invention, a flag indicating the presence / absence of interrupt processing of the system program is set in each instruction word of the user program, and the instruction word of the user program is used during the main processing of the system program. In addition, since the corresponding flag is read after the instruction, if the flag indicates the interrupt processing of the system program, the execution of the user program is stopped before or after the execution of the instruction word, and the system program is stopped. The interrupt processing of can be executed.

【0019】このため、ユーザプログラムのデバッグ時
等には任意のアドレスでユーザプログラムの実行を停止
させ、システムプログラムの割込処理によって、入出力
データが記憶されたI/Oメモリの内容等を読出してそ
の内容のモニタリングやデータトレース等を効率よく行
うことが可能になる。
Therefore, at the time of debugging the user program, the execution of the user program is stopped at an arbitrary address, and the contents of the I / O memory in which the input / output data is stored are read by the interrupt processing of the system program. It is possible to efficiently monitor the contents and data trace.

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

【図1】本発明に係るPCの一実施例を示すブロック
図。
FIG. 1 is a block diagram showing an embodiment of a PC according to the present invention.

【図2】ユーザプログラムメモリおよびフラグメモリの
記憶エリアを示すメモリマップ。
FIG. 2 is a memory map showing storage areas of a user program memory and a flag memory.

【図3】従来のPCの概略構成を示すブロック図。FIG. 3 is a block diagram showing a schematic configuration of a conventional PC.

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

11 プロセッサ(MPU) 12 システムプログラムメモリ(ROM) 14 ユーザプログラムメモリ(UM) 15 フラグメモリ(FLM) 11 Processor (MPU) 12 System Program Memory (ROM) 14 User Program Memory (UM) 15 Flag Memory (FLM)

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 所定の割込処理およびメイン処理からな
るシステムプログラムを格納したシステムプログラムメ
モリと、 ユーザが設定した複数の命令語からなるユーザプログラ
ムを格納したユーザプログラムメモリと、 上記ユーザプログラムメモリに格納されたユーザプログ
ラムの各命令語に対応して、その各命令語の実行前ある
いは実行後にシステムプログラムの割込処理を発生させ
るか否かを示すフラグが設定されたフラグメモリと、 上記システムプログラムのメイン処理による上記ユーザ
プログラムの実行時に、命令語と共にその命令語に対応
した上記フラグメモリのフラグを読出し、フラグがシス
テムプログラムの割込処理を示している場合には、当該
命令語の実行前あるいは実行後にユーザプログラムの実
行を停止して、システムプログラムの割込処理を実行す
るプロセッサと、 を具備することを特徴とするプログラマブルコントロー
ラ。
1. A system program memory in which a system program including predetermined interrupt processing and main processing is stored, a user program memory in which a user program including a plurality of command words set by a user is stored, and the user program memory in the user program memory. A flag memory in which a flag indicating whether to generate an interrupt process of the system program before or after execution of each instruction word corresponding to each instruction word of the stored user program, and the system program When the user program is executed by the main processing of step 1, the instruction word and the flag of the flag memory corresponding to the instruction word are read out, and if the flag indicates the interrupt processing of the system program, before execution of the instruction word. Or after execution, stop the execution of the user program and A programmable controller comprising: a processor that executes interrupt processing of a program.
【請求項2】 所定の割込処理およびメイン処理からな
るシステムプログラムにより、ユーザが設定した複数の
命令語からなるユーザプログラムを実行する際のプログ
ラマブルコントローラにおけるユーザプログラム実行方
法において、ユーザプログラムの各命令語に、その命令
語の実行前あるいは実行後に上記システムプログラムの
割込処理を発生させるか否かを示すフラグを予め設定し
ておき、 システムプログラムのメイン処理によるユーザプログラ
ムの実行時に、命令語と共にその命令語に対応したフラ
グを読出し、フラグがシステムプログラムの割込処理を
示している場合には、当該命令語の実行前あるいは実行
後にユーザプログラムの実行を停止して、システムプロ
グラムの割込処理を実行する、 ことを特徴とするプログラマブルコントローラにおける
ユーザプログラム実行方法。
2. A user program execution method in a programmable controller for executing a user program consisting of a plurality of instruction words set by the user by a system program consisting of predetermined interrupt processing and main processing, and each instruction of the user program. A flag indicating whether to generate an interrupt process of the system program before or after the execution of the command word is set in advance, and when the user program is executed by the main process of the system program, If the flag corresponding to the instruction word is read and the flag indicates the interrupt processing of the system program, the execution of the user program is stopped before or after the execution of the instruction word, and the interrupt processing of the system program is executed. Programmable, characterized by User program execution method in the controller.
JP3324684A 1990-12-10 1991-12-09 Programmable controller and user program execution method in programmable controller Pending JPH0581070A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP40106190 1990-12-10
JP2-401061 1990-12-10

Publications (1)

Publication Number Publication Date
JPH0581070A true JPH0581070A (en) 1993-04-02

Family

ID=18510920

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3324684A Pending JPH0581070A (en) 1990-12-10 1991-12-09 Programmable controller and user program execution method in programmable controller

Country Status (1)

Country Link
JP (1) JPH0581070A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996021180A1 (en) * 1994-12-29 1996-07-11 Siemens Energy & Automation, Inc. Dynamic user interrupt scheme in a programmable logic controller
JP2011134315A (en) * 2009-12-23 2011-07-07 Intel Corp Transition from source instruction set architecture (isa) code to translated code in partial emulation environment
US9405551B2 (en) 2013-03-12 2016-08-02 Intel Corporation Creating an isolated execution environment in a co-designed processor
US9891936B2 (en) 2013-09-27 2018-02-13 Intel Corporation Method and apparatus for page-level monitoring
US10621092B2 (en) 2008-11-24 2020-04-14 Intel Corporation Merging level cache and data cache units having indicator bits related to speculative execution
US10649746B2 (en) 2011-09-30 2020-05-12 Intel Corporation Instruction and logic to perform dynamic binary translation
US10725755B2 (en) 2008-11-24 2020-07-28 Intel Corporation Systems, apparatuses, and methods for a hardware and software system to automatically decompose a program to multiple parallel threads

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1996021180A1 (en) * 1994-12-29 1996-07-11 Siemens Energy & Automation, Inc. Dynamic user interrupt scheme in a programmable logic controller
US10621092B2 (en) 2008-11-24 2020-04-14 Intel Corporation Merging level cache and data cache units having indicator bits related to speculative execution
US10725755B2 (en) 2008-11-24 2020-07-28 Intel Corporation Systems, apparatuses, and methods for a hardware and software system to automatically decompose a program to multiple parallel threads
JP2011134315A (en) * 2009-12-23 2011-07-07 Intel Corp Transition from source instruction set architecture (isa) code to translated code in partial emulation environment
US10649746B2 (en) 2011-09-30 2020-05-12 Intel Corporation Instruction and logic to perform dynamic binary translation
US9405551B2 (en) 2013-03-12 2016-08-02 Intel Corporation Creating an isolated execution environment in a co-designed processor
US9891936B2 (en) 2013-09-27 2018-02-13 Intel Corporation Method and apparatus for page-level monitoring

Similar Documents

Publication Publication Date Title
JPH0581070A (en) Programmable controller and user program execution method in programmable controller
JP2653411B2 (en) How to set breakpoints
JPH0283749A (en) Internal interruption control system for microprocessor
JPH0465729A (en) Symbolic debugger
JPS62271003A (en) Programmable controller
JPS61180344A (en) Step execution system for high level language
JPH06103110A (en) Breakpoint setting system
JPS638946A (en) Program debug supporting system
JPS5835648A (en) Program execution controlling system
JPH04167146A (en) Address tracing system for information processor
JPS59202550A (en) Debugging device
JP2001147830A (en) Method for changing state of real time os
JPS59202546A (en) Debugging device
JPH05204680A (en) Malfunction preventing system for information processor
JPH02191046A (en) Tracing system for program
JPS6393049A (en) Program debug device
JPS6376053A (en) Multicomputer equipment
JPH09160800A (en) Emulator
JPH04328644A (en) Debug back-up device
JPH0259829A (en) Microcomputer
JPS59200356A (en) Program tracing system
JPH0581068A (en) Debugging support device
JPS61134850A (en) Debugging method of subsequent processor
JPH06324911A (en) Interrupting method for program execution
JPS61235955A (en) Program debugging system

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19990122