JPS63115228A - Display processing system - Google Patents

Display processing system

Info

Publication number
JPS63115228A
JPS63115228A JP61260167A JP26016786A JPS63115228A JP S63115228 A JPS63115228 A JP S63115228A JP 61260167 A JP61260167 A JP 61260167A JP 26016786 A JP26016786 A JP 26016786A JP S63115228 A JPS63115228 A JP S63115228A
Authority
JP
Japan
Prior art keywords
screen
picture
area
display
main memory
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
JP61260167A
Other languages
Japanese (ja)
Inventor
Noriyuki Okada
岡田 憲幸
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 JP61260167A priority Critical patent/JPS63115228A/en
Publication of JPS63115228A publication Critical patent/JPS63115228A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To eliminate a need of extension of a picture table area on a main memory by storing picture tables corresponding to display pictures in an auxiliary memory and reading out a prescribed picture table to store it in the main memory in case of display processing. CONSTITUTION:When the picture number of a display picture to be displayed on a CRT display device 3 is inputted from a keyboard 4, a CPU discriminates the picture number to fine that this picture number designates a picture 1. A prescribed picture table is read out from a picture table area 61 of the picture 1 corresponding to the picture number in an auxiliary memory 6 and is stored in a picture table load area 55 in a main memory 5. The CPU1 accesses a processing area 51 of the picture 1 corresponding to the picture number in the memory 5 and executes the processing according with its contents to display the picture 1 designated by the keyboard 4 on the device 3. An area 55 in the memory 5 is accessed also on demand to use picture tables stored in this area 55.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明はコンピュータ・システムにおける表示処理方
式に関するものである。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a display processing method in a computer system.

[従来の技術] 昨今、コンピュータシステムにおけるマン・マシーンイ
ンタフェース用に情報を可視表示する表示手段が多く用
いられるようになっている。第3図はこのようなコンピ
ュータシステムの一例を示すブロック図である。図にお
いて、(1)は中央処理装置(以下、CPUという)、
(2)はこのCPU(1)に接続された入出力インタフ
ェース、(3)はこの入出力インタフェース(2)に接
続された前記表示手段としてのCRT表示装置、(4)
は前記入出力インタフェース(2)に接続された入力手
段としてのキーボード、(5)は前記CP U(1)の
主メモリ、(6)は前記CP U(1)に接続された補
助メモリである。
[Prior Art] Recently, display means for visually displaying information for man-machine interfaces in computer systems have come into widespread use. FIG. 3 is a block diagram showing an example of such a computer system. In the figure, (1) is a central processing unit (hereinafter referred to as CPU);
(2) is an input/output interface connected to this CPU (1); (3) is a CRT display device as the display means connected to this input/output interface (2); (4)
is a keyboard as an input means connected to the input/output interface (2), (5) is a main memory of the CPU (1), and (6) is an auxiliary memory connected to the CPU (1). .

第4図はこのようなコンピュータシステムにおける従来
の表示処理方式を示す説明図であり、前述の主メモリ(
5)のメモリマツプが示されている。
FIG. 4 is an explanatory diagram showing a conventional display processing method in such a computer system.
5) is shown.

図において、(51)及び(52)は主メモリ(5)上
に設定された画面1の画面処理領域及び画面2の画面処
理領域、(53)及び(54)は同じく主メモリ(5)
上に設定された画面lの画面テーブルエリア及び画面2
の画面テーブルエリアである。
In the figure, (51) and (52) are the screen processing area of screen 1 and the screen processing area of screen 2 set on the main memory (5), and (53) and (54) are also the screen processing area of the main memory (5).
Screen table area of screen l and screen 2 set above
The screen is a table area.

次に動作について説明する。第5図はその表示処理の動
作を示すフローチャートである。CRT表示装置(3)
に表示すべき表示画面の画面番号がキーボード(4)よ
り入力されると、CP U(1’)は、まず入力された
画面番号の判別を行い、それが例えば画面lを指定する
ものであることを識別する(ステップ5TI)。次いで
、主メモリ(5)の前記画面番号に対応する画面1の処
理領域(51)にアクセスし、その内容に応じた処理を
実行してCRT表示装置(3)にキーボード(4)にて
指定された画面lを表示する(ステップ5T2)。この
とき、必要に応じて主メモリ(5)の画面1の画面テー
ブルエリア(53)にもアクセスして、そこに格納され
ている画面テーブルを利用する。
Next, the operation will be explained. FIG. 5 is a flowchart showing the operation of the display processing. CRT display device (3)
When the screen number of the display screen to be displayed is input from the keyboard (4), the CPU (1') first determines the input screen number and determines whether it specifies, for example, screen l. (Step 5TI). Next, the processing area (51) of screen 1 corresponding to the screen number of the main memory (5) is accessed, and processing according to the contents is executed and specified on the CRT display device (3) using the keyboard (4). The displayed screen l is displayed (step 5T2). At this time, the screen table area (53) of screen 1 of the main memory (5) is also accessed as needed, and the screen table stored there is used.

[発明が解決しようとする問題点] 従来の表示処理方式は以上のように構成されているので
、画面テーブルを格納するための画面テーブルエリアを
、表示画面対応で主メモリ(5)上に確保しなければな
らず、表示画面の数が増加するにつれて主メモリ(5)
上の画面テーブルエリアが増大してゆくという問題点が
あった。
[Problems to be solved by the invention] Since the conventional display processing method is configured as described above, a screen table area for storing a screen table is secured in the main memory (5) corresponding to the display screen. As the number of display screens increases, the main memory (5)
There was a problem in that the upper screen table area increased.

この発明は上記のような問題点を解消するためになされ
たもので、表示画面の数が増えても主メモリ上の画面テ
ーブルエリアを増やす必要のない表示処理方式を得るこ
とを目的とする。
The present invention has been made to solve the above-mentioned problems, and an object of the present invention is to provide a display processing method that does not require an increase in the screen table area on the main memory even if the number of display screens increases.

[問題点を解決するための手段] この発明に係る表示処理方式は、各表示画面対応の画面
テーブルを格納しておく画面テーブルエリアを補助メモ
リ上に確保し、主メモリ上には画面テーブルロードエリ
アを設け、表示処理に際しては、入力された画面番号に
対応する補助メモリの画面テーブルエリアより表示画面
に対応した画面テーブルを読み出して、これを主メモリ
の画面テーブルロードエリアに格納し、これを用いて画
面対応処理を実行するものである。
[Means for Solving the Problems] The display processing method according to the present invention secures a screen table area in an auxiliary memory to store a screen table corresponding to each display screen, and stores a screen table load area in the main memory. During display processing, the screen table corresponding to the display screen is read from the screen table area of the auxiliary memory corresponding to the input screen number, stored in the screen table load area of the main memory, and then This is used to execute screen-compatible processing.

[作用] この発明における表示処理方式は、主メモリ上には画面
テーブルロードエリアが備えられJ表示画面対応の画面
テーブルは補助メモリの画面テーブルエリアに格納され
ていて、表示処理に際して、前記補助メモリの画面テー
ブルエリアより読み出した画面テーブルを主メモリの画
面テーブルロードエリアに格納し、この画面テーブルを
用いて、主メモリの当該画面番号に対応付けられた画面
処理領域の内容に応じた画面対応処理を行い、所定の表
示画面を表示手段上に表示する。
[Function] In the display processing method according to the present invention, a screen table load area is provided on the main memory, and a screen table corresponding to the J display screen is stored in the screen table area of the auxiliary memory. The screen table read from the screen table area of is stored in the screen table load area of the main memory, and this screen table is used to perform screen corresponding processing according to the contents of the screen processing area associated with the screen number of the main memory. and displays a predetermined display screen on the display means.

[実施例] 以下、この発明の一実施例を図について説明する。第1
図において、(5)、(6)は前述の主メモリ及び補助
メモリであり、(51)、(52)はこの主メモリ(5
)上に設定された画面lの画面処理領域及び画面2の画
面処理領域である。また(55)は従来の画面テーブル
エリア(53)、 (54)に代えて、この主メモリ(
5)上に設定された画面テーブルロードエリアであり、
(61)、 (62)は補助メモリ(6)上に設定され
た画面lの画面テーブルエリア及び画面2の画面テーブ
ルエリアで、従来、主メモリ(5)の画面テーブルエリ
ア(53)あるいは(54)に格納されていた画面テー
ブルが格納される。
[Example] Hereinafter, an example of the present invention will be described with reference to the drawings. 1st
In the figure, (5) and (6) are the aforementioned main memory and auxiliary memory, and (51) and (52) are this main memory (5).
) are the screen processing area of screen l and the screen processing area of screen 2 set above. In addition, (55) replaces the conventional screen table area (53), (54) with this main memory (
5) The screen table load area set above,
(61) and (62) are the screen table area of screen l and the screen table area of screen 2 set on the auxiliary memory (6), and conventionally, the screen table area (53) or (54) of the main memory (5) ) is stored.

次に動作について説明する。第2図はその表示処理の動
作を示すフローチャートである。CRT表示装置(3)
に表示すべき表示画面の画面番号がキーボード(4)よ
り入力されると、CPU(1)は従来の場合と同様に、
まず入力された画面番号の判別を行い、それが、例えば
画面1を指定するものであることを識別する(ステップ
5TI)。次に、補助メモリ(6)の前記画面番号に対
応する画面1の画面テーブルエリア(61)から所定の
画面テーブルを読み出してきて、主メモリ(5)の画面
テーブルロードエリア(55)へ格納する(ステップ5
T3)。CPLI(1)はさらに主メモリ(5)の前記
画面番号に対応する画面lの処理領域(51)にアクセ
スし、その内容に応じた処理を実行してCRT表示装置
(3)にキーボード(4)にて指定された画面1を表示
する(ステップ5T2)。このとき、必要に応じて主メ
モリ(5)の前記画面テーブルロードエリア(53)に
もアクセスして、そこに格納されている画面テーブルを
利用する。
Next, the operation will be explained. FIG. 2 is a flowchart showing the operation of the display processing. CRT display device (3)
When the screen number of the display screen to be displayed is input from the keyboard (4), the CPU (1) will, as in the conventional case,
First, the input screen number is determined, and it is determined that it designates, for example, screen 1 (step 5TI). Next, a predetermined screen table is read from the screen table area (61) of screen 1 corresponding to the screen number of the auxiliary memory (6), and stored in the screen table load area (55) of the main memory (5). (Step 5
T3). The CPLI (1) further accesses the processing area (51) of the screen l corresponding to the screen number in the main memory (5), executes processing according to the content, and displays the keyboard (4) on the CRT display device (3). ) is displayed (step 5T2). At this time, the screen table load area (53) of the main memory (5) is also accessed as necessary to utilize the screen table stored there.

なお、上記実施例では表示手段としてCRT表示装置を
用いたものを示したが、例えばロギング装置にも適用し
てもよく、上記実施例と同様の効果を奏する。
In the above embodiment, a CRT display device is used as the display means, but the present invention may also be applied to a logging device, for example, and the same effects as in the above embodiment can be obtained.

[発明の効果] 以上のように、この発明によれば各表示画面対応の画面
テーブルを補助メモリに格納し、表示処理に際して所定
の画面テーブルを読み出して主メモリの画面テーブルロ
ードエリアに格納するように構成したので、表示画面の
数が増加しても、これらの表示画面対応の画面テーブル
を全て格納するためのエリアを主メモリ上に確保する必
要がなくなり、主メモリの使用を節約することができ、
また、メモリマツプ構成の単純なものが得られるなどの
効果がある。
[Effects of the Invention] As described above, according to the present invention, a screen table corresponding to each display screen is stored in the auxiliary memory, and during display processing, a predetermined screen table is read out and stored in the screen table load area of the main memory. As the number of display screens increases, there is no need to reserve an area in the main memory to store all the screen tables corresponding to these display screens, saving main memory usage. I can,
Further, there is an effect that a simple memory map configuration can be obtained.

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

第1図はこの発明の一実施例による表示処理方式を示す
説明図、第2図はその動作を示すフローチャート、第3
図はこの発明を適用して有効なコンピュータシステムを
示すブ′ロック図、第4図は従来の表示処理方式を示す
説明図、第5図はその動作を示すフローチャートである
。 (1)はcpu、(3)はCRT表示装置(表示手段L
(4)はキーボード(入力手段)、(5)は主メモリ、
(6)は補助メモリ、(51)、(52)は画面処理領
域、(55)は画面テーブルロードエリア、(61)、
 (62)は画面テーブルエリア。 なお、図中、同一符号は同一、又は相当部分を示す。 第1図 6:第1監旦カメモリ 第2図
FIG. 1 is an explanatory diagram showing a display processing method according to an embodiment of the present invention, FIG. 2 is a flowchart showing its operation, and FIG.
FIG. 4 is a block diagram showing an effective computer system to which the present invention is applied, FIG. 4 is an explanatory diagram showing a conventional display processing method, and FIG. 5 is a flow chart showing its operation. (1) is a CPU, (3) is a CRT display device (display means L)
(4) is the keyboard (input means), (5) is the main memory,
(6) is auxiliary memory, (51), (52) are screen processing area, (55) is screen table load area, (61),
(62) is the screen table area. In addition, in the figures, the same reference numerals indicate the same or equivalent parts. Figure 1 6: 1st Superintendent Kamemory Figure 2

Claims (1)

【特許請求の範囲】[Claims] 入力手段より入力された表示画面の画面番号に基づいて
、当該画面番号に対応する画面テーブルを選択し、主メ
モリの当該画面番号に対応付けられた画面処理領域の内
容に応じた画面対応処理を、前記画面テーブルを用いて
行い、所定の表示画面を表示手段上に表示する表示処理
方式において、補助メモリ上に前記画面番号対応に設け
られた画面テーブルエリアに前記表示画面対応の画面テ
ーブルを格納しておくとともに、前記主メモリ上に画面
テーブルロードエリアを設け、前記入力手段より入力さ
れた画面番号に基づいて、当該画面番号に対応した画面
テーブルエリアより読み出した画面テーブルを前記主メ
モリの画面テーブルロードエリアに格納し、この画面テ
ーブルを用いて当該画面番号に対応した画面対応処理を
実行することを特徴とする表示処理方式。
Based on the screen number of the display screen inputted from the input means, a screen table corresponding to the screen number is selected, and screen corresponding processing is performed according to the contents of the screen processing area associated with the screen number in the main memory. , in a display processing method in which a predetermined display screen is displayed on a display means using the screen table, a screen table corresponding to the display screen is stored in a screen table area provided in an auxiliary memory corresponding to the screen number. In addition, a screen table load area is provided on the main memory, and based on the screen number input from the input means, the screen table read from the screen table area corresponding to the screen number is loaded onto the screen of the main memory. A display processing method characterized by storing the screen table in a table load area and using this screen table to execute screen corresponding processing corresponding to the screen number.
JP61260167A 1986-10-31 1986-10-31 Display processing system Pending JPS63115228A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61260167A JPS63115228A (en) 1986-10-31 1986-10-31 Display processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61260167A JPS63115228A (en) 1986-10-31 1986-10-31 Display processing system

Publications (1)

Publication Number Publication Date
JPS63115228A true JPS63115228A (en) 1988-05-19

Family

ID=17344252

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61260167A Pending JPS63115228A (en) 1986-10-31 1986-10-31 Display processing system

Country Status (1)

Country Link
JP (1) JPS63115228A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5418329A (en) * 1992-12-11 1995-05-23 Mitsubishi Denki Kabushiki Kaisha High frequency IC package

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5418329A (en) * 1992-12-11 1995-05-23 Mitsubishi Denki Kabushiki Kaisha High frequency IC package

Similar Documents

Publication Publication Date Title
JPS63115228A (en) Display processing system
JPS6054078A (en) Electronic file system
JPS6033591A (en) Partial expansion display system for graphics
JPS62128328A (en) Picture switching control system in multitask
JPH04204994A (en) Computer system
JPS58103039A (en) Data base system
JPS607474A (en) Crt display unit
JPH04492A (en) Display device
JPH01236309A (en) Display device for numerical controller
JPH01197826A (en) Screen display method for computer system
JP2003186666A (en) Microcomputer and dma control circuit
JPH023083A (en) Map display device
JPS60220386A (en) Frame memory access system
JPS6151264A (en) Document processing device
JPH01282631A (en) On-line cache picture system
JPS62272370A (en) System for saving picture information
JPH0752417B2 (en) Software device support method
JPS6382555A (en) Semiconductor device
JPS6337415A (en) Redisplaying/reinputting system for input data
JPS612191A (en) Partial scrolling circuit for display screen
JPS63292327A (en) Program display controller
JPH03191412A (en) Input display/control device
JPH0588658A (en) Display controller
JPH0481888A (en) Display control device
JPH04259031A (en) Information processor