JPH05341943A - Data processor with multiwindow function - Google Patents

Data processor with multiwindow function

Info

Publication number
JPH05341943A
JPH05341943A JP4147324A JP14732492A JPH05341943A JP H05341943 A JPH05341943 A JP H05341943A JP 4147324 A JP4147324 A JP 4147324A JP 14732492 A JP14732492 A JP 14732492A JP H05341943 A JPH05341943 A JP H05341943A
Authority
JP
Japan
Prior art keywords
window
data
display
memory
coordinates
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
JP4147324A
Other languages
Japanese (ja)
Inventor
Yoshiaki Murano
義明 村野
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.)
Toshiba Corp
Toshiba Computer Engineering Corp
Original Assignee
Toshiba Corp
Toshiba Computer Engineering 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 Toshiba Corp, Toshiba Computer Engineering Corp filed Critical Toshiba Corp
Priority to JP4147324A priority Critical patent/JPH05341943A/en
Publication of JPH05341943A publication Critical patent/JPH05341943A/en
Pending legal-status Critical Current

Links

Landscapes

  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To reduce the burden of a CPU and to accelerate display speed. CONSTITUTION:When newly opening a second window in a state with a first window opened, the CPU 12 informs the transfer destination and the coordinates of the starting points and the terminating points of the first and the second windows to a data transfer device 11. The data transfer device 11 responds to the instruction of the CPU 12, discriminates whether or not the first and the second windows overlap, finds an overlapping area when overlapping is discriminated, saves the data in the overlapping area inside a display memory 13 to a saving destination and informs the completion of the saving of the CPU 12. The CPU 12 responds to the saving completion information and starts the control for opening the second window.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は表示メモリ内の矩形領
域内のデータを転送できる機能を有するデータ転送装置
とそのデータ転送装置を備えるデータ処理システムに関
し、例えば、マルチウインドウの制御に使用されるもの
である。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data transfer device having a function of transferring data in a rectangular area in a display memory and a data processing system equipped with the data transfer device, which is used, for example, for controlling multi-window. It is a thing.

【0002】[0002]

【従来の技術】マンマシンインタフェースの中核となる
表示制御装置には、マルチウインドウ表示等の機能が要
求される場合がある。マルチウインドウ表示はCPUが
メモリに矩形状の領域にデータを描画することにより実
現可能であるが、高速な表示を可能とするために、BI
T−BLT(Bit Block Transfer) と呼ばれるデータ転
送装置使用することが多い。BIT−BLTは、CPU
の指示を受けて、ビットマップ形式の表示メモリ(BM
M)の矩形状の領域にデータを書き込んだり、BMM内
の矩形状のデータブロックを任意の位置に移動させる等
の操作を行う。
2. Description of the Related Art A display control device, which is the core of a man-machine interface, may be required to have a function such as multi-window display. The multi-window display can be realized by the CPU drawing data in a rectangular area in the memory, but in order to enable high-speed display, BI
A data transfer device called T-BLT (Bit Block Transfer) is often used. BIT-BLT is a CPU
The display memory (BM
Operations such as writing data in the rectangular area M) and moving the rectangular data block in the BMM to an arbitrary position are performed.

【0003】すでに存在するウインドウの上に別のウイ
ンドウを開こうとした場合、BMM上の記憶データの上
に別のデータを上書きする必要がある。ここで、データ
を上書きする前にウインドウの重なり部分のデータを退
避しておかないと、後で開いたウインドウを閉じた時
に、表示画面を元に戻すことができない。この為、ウイ
ンドウの重なり部分のデータをBMMの空き領域又はメ
インメモリ等の空き領域に退避する必要がある。
When an attempt is made to open another window on an already existing window, it is necessary to overwrite the stored data on the BMM with another data. Here, unless the data in the overlapping portion of the windows is saved before the data is overwritten, the display screen cannot be restored when the window opened later is closed. For this reason, it is necessary to save the data of the overlapping portion of the windows in the empty area of the BMM or the empty area of the main memory.

【0004】[0004]

【発明が解決しようとする課題】従来、複数ウインドウ
の重なり領域の判別やデータの退避等を含む画面データ
の管理はCPUが行っている。しかし、ウインドウの重
なりの監視をするCPUの処理の負担は重く、表示処理
全体の速度を落とす一因にもなっていた。この発明は従
来の課題を解決するためになされたもので、CPUの負
担を軽減し、表示速度を向上することを目的とする。
Conventionally, the CPU manages screen data including determination of overlapping areas of a plurality of windows and saving of data. However, the processing load of the CPU that monitors the overlapping of windows is heavy, which is one of the causes of slowing down the entire display processing. The present invention has been made to solve the conventional problems, and an object thereof is to reduce the load on the CPU and improve the display speed.

【0005】[0005]

【課題を解決するための手段】上記目的を達成するた
め、この発明にかかるデータ処理装置は
In order to achieve the above object, a data processing apparatus according to the present invention is

【0006】座標によりアドレス指定が可能で、表示画
像を定義するビットマップデータを記憶する表示メモリ
と、前記表示メモリに第1のウインドウが描画された状
態でさらに第2のウインドウを描画することを指示する
中央処理装置と、前記中央処理装置と前記表示メモリに
接続され、前記中央装置からの指示に応答して、前記第
1のウインドウと前記第2のウインドウが重なるか否か
を判別する判別手段と、前記第1と第2のウインドウが
重なると判別された際、重なり領域の座標を求める検出
手段と、前記検出手段の検出結果に応答して前記第2の
ウインドウの描画前に前記重なり領域のデータを退避す
る退避手段と、前記中央処理装置に退避完了を通知する
通知手段を含むデータ転送装置、から構成される。
It is possible to draw a second window while the first window is drawn in the display memory, which is addressable by coordinates and stores bitmap data defining a display image. A central processing unit that gives an instruction, and a determination that is connected to the central processing unit and the display memory and that determines whether or not the first window and the second window overlap in response to an instruction from the central apparatus. Means for detecting the coordinates of the overlapping area when it is determined that the first and second windows overlap, and the overlapping means before drawing the second window in response to the detection result of the detecting means. It is composed of a saving means for saving the data in the area and a data transfer device including a notifying means for notifying the central processing unit of the completion of the saving.

【0007】また、この発明にかかるデータ転送装置は
メモリ上に定義される複数の矩形領域が重なるか否かを
判別し、重なる場合に、重なり部分を求める検出手段
と、前記メモリと前記検出手段に接続され、前記検出手
段の検出結果に従って前記メモリの前記重なり部分のデ
ータを転送する転送手段、を備え、メモリ上の複数の矩
形領域の重なり部分を識別し、重なり部分のデータを転
送する機能を備える。
Further, the data transfer apparatus according to the present invention determines whether or not a plurality of rectangular areas defined on the memory overlap each other, and if they overlap each other, a detecting means for obtaining an overlapping portion, the memory and the detecting means. A transfer unit for transferring the data of the overlapping portion of the memory according to the detection result of the detecting unit, for identifying the overlapping portion of a plurality of rectangular areas on the memory, and transferring the data of the overlapping portion. Equipped with.

【0008】また、この発明にかかるマルチウインドウ
システムは、表示画像を定義するデータを記憶する表示
メモリと、前記表示メモリに接続され、前記表示データ
を表示する表示手段と、前記表示メモリに接続され、前
記表示データを転送する転送手段と、前記転送手段に接
続され、前記表示手段上に第1のウインドウが開かれた
状態でさらに第2のウインドウを開く場合に、前記デー
タ転送手段に前記第1と第2のウインドウの始点と終点
と転送先を通知する制御手段、を備え、
Further, the multi-window system according to the present invention is connected to a display memory for storing data defining a display image, the display memory, display means for displaying the display data, and the display memory. A transfer means for transferring the display data, and a second means for connecting the data transfer means to the data transfer means when the second window is further opened while the first window is opened on the display means. Control means for notifying the start and end points of the first and second windows and the transfer destination,

【0009】前記転送手段は、前記制御手段の指示に応
答して、前記第1のウインドウと前記第2のウインドウ
が重なるか否かを判別し、重なる場合に、重なり領域を
求め、前記表示メモリの前記重なり領域のデータを前記
退避先に退避し、前記制御手段に退避完了を通知し、前
記制御手段は前記退避完了通知に応答して、前記第2の
ウインドウを開くための制御を行う。
In response to an instruction from the control means, the transfer means determines whether or not the first window and the second window are overlapped, and if they are overlapped with each other, an overlap area is obtained, and the display memory is displayed. The data in the overlapping area is saved to the save destination, the save means is notified to the control means, and the control means performs control for opening the second window in response to the save completion notification.

【0010】[0010]

【作用】上記構成のデータ処理装置及びマルチウインド
ウシステムによれば、複数のウインドウを開く場合に、
データ転送装置又は転送手段自身がウインドウの重なり
の発生や重なり領域のアドレス等を判別し、重なり領域
のデータを退避する。このため、中央処理装置や制御手
段の負担が従来に比して軽くなる。
According to the data processing device and the multi-window system having the above-mentioned configuration, when a plurality of windows are opened,
The data transfer device or the transfer means itself discriminates the occurrence of overlapping windows and the address of the overlapping area, and saves the data in the overlapping area. Therefore, the burden on the central processing unit and the control means becomes lighter than in the conventional case.

【0011】また、上記構成のデータ転送装置によれ
ば、データ転送装置がメモリ上に定義される矩形領域が
重なるか否か、重なり領域のアドレス等を判別する。従
って、このデータ転送装置を制御する、例えば、CPU
の負担は軽くなる。
Further, according to the data transfer device having the above structure, the data transfer device determines whether or not the rectangular areas defined in the memory overlap, and the address of the overlapping area. Therefore, controlling this data transfer device, for example, a CPU
Burden is reduced.

【0012】[0012]

【実施例】以下、この発明の一実施例にかかるデータ処
理装置を図面を参照して詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS A data processing device according to an embodiment of the present invention will be described in detail below with reference to the drawings.

【0013】本実施例にかかるデータ処理装置は、図1
に示されるように、データ転送装置11、CPU12、
ビットマップメモリ(BMM)13、メインメモリ1
4、表示部15から構成される。
The data processing apparatus according to this embodiment is shown in FIG.
, The data transfer device 11, the CPU 12,
Bitmap memory (BMM) 13, main memory 1
4 and the display unit 15.

【0014】CPU12はメインメモリ14に記憶され
たプログラムに従って動作し、システム全体の動作を制
御する。BMM13は表示メモリであり、表示部15の
表示画像を記憶する。メインメモリ14はシステムメモ
リであり、CPU12の動作に必要なプログラム、デー
タ等を保持する。さらに、本実施例では、メインメモリ
14はBMM13のデータの退避先ともなる。表示部1
5は、CRT,液晶表示装置等と表示コントローラを含
み、BMM13上のビットマップデータで定義される画
像を表示する。
The CPU 12 operates according to a program stored in the main memory 14 and controls the operation of the entire system. The BMM 13 is a display memory and stores a display image on the display unit 15. The main memory 14 is a system memory and holds programs, data, etc. necessary for the operation of the CPU 12. Further, in this embodiment, the main memory 14 also serves as a save destination for the data of the BMM 13. Display 1
Reference numeral 5 includes a CRT, a liquid crystal display device and the like and a display controller, and displays an image defined by the bitmap data on the BMM 13.

【0015】データ転送装置11は、CPU12の指示
に従って、すでに開かれているウインドウと新たに開こ
うとするウインドウの重なり領域を自ら求め、その部分
のデータをBMM13からメインメモリ14(又はBM
M13の空き領域)に転送する装置である。
According to the instruction of the CPU 12, the data transfer device 11 itself finds an overlapping area of an already opened window and a window to be newly opened, and obtains the data of the portion from the BMM 13 to the main memory 14 (or BM).
It is a device for transferring to a free area of M13).

【0016】以下、このデータ転送装置11の構成を具
体的に説明する。データ転送装置11は、レジスタ1
a,1b、4、セレクタ2a,2b、6a〜6d、減算
器3、制御回路5、ビットブロック転送装置(Bit Bloc
k Transfer, (以下、BIT−BLT))7を備える。
The configuration of the data transfer device 11 will be specifically described below. The data transfer device 11 includes a register 1
a, 1b, 4, selectors 2a, 2b, 6a to 6d, subtractor 3, control circuit 5, bit block transfer device (Bit Bloc)
k Transfer, (hereinafter, BIT-BLT) 7 is provided.

【0017】レジスタ群1aはすでに開かれているウイ
ンドウの始点と終点の座標(コーナー座標、X1s, Y1
s, X1e, Y1e)を保持する。レジスタ群1bは新たに
開こうとするウインドウのコーナー座標(X2s, Y2s,
X2e, Y2e)を保持する。
The register group 1a has coordinates of a start point and an end point (corner coordinates, X1s, Y1) of an already opened window.
s, X1e, Y1e) is held. The register group 1b is the corner coordinates (X2s, Y2s,
X2e, Y2e) is held.

【0018】レジスタ群1a、1bの保持データは、大
小比較をするX,Y座標を選択するためのセレクタ2
a,2bに供給される。セレクタ2a,2bの出力は減
算器3に供給される。減算器3は、後述する制御回路5
からの制御信号に応答し、A端子に供給される座標値と
B端子に供給される座標値の差又はB端子に供給される
座標値とA端子に供給される座標値の差を取り、両座標
値の大小関係を示すキャリー信号CYを出力する。レジ
スタ4a,4bは減算器3から供給されるキャリー信号
CYを保持し、後述する領域コードとする。
The data held in the register groups 1a and 1b are selectors 2 for selecting the X and Y coordinates for size comparison.
a, 2b. The outputs of the selectors 2a and 2b are supplied to the subtractor 3. The subtractor 3 includes a control circuit 5 described later.
In response to the control signal from, the difference between the coordinate value supplied to the A terminal and the coordinate value supplied to the B terminal or the difference between the coordinate value supplied to the B terminal and the coordinate value supplied to the A terminal is obtained. A carry signal CY indicating the magnitude relationship between both coordinate values is output. The registers 4a and 4b hold the carry signal CY supplied from the subtractor 3 and use it as an area code described later.

【0019】制御回路5はCPU12からの指示に基づ
いてデータ転送のための制御動作を開始し、後述するB
IT−BLT7から供給されるデータ転送終了を示す信
号に応答して、CPU12に転送完了を示す割り込み信
号を出力する。また、制御回路5は、図3に示すテーブ
ル(後述)を記憶しており、レジスタ4a,4bに保持
された領域コードに従ってセレクタ6a,6bの選択信
号を生成する。
The control circuit 5 starts a control operation for data transfer based on an instruction from the CPU 12, and the control operation B will be described later.
In response to the signal indicating the end of data transfer supplied from the IT-BLT 7, the CPU 12 outputs an interrupt signal indicating the completion of transfer. The control circuit 5 also stores a table (described later) shown in FIG. 3, and generates selection signals for the selectors 6a and 6b according to the area codes held in the registers 4a and 4b.

【0020】セレクタ6a,6bは、制御回路5からの
制御信号に応答して、レジスタ1a,1bの保持座標を
選択し、重なり領域のコーナー座標を生成し、BIT−
BLT7に送る。
In response to the control signal from the control circuit 5, the selectors 6a and 6b select the holding coordinates of the registers 1a and 1b, generate the corner coordinates of the overlapping area, and BIT-
Send to BLT7.

【0021】BIT−BLT7はBMM13内の指定さ
れた矩形領域のデータをCPU12によって指示された
位置に転送(退避)する。BIT−BLT7は転送が終
了すると、制御回路5にその旨の信号を出力する。
The BIT-BLT 7 transfers (saves) the data in the designated rectangular area in the BMM 13 to the position designated by the CPU 12. When the transfer is completed, the BIT-BLT 7 outputs a signal to that effect to the control circuit 5.

【0022】次に、図1に示されるデータ転送装置11
の動作について説明する。まず、前提として、本実施例
に使用されるCohen−Suterlandクリッピ
ング・アルゴリズムによる領域チェックについて説明す
る。
Next, the data transfer device 11 shown in FIG.
The operation will be described. First, as a premise, a region check by the Cohen-Suterland clipping algorithm used in this embodiment will be described.

【0023】図2は、Cohen−Suterland
クリッピング・アルゴリズムによる領域チェックの概念
図である。図2において、ウインドウ21(座標(X1
s, Y1s)〜(X1e, Y1e)の2点で囲まれた矩形領
域)を基準領域として、画像メモリ(画面)を9つの領
域に分割し、図示されているように各領域に4ビットの
コードを割り当てる。
FIG. 2 is a diagram of Cohen-Suterland.
It is a conceptual diagram of a region check by a clipping algorithm. In FIG. 2, window 21 (coordinates (X1
s, Y1s) to (X1e, Y1e) is used as a reference area, and the image memory (screen) is divided into nine areas. Assign a code.

【0024】画像メモリ上にある点(X, Y)が与えら
れると、Y1e−Y,Y−Y1s,X1e−X,X−X1sの各
計算をした結果の符号を見ることにより、点(X, Y)
の属す領域のコードが決まり(符号が正ならば“0”、
負ならば“1”とする)、ウインドウ21に対する相対
位置の分類がなされる。
Given a point (X, Y) on the image memory, by looking at the sign of the result of each calculation of Y1e-Y, Y-Y1s, X1e-X, X-X1s, the point (X , Y)
The code of the area that belongs to is determined ("0" if the sign is positive,
If it is negative, it is set to "1"), and the relative position to the window 21 is classified.

【0025】これを応用して、新たに開こうとする(描
画しようとしている)ウインドウ22のコーナー座標
(X2s, Y2s)と(X2e, Y2e)についてそれぞれコー
ドを求め、この2つのコードからすでに描画されている
ウインドウ21と新たに開こうとしているウインドウ2
2との重なり状態を検出できる。次に、図3を参照し
て、ウインドウ21とウインドウ22の重なり領域のコ
ーナー座標の求め方を説明する。
By applying this, a code is obtained for each of the corner coordinates (X2s, Y2s) and (X2e, Y2e) of the window 22 to be newly opened (to be drawn), and drawing is already performed from these two codes. Opened window 21 and newly opened window 2
The overlapping state with 2 can be detected. Next, with reference to FIG. 3, a method of obtaining the corner coordinates of the overlapping area of the windows 21 and 22 will be described.

【0026】前述した領域チェックの方法を用いて、ウ
インドウ22のコーナー座標((X2s, Y2s)と(X2
e, Y2e))の2点についてウインドウ21を基準とし
た領域コードを求める。この2つのコードの組み合わせ
を表にしたものが図3である。図3に示されるように、
ウインドウ21とウインドウ22の重なりが生ずるのは
16通りに限られ、そのときの重なり領域のコーナー座
標は表中に記された値になる。
Using the area checking method described above, the corner coordinates ((X2s, Y2s) and (X2s) of the window 22 are used.
e, Y2e)), the area code with respect to the window 21 is obtained. FIG. 3 is a table showing a combination of these two codes. As shown in FIG.
Overlapping of the window 21 and the window 22 occurs only in 16 ways, and the corner coordinates of the overlapping area at that time have the values described in the table.

【0027】この表において、各ウインドウのスタート
アドレス(座標)は左上コーナー、エンドアドレス(座
標)は右下コーナーとし、この位置関係の逆転はないも
のとする。このような重なり領域のコーナー座標が求ま
れば、この矩形状の重なり領域内のデータをBIT−B
LT7でBMM13またはメインメモリ14等の空き領
域にコピーすることにより、重なり領域のデータを退避
できる。
In this table, the start address (coordinates) of each window is the upper left corner, the end address (coordinates) is the lower right corner, and there is no reversal of this positional relationship. When the corner coordinates of such an overlapping area are obtained, the data in this rectangular overlapping area is BIT-B.
Data in the overlapping area can be saved by copying to the free area such as the BMM 13 or the main memory 14 by the LT 7.

【0028】次に、図1に示されるデータ転送装置によ
り、Cohen−Suterlandクリッピング・ア
ルゴリズムを用いた重なり領域の検出と、データの退避
について具体的に説明する。
Next, the data transfer apparatus shown in FIG. 1 will be used to concretely describe the detection of an overlapping area using the Cohen-Sterland clipping algorithm and the saving of data.

【0029】新たなウインドウ22を開く旨の指示が、
例えば、図示せぬキーボードから入力されると、CPU
12はローカルバスを介してレジスタ1aにウインドウ
21の始点と終点の座標(X1s, Y1s)、(X1e, Y1
e)をセットし、レジスタ1bに新たに開くウインドウ
22の始点と終点の座標(X2s, Y2s)、(X2e, Y2
e)をセットする。さらに、CPU12はBIT−BL
T7に重なり領域のデータの退避先のアドレス(本実施
例では、メインメモリ14内の転送先アドレス)を指示
する。その後、CPU12は制御回路5に転送制御動作
の開始を指示する。以上の動作を終了すると、CPU1
2はこのデータ転送装置11からの割り込みがかかるま
で他の処理を行う。
An instruction to open a new window 22
For example, when input from a keyboard (not shown), the CPU
12 is the coordinates (X1s, Y1s) and (X1e, Y1) of the start and end points of the window 21 in the register 1a via the local bus.
e) is set, and the coordinates (X2s, Y2s) and (X2e, Y2) of the start point and the end point of the window 22 newly opened in the register 1b are set.
e) is set. Furthermore, CPU12 is BIT-BL
At T7, the address of the save destination of the data in the overlapping area (the transfer destination address in the main memory 14 in this embodiment) is designated. After that, the CPU 12 instructs the control circuit 5 to start the transfer control operation. When the above operation is completed, the CPU 1
2 performs other processing until an interrupt is received from the data transfer device 11.

【0030】制御回路5は、新たに開こうとするウイン
ドウ22のスタートアドレス(X2s, Y2s)の属する領
域のコードを求めるため、セレクタ2a,2bにY1eと
Y2sを選択させる。制御回路5は、減算器3を制御し
て、Y1eからY2s引き算させる。減算器3は、Y1e>Y
2sならば“0”のキャリーCYを出力し、Y1e≦Y2sな
らば“1”のキャリーCYを出力する。このキャリーC
Yは、レジスタ4aの第1ビットに保持される。以下、
同様に、制御回路5は、セレクタ2a,2bに、Y1sと
Y2s, X1eとX2s, X2sとX1s, を選択させ、減算器3
を制御してY2s−Y1s, X1e−X2s, X2s−X1sを計算
させ、得られたキャリーCYを順次レジスタ4aの第2
乃至第4ビットに保持させる。
The control circuit 5 causes the selectors 2a and 2b to select Y1e and Y2s in order to obtain the code of the area to which the start address (X2s, Y2s) of the window 22 to be newly opened belongs. The control circuit 5 controls the subtractor 3 to subtract Y2s from Y1e. Subtractor 3 has Y1e> Y
If it is 2s, the carry CY of "0" is output, and if Y1e≤Y2s, the carry CY of "1" is output. This carry C
Y is held in the first bit of the register 4a. Less than,
Similarly, the control circuit 5 causes the selectors 2a and 2b to select Y1s and Y2s, X1e and X2s, X2s and X1s, and the subtractor 3
Is controlled to calculate Y2s-Y1s, X1e-X2s, X2s-X1s, and the obtained carry CY is sequentially stored in the second register 4a.
Through 4th bit.

【0031】次に、制御回路5は、ウインドウ22のエ
ンドアドレス(X2e, Y2e)の属する領域のコードを求
めるため、セレクタ2a,2bを制御して、Y1eとY2
e, Y2eとY1s, X1eとX2e, X2eとX1sを選択させ、
減算器3にY1e−Y2e, Y2e−Y1s, X1e−X2e, X2e
−X1sを計算させ、得られたキャリーを順次レジスタ4
bの第1乃至第4ビットに保持させる。
Next, the control circuit 5 controls the selectors 2a and 2b to obtain the code of the area to which the end address (X2e, Y2e) of the window 22 belongs, and controls Y1e and Y2.
Select e, Y2e and Y1s, X1e and X2e, X2e and X1s,
The subtractor 3 outputs Y1e-Y2e, Y2e-Y1s, X1e-X2e, X2e.
-Calculate X1s and store the obtained carry in register 4
It is held in the first to fourth bits of b.

【0032】レジスタ4aに保持された4ビットコード
がウインドウ22のスタートアドレスが属す領域のコー
ドを、レジスタ4bに保持された4ビットコードがウイ
ンドウ22のエンドアドレスが属す領域のコードを示
す。例えば、図2に示される状態の場合、ウインドウ2
2のスタートアドレスが属す領域のコードは(000
0),エンドアドレスが属す領域のコードは(101
0)となる。
The 4-bit code held in the register 4a indicates the code of the area to which the start address of the window 22 belongs, and the 4-bit code held in the register 4b indicates the code of the area to which the end address of the window 22 belongs. For example, in the case of the state shown in FIG.
The code of the area to which the start address of 2 belongs is (000
0), the code of the area to which the end address belongs is (101
0).

【0033】制御回路5は、内部に、例えば、テーブル
の形式で図3に示されるスタートアドレス及びエンドレ
スと重なり領域のスタート・エンドアドレスを保持して
いる。制御回路5は、レジスタ4aと4bから2つの領
域コードを入力し、内部に保持したデータに基づいて、
2つのウインドウが重なる場合には、セレクタ6a〜6
dの選択信号を生成し、2つのウインドウが重ならない
場合には、CPU12にその旨の割り込み信号を供給す
る。この割り込み信号に応答して、CPU12は新たな
ウインド22を開く動作(後述)を開始する。
The control circuit 5 internally holds, for example, a start address and an endless start / end address of an overlapping area shown in FIG. 3 in the form of a table. The control circuit 5 inputs two area codes from the registers 4a and 4b, and based on the data stored therein,
If the two windows overlap, the selectors 6a to 6a
A selection signal of d is generated, and when the two windows do not overlap each other, an interrupt signal to that effect is supplied to the CPU 12. In response to this interrupt signal, the CPU 12 starts an operation (described later) for opening a new window 22.

【0034】セレクタ6aは座標データX1sとX2sを受
け、制御回路5からの制御信号に従って、X1sとX2sの
一方を選択して出力する。セレクタ6bは座標データY
1sとY2sを受け、制御信号に従って、Y1sとY2sの一方
を選択して出力する。セレクタ6cは座標データX1eと
X2eを受け、制御信号に従って、X1eとX2eの一方を選
択して出力する。セレクタ6dは座標データY1eとY2e
を受け、制御信号に従って、Y1eとY2eの一方を選択し
て出力する。
The selector 6a receives the coordinate data X1s and X2s, selects one of X1s and X2s according to a control signal from the control circuit 5, and outputs it. Selector 6b is coordinate data Y
It receives 1s and Y2s and selects and outputs one of Y1s and Y2s according to the control signal. The selector 6c receives the coordinate data X1e and X2e and selects and outputs one of X1e and X2e according to the control signal. Selector 6d has coordinate data Y1e and Y2e
In response to the control signal, one of Y1e and Y2e is selected and output.

【0035】例えば、図2の状態では、新たに開かれる
ウインドウ22のスタートアドレスが属す領域のコード
は(0000),エンドアドレスが属す領域のコードは
(1010)である。このため、制御回路5は、内部に
保持した図3の表に従ってセレクタ6aにX2sを選択さ
せ、セレクタ6bにY2sを選択させ、セレクタ6cにX
1eを選択させ、セレクタ6dにY1eを選択させる。
For example, in the state of FIG. 2, the code of the area to which the start address of the newly opened window 22 belongs is (0000), and the code of the area to which the end address belongs is (1010). Therefore, the control circuit 5 causes the selector 6a to select X2s, the selector 6b to select Y2s, and the selector 6c to select X2s in accordance with the internally held table of FIG.
1e is selected, and the selector 6d is selected Y1e.

【0036】BIT−BLT7はセレクタ6a、6bか
ら供給される値を重なり領域のスタートアドレスのX、
Y座標、セレクタ6c,6dから供給される値を重なり
領域のエンドアドレスのX,Y座標として認識する。
The BIT-BLT 7 uses the values supplied from the selectors 6a and 6b as the start address X of the overlapping area,
The Y coordinate and the values supplied from the selectors 6c and 6d are recognized as the X and Y coordinates of the end address of the overlapping area.

【0037】BIT−BLT7は、このスタート・エン
ドアドレスに従って、矩形状の重なり領域のデータをC
PU12からローカルバスを介して供給された転送先ア
ドレスに従ってBMM13またはメインメモリ14の空
き領域にコピーする。さらに、BIT−BLT7は、重
なり領域のスタート・エンドアドレス及び転送先アドレ
スを保持する。
The BIT-BLT 7 sets the data in the rectangular overlapping area to C according to the start / end address.
According to the transfer destination address supplied from the PU 12 via the local bus, it is copied to the free area of the BMM 13 or the main memory 14. Further, the BIT-BLT 7 holds the start / end address and the transfer destination address of the overlapping area.

【0038】データ転送が終了すると、BIT−BLT
7は制御回路5に転送が終了した旨を通知する。制御回
路5はこの通知を受けて、CPU12に割り込み信号を
供給し、重なり領域のデータの退避が終了した旨を通知
する。この割り込み信号に応答して、CPU12は新た
なウインド22を開く動作(BMMにウインドウ22に
対応するデータを書き込む処理)を開始する。まず、C
PU12はBIT−BLT7に転送先アドレスとして座
標(X1s, Y1s)と(X1e, Y1e)を転送元のアドレス
としてメインメモリ14の新たに展開しようとするデー
タを記憶した領域のアドレスを通知する。この通知に応
答して、BIT−BLT7はメインメモリ14に記憶さ
れたデータをBMM13の指示された領域に転送し、ウ
インドウ22を開く。なお、メインメモリ14に記憶さ
れた新たに描画したいデータがコード形式の場合には、
BIT−BLT7はこのコードデータをビットパターン
に展開してから転送する。
When the data transfer is completed, BIT-BLT
7 notifies the control circuit 5 that the transfer is completed. Upon receiving this notification, the control circuit 5 supplies an interrupt signal to the CPU 12 to notify that the saving of the data in the overlapping area has been completed. In response to this interrupt signal, the CPU 12 starts an operation of opening a new window 22 (a process of writing data corresponding to the window 22 in the BMM). First, C
The PU 12 notifies the BIT-BLT 7 of the address of the area in the main memory 14 in which the data to be newly expanded is stored, with the coordinates (X1s, Y1s) and (X1e, Y1e) as the transfer destination address as the transfer source address. In response to this notification, the BIT-BLT 7 transfers the data stored in the main memory 14 to the designated area of the BMM 13 and opens the window 22. When the data to be newly drawn stored in the main memory 14 is in code format,
The BIT-BLT 7 develops this code data into a bit pattern and then transfers it.

【0039】一方、ウインドウ22を閉じる場合、CP
U12はBIT−BLT7に退避したデータを復帰すべ
き旨の指示を送る。BIT−BLT7は、保持していた
重なり領域のスタートとエンドアドレス及び転送先アド
レス(退避先アドレス)に基づいて、退避したデータを
元の位置に復元する。
On the other hand, when closing the window 22, CP
U12 sends an instruction to restore the saved data to BIT-BLT7. The BIT-BLT 7 restores the saved data to the original position based on the held start and end addresses of the overlapping area and the transfer destination address (save destination address).

【0040】以上説明したように、従来と異なり、重な
り領域のコーナー座標の生成は、データ転送装置11が
行なう。このため、従来に比較して、CPUの負担が軽
なり共にデータ処理を高速化できる。
As described above, unlike the prior art, the data transfer device 11 generates the corner coordinates of the overlapping area. Therefore, the load on the CPU is lightened and the data processing can be speeded up as compared with the conventional case.

【0041】なお、本発明は上記実施例に限定されな
い。例えば、上記実施例では、新たなウインドウを開く
ためのデータの転送、退避したデータの復帰の際もBI
T−BLT7がデータを転送したが、他の回路でデータ
転送を行なってもよい。また、上記実施例では、BMM
13またはメインメモリ14の空き領域に重なり領域の
データを退避したが、他のメモリにデータを退避しても
よい。セレクタ2a,2bで選択されたデータの大小を
判別するために減算器3とそのキャリー出力を使用した
が、他の構成を使用してもよい。例えば、セレクタ2
a,2bの出力をコンパレータに供給し、コンパレータ
で大小判別を行なってもよい。また、上記実施例では、
減算器3の減算動作を制御回路5で切り替えたが、減算
器3の出力キャリーCYを必要に応じて反転して利用し
てもよく、最終的に適切な領域コードが得られるならば
どのような構成を使用してもよい。
The present invention is not limited to the above embodiment. For example, in the above embodiment, the BI is also used when transferring the data for opening a new window and restoring the saved data.
Although the T-BLT 7 transferred the data, the data may be transferred by another circuit. Further, in the above embodiment, the BMM
Although the data in the overlapping area of 13 or the free area of the main memory 14 is saved, the data may be saved in another memory. Although the subtractor 3 and its carry output are used to determine the magnitude of the data selected by the selectors 2a and 2b, other configurations may be used. For example, selector 2
The outputs of a and 2b may be supplied to the comparator, and the comparator may determine the magnitude. Further, in the above embodiment,
Although the subtraction operation of the subtractor 3 is switched by the control circuit 5, the output carry CY of the subtractor 3 may be inverted and used as needed, and what is required as long as an appropriate area code is finally obtained. Any configuration may be used.

【0042】また、本発明はアドレスの大小比較と、そ
の結果に応じて矩形領域アドレスの再定義やその矩形領
域のデータ転送等を行う種々の装置及び方法に応用可能
である。
The present invention can also be applied to various devices and methods for comparing the sizes of addresses and redefining a rectangular area address or transferring data in the rectangular area according to the result.

【0043】[0043]

【発明の効果】本願発明によれば、従来CPU自身が行
っていたデータ転送の前処理(重なり領域の特定)をデ
ータ転送装置自身が行う。したがって、CPUの負荷が
軽減し、表示処理全体の速度が向上する。
According to the present invention, the data transfer apparatus itself performs the preprocessing (identification of the overlapping area) of the data transfer which is conventionally performed by the CPU itself. Therefore, the load on the CPU is reduced, and the speed of the entire display process is improved.

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

【図1】この発明の一実施例に係る表示システムの構成
を示すブロック図。
FIG. 1 is a block diagram showing the configuration of a display system according to an embodiment of the present invention.

【図2】2つのウインドウの関係を説明するための図。FIG. 2 is a diagram for explaining the relationship between two windows.

【図3】新たに開くウインドウのスタートアドレスとエ
ンドアドレスが属す領域のコードと重なり領域のスター
トアドレス、エンドアドレスの関係を示す図。
FIG. 3 is a diagram showing a relationship between a code of an area to which a start address and an end address of a newly opened window belong, and a start address and an end address of an overlapping area.

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

1a,1b、4…レジスタ、2a,2b、6a〜6d…
セレクタ、3…減算器または比較器、5…制御回路、7
…BIT−BLT、11…データ転送装置、12…CP
U、13…BMM、14…メインメモリ、15…表示
部、21…すでに開かれたウインドウ、22…新たに開
こうとするウインドウ。
1a, 1b, 4 ... Registers, 2a, 2b, 6a-6d ...
Selector, 3 ... Subtractor or comparator, 5 ... Control circuit, 7
... BIT-BLT, 11 ... Data transfer device, 12 ... CP
U, 13 ... BMM, 14 ... Main memory, 15 ... Display unit, 21 ... Window already opened, 22 ... Window to be newly opened.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 座標によりアドレス指定が可能で、表示
画像を定義するビットマップデータを記憶する表示メモ
リと、 前記表示メモリに第1のウインドウが描画された状態で
さらに第2のウインドウを描画することを指示する中央
処理装置と、 前記中央処理装置と前記表示メモリに接続され、前記中
央装置からの指示に応答して、前記第1のウインドウと
前記第2のウインドウが重なるか否かを判別する判別手
段と、前記第1と第2のウインドウが重なると判別され
た際、重なり領域の座標を求める検出手段と、前記検出
手段の検出結果に応答して前記第2のウインドウの描画
前に前記重なり領域のデータを退避する退避手段と、前
記中央処理装置に退避完了を通知する通知手段を含むデ
ータ転送装置、 から構成されることを特徴とするマルチウインドウ機能
を有するデータ処理装置。
1. A display memory, which is addressable by coordinates and stores bitmap data that defines a display image, and a second window is further drawn with the first window drawn in the display memory. A central processing unit for instructing that the central processing unit is connected to the central processing unit and the display memory, and determines whether or not the first window and the second window overlap in response to an instruction from the central processing unit. Determining means for determining the coordinates of the overlapping area when it is determined that the first and second windows overlap each other, and before drawing the second window in response to the detection result of the detecting means. And a data transfer device including a notification unit for notifying the central processing unit of the completion of the saving. A data processing device having a window function.
【請求項2】 前記判別手段と前記検出手段は、 前記第1のウインドウを基準としたときに前記第2のウ
インドの始点と終点の座標の相対位置を判別する手段
と、判別された前記第2のウインドの始点と終点の座標
の相対位置に基づいて、前記重なり領域が生ずるか否
か、重なりが生ずる場合に前記重なり領域の座標を判別
する手段から構成されることを特徴とする請求項1記載
のデータ処理装置。
2. The determining means and the detecting means determine a relative position of coordinates of a start point and an end point of the second window with reference to the first window, and the determined first 2. A means for determining whether or not the overlapping area is generated, and determining the coordinates of the overlapping area when the overlapping area is generated based on the relative position of the coordinates of the start point and the end point of the second window. 1. The data processing device according to 1.
【請求項3】 前記中央処理装置は、前記データ転送装
置に第1と第2のウインドウの始点と終点の座標と退避
先を通知し、 前記判別手段と検出手段は、前記第1と第2のウインド
ウの始点と終点の座標に基づいて、前記第1と第2のウ
インドウの重なり領域を求め、この重なり領域のデータ
を前記退避先に退避し、 前記中央処理装置は、前記通知手段からの退避完了の通
知に応答して前記第2のウインドウの描画のための制御
を開始する、 ことを特徴とする請求項1記載のデータ処理装置。
3. The central processing unit notifies the data transfer unit of the coordinates of the start and end points of the first and second windows and the save destination, and the discriminating means and the detecting means include the first and second windows. The overlap area of the first and second windows is obtained based on the coordinates of the start point and the end point of the window, and the data of the overlap area is saved in the save destination, and the central processing unit The data processing device according to claim 1, wherein control for drawing the second window is started in response to the notification of the completion of the evacuation.
【請求項4】 メモリ上に定義される複数の矩形領域が
重なるか否かを判別し、重なる場合に、重なり部分を求
める検出手段と、 前記メモリと前記検出手段に接続され、前記検出手段の
検出結果に従って前記メモリの前記重なり部分のデータ
を転送する転送手段、を備え、 メモリ上の複数の矩形領域の重なり部分を識別し、重な
り部分のデータを転送する機能を備えることを特徴とす
るデータ転送装置。
4. A detection unit that determines whether or not a plurality of rectangular areas defined on a memory overlap and determines an overlapping portion when they overlap, and a detection unit that is connected to the memory and the detection unit, A transfer means for transferring the data of the overlapping portion of the memory according to a detection result, and a function of identifying the overlapping portion of a plurality of rectangular areas on the memory and transferring the data of the overlapping portion. Transfer device.
【請求項5】 表示データを記憶する表示メモリと、 前記表示メモリに接続され、前記表示データを表示する
表示手段と、 前記表示メモリに接続され、前記表示データを転送する
転送手段と、 前記転送手段に接続され、前記表示手段上に第1のウイ
ンドウが開かれた状態でさらに第2のウインドウを開く
場合に、前記データ転送手段に前記第1と第2のウイン
ドウの始点と終点と転送先を通知する制御手段、を備
え、 前記転送手段は、前記制御手段の指示に応答して、前記
第1のウインドウと前記第2のウインドウが重なるか否
かを判別し、重なる場合に、重なり領域を求め、前記表
示メモリの前記重なり領域のデータを前記退避先に退避
し、前記制御手段に退避完了を通知し、 前記制御手段は前記退避完了通知に応答して、前記第2
のウインドウを開くための制御を行うことを特徴とする
マルチウインドウシステム。
5. A display memory for storing display data; a display means connected to the display memory for displaying the display data; a transfer means connected to the display memory for transferring the display data; Connected to the means for opening the second window while the first window is opened on the display means, the data transfer means includes start and end points and transfer destinations of the first and second windows. The transfer means determines whether or not the first window and the second window are overlapped in response to an instruction from the control means, and when they are overlapped, the transfer area is notified. To save the data in the overlapping area of the display memory to the save destination, notify the control means of the completion of the save, and the control means responds to the save completion notification,
A multi-window system characterized by performing control for opening the above windows.
JP4147324A 1992-06-08 1992-06-08 Data processor with multiwindow function Pending JPH05341943A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4147324A JPH05341943A (en) 1992-06-08 1992-06-08 Data processor with multiwindow function

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4147324A JPH05341943A (en) 1992-06-08 1992-06-08 Data processor with multiwindow function

Publications (1)

Publication Number Publication Date
JPH05341943A true JPH05341943A (en) 1993-12-24

Family

ID=15427611

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4147324A Pending JPH05341943A (en) 1992-06-08 1992-06-08 Data processor with multiwindow function

Country Status (1)

Country Link
JP (1) JPH05341943A (en)

Similar Documents

Publication Publication Date Title
JP3486459B2 (en) Electronic information equipment and control method thereof
JPH07325930A (en) Movement system for mouse cursor follow-up type enlargement display
EP0573821A1 (en) Display control apparatus and method therefor
JPH06259217A (en) Multiwindow system
JP2616353B2 (en) Input indicating device
JPH05341943A (en) Data processor with multiwindow function
JP3433278B2 (en) Three-dimensional image display method and three-dimensional image display device used therefor
US5745107A (en) Window display control system for computers and method therefor
JPH0793266A (en) Multiprocessor and its control method
JP2002175142A (en) Gui device and storage medium with gui image screen display program recorded thereon
JP3221581B2 (en) Image display control device
JPH02148323A (en) Apparatus for expanding windw using buffer memory
US5428775A (en) Apparatus for providing data dependent write operations
JP2638501B2 (en) Graphic data display device and graphic data display method
JP2001109898A (en) Device and method for drawing and recording medium
JPH0496154A (en) Information processor
JPH04205241A (en) Data transfer device
JP2001043350A (en) Display processing method for map data and device therefor
JPH0366676B2 (en)
JPH03191412A (en) Input display/control device
JPH0424748B2 (en)
JPS62278623A (en) Data display method for key input buffer
JPH0553773A (en) Display control method
JPH02113328A (en) Window control memory device
JPH02287614A (en) Window managing system