JPH01293389A - Cursor data control circuit - Google Patents

Cursor data control circuit

Info

Publication number
JPH01293389A
JPH01293389A JP63123532A JP12353288A JPH01293389A JP H01293389 A JPH01293389 A JP H01293389A JP 63123532 A JP63123532 A JP 63123532A JP 12353288 A JP12353288 A JP 12353288A JP H01293389 A JPH01293389 A JP H01293389A
Authority
JP
Japan
Prior art keywords
cursor
data
storage means
address
size
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
JP63123532A
Other languages
Japanese (ja)
Inventor
Shigenori Tokumitsu
徳光 重則
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
Original Assignee
Toshiba 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 filed Critical Toshiba Corp
Priority to JP63123532A priority Critical patent/JPH01293389A/en
Publication of JPH01293389A publication Critical patent/JPH01293389A/en
Pending legal-status Critical Current

Links

Landscapes

  • Controls And Circuits For Display Device (AREA)

Abstract

PURPOSE:To enable cursor movement by simple software by providing a cursor data storage means, a display address generating means, a cursor position storage means, and a cursor size storage means. CONSTITUTION:A read means 500 which reads cursor data out reads cursor data out of the cursor size storage means 300 in response to a coincidence pulse from an address coincidence detecting means 400 and generates addresses corresponding to the size data. Then cursor data is read out of the cursor data storage means 20 and while this cursor data is read out, the cursor data is supplied to a display device instead of the output of an image memory. For the purpose, respective data are written in the cursor data storage means 20, cursor position storage means 200, and cursor size storage means 300 to enable the cursor movement automatically and also reduce the processing load by the software greatly.

Description

【発明の詳細な説明】 [発明の目的] (産業上の利用分野) この発明は、パーソナルコンピュータ、ワードプロセッ
サなどの表示装置に利用されるカーソルデータ制御回路
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial Application Field) The present invention relates to a cursor data control circuit used in display devices such as personal computers and word processors.

(従来の技術) パーソナルコンピュータ、ワードプロセッサなどの表示
装置では、データを入力すると、その入力したデータに
対応する図形1文字等が陰極線管や発光素子を用いた表
示装置に表示される。この際、入力したデータの位置を
明示するために、カーソルも合せて表示することが一般
的である。
(Prior Art) When data is input to a display device of a personal computer, a word processor, etc., a graphic character, etc. corresponding to the input data is displayed on a display device using a cathode ray tube or a light emitting element. At this time, it is common to display a cursor as well to clearly indicate the position of the input data.

また、入力したデータを修正する場合にも、その修正位
置を明示するために、修正箇所にカーソルが表示される
。このカーソルは、陰極線管(CRT)や発光素子(L
ED)を用いた表示装置の有効表示領域内を自由に移動
できるように、カーソルデータ制御手段にによりその発
生タイミングが制御される。通常、表示されたカーソル
は、その位置の文字等の大きさと一致するサイズで表示
される。文字等の大きさとしては、小形文字。
Furthermore, when correcting input data, a cursor is displayed at the corrected location to clearly indicate the corrected position. This cursor is used for cathode ray tubes (CRTs) and light emitting devices (L).
The generation timing of the cursor is controlled by the cursor data control means so that the cursor can be freely moved within the effective display area of the display device using the cursor ED. Normally, the displayed cursor is displayed in a size that matches the size of the character, etc. at that position. The size of letters, etc. is lower case.

中形文字、標準文字、横倍文字、縦倍文字、縦横倍文字
などの規格がある。しがたって、カーソルのサイズも文
字等の大きさに対応させて選択される。
There are standards such as medium-sized characters, standard characters, double-width characters, double-height characters, and double-height and double-width characters. Therefore, the size of the cursor is also selected in accordance with the size of the characters, etc.

上記したように、カーソルのサイズは、種々ありこれを
適切に選択して表示する必要がある。次にカーソルを表
示する場合の制御方法に付いて説明する。
As mentioned above, there are various cursor sizes, and it is necessary to appropriately select and display the cursor. Next, a control method for displaying a cursor will be explained.

例えば、カーソルを表示領域上で右へ一文字分移動させ
る場合を説明すると次のようになる。
For example, the case where the cursor is moved one character to the right on the display area will be explained as follows.

■表示領域に対応したアドレスを有する画像メモリにお
いて、カーソルを移動させようとする先(アドレス)の
データ(文字等)を先ず作業RAMへ一旦退避させる。
(2) In the image memory having an address corresponding to the display area, data (characters, etc.) at the destination (address) to which the cursor is to be moved is first temporarily saved to the work RAM.

■次にカーソルのパターンデータ(カーソルデータ)・
を、この画像メモリの移動先アドレスに書込む。■そし
て、カーソルデータが移動する前に存在したアドレスに
、ここに本来存在すべき文字等のデータを作業RA M
から読み出し書込み穴埋めを行なう。
■Next, cursor pattern data (cursor data)
is written to the destination address of this image memory. ■Then, data such as characters that should originally exist here is stored in the working RAM at the address that existed before the cursor data moved.
Read from and fill in the blanks.

上記の処理は、通常マイクロプロセッサなどの制御手段
がソフトウェア処理により行なっている。
The above processing is usually performed by a control means such as a microprocessor through software processing.

このようなカーソル制御によると、カーソルの移動指令
が入力される毎にデータの退避及び復帰処理をソフトウ
ェアにより行なうので、マイクロプロセッサのソフトウ
ェアの処理が繁雑である。また、カーソルのサイズも、
文字のサイズに応じて管理しなけらばならず、データの
書込み及び退避処理のソフトウェア自体も複雑になる。
According to such cursor control, data saving and restoring processing is performed by software every time a cursor movement command is input, so that the software processing of the microprocessor is complicated. Also, the size of the cursor is
It must be managed according to the character size, and the software itself for writing and saving data becomes complicated.

更に、カーソルが移動している最中に、他の処理を並行
して行なう必要が生じた場合には処理速度、即ちカーソ
ルの移動速度が遅くなるという問題が生じる恐れもある
Furthermore, if it becomes necessary to perform other processing in parallel while the cursor is moving, a problem may arise in that the processing speed, that is, the moving speed of the cursor becomes slow.

(発明が解決しようとする課題) 従来のカーソル制御手段によると9画像メモリのデータ
の退避、復帰処理及びカーソルの発生及び移動等を全て
ソフトウェアにより行なうために、ソフトウェアが複雑
になる。また他の処理を並行して行なう必要が生じた場
合にはカーソルの移動速度が遅くなるという問題がある
(Problems to be Solved by the Invention) According to the conventional cursor control means, the saving and restoring of data in the 9-image memory, the generation and movement of the cursor, etc. are all performed by software, which makes the software complex. Furthermore, when it becomes necessary to perform other processing in parallel, there is a problem in that the moving speed of the cursor becomes slow.

そこでこの発明は、簡単なソフトウェアでカーソル移動
を実現することができるカーソルデータ制御回路を提供
することを目的とする。
Therefore, an object of the present invention is to provide a cursor data control circuit that can realize cursor movement with simple software.

[発明の構成] (課題を解決するための手段) この発明は、任意の表示サイズのカーソルデータを書込
むことができるカーソルデータ格納手段と、表示装置の
表示領域に対応したアドレスを発生する表示アドレス発
生手段と、前記表示領域の内、前記カーソルを表示する
ための初期アドレスが書込まれるカーソル位置格納手段
と、前記カーソルデータ格納手段に書込まれたカーソル
のサイズを示すサイズデータをセットされるカーソルサ
イズ格納手段と、前記表示アドレス発生手段が発生した
表示アドレスと前記カーソル位置格納手段の初期アドレ
スとを比較し2両アドレスが一致したときに一致パルス
を出力するアドレス一致検出手段とを用意する。そして
、カーソルデータを読み出す読出し手段が、前記アドレ
ス一致検出手段からの一致パルスに応答して前記カーソ
ルサイズ格納手段に格納されているサイズデータを取込
みこのサイズデータ分のアドレスを発生し、前記カーソ
ルデータ格納手段に格納されている前記カーソルデータ
を読み出すようにし、このカーソルデータが読み出され
ている期間は1画1象メモリからの出力に変えてカーソ
ルデータを表示装置に供給するように構成したものであ
る。
[Structure of the Invention] (Means for Solving the Problems) The present invention provides a cursor data storage means that can write cursor data of any display size, and a display that generates an address corresponding to a display area of a display device. address generation means; cursor position storage means in which an initial address for displaying the cursor within the display area is written; and size data indicating the size of the cursor written in the cursor data storage means. and address coincidence detection means for comparing the display address generated by the display address generation means and the initial address of the cursor position storage means and outputting a coincidence pulse when the two addresses match. do. A reading means for reading cursor data takes in the size data stored in the cursor size storage means in response to a coincidence pulse from the address coincidence detection means, generates an address for this size data, and generates an address corresponding to the size data. The cursor data stored in the storage means is read out, and while the cursor data is being read out, the cursor data is supplied to the display device instead of being output from the one-picture-one-image memory. It is.

(作用) 上記の手段により、画像メモリに対して従来のようにデ
ータの退避、復帰等の処理をする必要はなく、カーソル
データ格納手段、カーソル位置格納手段及びカーソルサ
イズ格納手段に予め各データを書込めば、自動的にカー
ソル移動を得ることができ、ソフトウェアによる処理負
担が大幅に軽減される。この処理は、カーソルサイズが
異なっても、カーソルデータ格納手段に対する書込みク
ロック数が増大するだけで、従来の如くデータの退避、
カーソルデータの書込み、データの復帰の各処理におい
て、サイズに応じて処理時間が異なることはない。
(Function) With the above means, there is no need to perform processing such as saving and restoring data in the image memory as in the past, and each data is stored in the cursor data storage means, cursor position storage means, and cursor size storage means in advance. If you write, the cursor can be moved automatically, greatly reducing the processing burden on the software. Even if the cursor size is different, this process only increases the number of write clocks to the cursor data storage means, and saves data as usual.
In each process of writing cursor data and restoring data, the processing time does not differ depending on the size.

(実施例) 以下、この発明の実施例を図面を参照して説明する。(Example) Embodiments of the present invention will be described below with reference to the drawings.

第1図はこの発明の一実施例であり、第2図はカーソル
サイズの例を説明するために示した図である。カーソル
サイズとしては、小形文字サイズ(縦12ビツト、横8
ビツト)から縦横倍文字サイズ[縦48ビツト、横32
ビツト(4バイト)] まである。従って、任意の表示
サイズのカーソルデータを格納できるRAMとしては、
4×48−192)<イトが必要であり、レジスタ群で
構成する場合は8ビツトレジスタが192個必要となる
。第2図は、本体部がクロスへア形のカーソルを小形文
字サイズで表示する場合(同図(a))と、縦横倍文字
サイズで表示する場合(同図(b))とのデータ格納手
段におけるデータ位置の例を示している。
FIG. 1 shows one embodiment of the present invention, and FIG. 2 is a diagram shown for explaining an example of cursor size. The cursor size is small font size (height 12 bits, width 8 bits).
character size (48 bits high, 32 bits wide)
bit (4 bytes)]. Therefore, as a RAM that can store cursor data of any display size,
4×48−192)<items are required, and if it is configured by a register group, 192 8-bit registers are required. Figure 2 shows data storage when a cursor with a crosshair-shaped main body is displayed in small character size (Figure 2 (a)) and when it is displayed in double height and width character size (Figure 2 (b)). 3 shows an example of data location in the means.

第1図に示すカーソルデータ格納部20は、上記のよう
に任意のサイズのカーソル用データを格納することがで
きる。カーソルデータは、マイクロプロセッサ(以下C
PUと記す)からデータバスDB、スリーステートバッ
ファ回路19を介してカーソルデータ格納部20に供給
される。このときの書込みアドレスは、CPUからアド
レスバスAB、スイッチ部18を介してこのカーソルデ
ータ格納部20に与えられる。カーソルデータの書込み
処理のときは、CPUからのスイッチ信号SWIが例え
ばハイレベルになり、スイッチ部18はアドレスバスA
B側を選択し、スリーステートバッファ回路19はデー
タバスDBからの入力データをカーソルデータ格納部2
0に導くように切換えられる。
The cursor data storage section 20 shown in FIG. 1 can store cursor data of any size as described above. The cursor data is processed by a microprocessor (hereinafter referred to as C).
PU) is supplied to the cursor data storage section 20 via the data bus DB and the three-state buffer circuit 19. The write address at this time is given to the cursor data storage section 20 from the CPU via the address bus AB and the switch section 18. When writing cursor data, the switch signal SWI from the CPU becomes, for example, a high level, and the switch section 18 is connected to the address bus A.
B side is selected, and the three-state buffer circuit 19 transfers the input data from the data bus DB to the cursor data storage section 2.
It is switched to lead to 0.

更にCPUは、以下に述べる処理も行なう。Furthermore, the CPU also performs the processing described below.

■CPUはデータバスDBを介して、表示アドレス発生
部100に対して表示領域の初期アドレスを設定するこ
とができる。表示アドレス発生部100は、Xアドレス
カウンタ1とYアドレスカウンタ2を有し、表示装置の
有効表示領域の全体のアドレスを順次発生するもので、
Xアドレスカウンタ1はバイトクロックBCKによりド
ライブされ、Yアドレスカウンタ2はラインクロックL
CKによりドライブされる。この表示アドレス発生部1
00の出力アドレスは、本来図示していない画像メモリ
の読出しアドレスとして利用されるものである。
(2) The CPU can set the initial address of the display area to the display address generation section 100 via the data bus DB. The display address generation unit 100 has an X address counter 1 and a Y address counter 2, and sequentially generates addresses for the entire effective display area of the display device.
X address counter 1 is driven by byte clock BCK, and Y address counter 2 is driven by line clock L.
Driven by CK. This display address generation section 1
The output address 00 is originally used as a read address of an image memory (not shown).

ビデオテキストシステムでは、例えばX方向アドレスは
0〜30でクロックBCKは8ビット単位のパルスであ
り、またY方向アドレスは0〜203でクロックLCK
は1水平周期単位のパルスである。
In a video text system, for example, the X direction address is 0 to 30 and the clock BCK is a pulse of 8 bits, and the Y direction address is 0 to 203 and the clock LCK is
is a pulse of one horizontal period.

■CPUは、データバスDBを介してカーソル位置格納
部200に対して、表示しようとするカーソルの表示開
始位置となる初期アドレスを設定することができる。カ
ーソル位置格納部200は、X方向のアドレスとY方向
のアドレスを格納するカーソル位置レジスタ3と4を有
する。
(2) The CPU can set an initial address, which is the display start position of the cursor to be displayed, in the cursor position storage unit 200 via the data bus DB. The cursor position storage unit 200 has cursor position registers 3 and 4 that store addresses in the X direction and addresses in the Y direction.

■CPUは、データバスDBを介してカーソルサイズ格
納部300に対して、表示しようとするカーソルのサイ
ズに対応した値のサイズデータを格納することができる
。カーソルサイズ格納部300は、カーソルのX方向の
サイズとY方向のサイズのデータを格納するカーソルサ
イズレジスタ5と6を有する。
(2) The CPU can store size data of a value corresponding to the size of the cursor to be displayed in the cursor size storage section 300 via the data bus DB. The cursor size storage unit 300 has cursor size registers 5 and 6 that store data about the size of the cursor in the X direction and the size in the Y direction.

■CPUは、フラグレジスタ7に対してカーソル表示を
行なうか否かを決定するフラグデータを格納することが
できる。カーソル表示を行なう場合はm 1 s1行な
わない場合は“0#のフラグが格納される。
(2) The CPU can store flag data for determining whether or not to display a cursor in the flag register 7. If the cursor is to be displayed, a flag of "0#" is stored if the m 1 s1 line is not displayed.

一致検出部400は、表示アドレス発生部100で発生
されているアドレスと、カーソル位置格納部200に格
納されているアドレス(カーソルの表示開始位置を示す
)を比較し、両アドレスが一致したらロードパルスLX
とLYを出力する。一致検出部400は、X方向のアド
レスの一致、不一致を検出する一致検出回路8と、Y方
向のアドレスの一致、不一致を検出する一致検出回路9
とを有する。
The match detection unit 400 compares the address generated by the display address generation unit 100 and the address stored in the cursor position storage unit 200 (indicating the display start position of the cursor), and when the two addresses match, outputs a load pulse. LX
and LY are output. The coincidence detection unit 400 includes a coincidence detection circuit 8 that detects a coincidence or mismatch of addresses in the X direction, and a coincidence detection circuit 9 that detects a coincidence or mismatch of addresses in the Y direction.
and has.

ロードパルスLXとLYとは、読出しアドレス発生部5
00のダウンカウンタ10と11にそれぞれ供給される
。読出しアドレス発生部500は、カーソルの表示開始
時点になると、カーソルデータ格納部20に格納されて
いるカーソルデータの読出しアドレスを発生するもので
、カーソルのサイズに応じて読出しアドレスを出力する
Load pulses LX and LY are read address generator 5
00 down counters 10 and 11, respectively. The read address generation section 500 generates a read address for the cursor data stored in the cursor data storage section 20 when the cursor starts displaying, and outputs the read address according to the size of the cursor.

即ち、ロードパルスLX、LYが与えられると、ダウン
カウンタ10.11はそれぞれカーソルのサイズを示す
値をサイズレジスタ5と6から取込む(プリセットされ
る)。ダウンカウンタ10゜11は通常は、その値がオ
ール“0”であり、このときは、各カウンタに対応して
設けられた“0″判定回路14.15がこのことを検出
する。ダウンカウンタ10,11の内容がオール゛0”
のときは、“0″判定回路14.15の出力がそれぞれ
ローレベルとなり、アンド回路12.13がそれぞれ非
導通であるために、各ダウンカウンタ10.11には駆
動クロックが供給されない。しかし先のように、サイズ
データがロードされると、“0”判定回路14.15は
アンド回路12゜13をそれぞれ導通状態に切換えるた
めに、各ダウンカウンタ10,11には駆動クロックが
供給されるようになる。
That is, when load pulses LX and LY are applied, down counters 10 and 11 take in values indicating the cursor size from size registers 5 and 6 (preset), respectively. Normally, the values of the down counters 10 and 11 are all "0", and in this case, "0" determination circuits 14 and 15 provided corresponding to each counter detect this fact. The contents of down counters 10 and 11 are all “0”
At this time, the outputs of the "0" determination circuits 14, 15 are at a low level, and the AND circuits 12, 13 are non-conductive, so that the driving clock is not supplied to each down counter 10, 11. However, as described above, when the size data is loaded, the "0" determination circuits 14 and 15 switch the AND circuits 12 and 13 to conductive states, so that the down counters 10 and 11 are supplied with a driving clock. Become so.

ダウンカウンタ10に供給されるクロックは、X方向に
関するバイトクロックBCKであり、ダウンカウンタ1
1に供給されるクロックは、Y方向に関するラインクロ
ックLCKである。ダウンカウンタ10,11の出力は
、それぞれアドレス変換器16.17に供給され、カー
ソルデータ格納部20の読出しアドレスに変換され、ス
イッチ部18を介してアドレス入力部に供給される。こ
のように順次、表示装置の表示領域において、カーソル
のサイズに対応したアドレス空間が全てアドレス指定さ
れ終了したときは、ダウンカウンタ10.11の内容が
両方共にオール“0“になり、ダウンカウンタ10,1
1へのクロック入力は停止する。
The clock supplied to the down counter 10 is a byte clock BCK in the X direction, and the clock supplied to the down counter 1
The clock supplied to No. 1 is the line clock LCK in the Y direction. The outputs of the down counters 10 and 11 are respectively supplied to address converters 16 and 17, converted into read addresses of the cursor data storage section 20, and supplied to the address input section via the switch section 18. When all the address spaces corresponding to the size of the cursor are sequentially addressed in the display area of the display device in this way, the contents of the down counters 10 and 11 become all "0", and the down counters 10 and 11 become all "0". ,1
Clock input to 1 is stopped.

カーソルデータ格納レジスタ20から読み出されたカー
ソルデータ(パターンデータ)は、データバスDBIを
介してシフトレジスタ21に供給される。シフトレジス
タ21では、シフトクロックSFCによりカーソルデー
タのシリアルパラレル変換が行われ、1ドツト単位で出
力されスイッチ部24の制御部に供給される。
Cursor data (pattern data) read from the cursor data storage register 20 is supplied to the shift register 21 via the data bus DBI. In the shift register 21, serial-to-parallel conversion of the cursor data is performed using the shift clock SFC, and the data is output in dot units and supplied to the control section of the switch section 24.

スイッチ部24と、前景(F G)色レジスタ22及び
背景(B G)色レジスタ23とは、カーソル着色部6
00を構成している。カーソルパターンデータは、スイ
ッチ部24を1ドツト単位で制御し、カーソルのサイズ
領域内で本体部ではFG色レジスタ22の色データが選
択され、本体部を除く部分では80色レジスタ23の色
データが選択され、スイッチ部26に供給される。
The switch section 24, the foreground (FG) color register 22, and the background (BG) color register 23 are connected to the cursor coloring section 6.
00. The cursor pattern data controls the switch section 24 in dot units, and within the cursor size area, the color data of the FG color register 22 is selected in the main body, and the color data of the 80 color register 23 is selected in the part other than the main body. It is selected and supplied to the switch section 26.

スイッチ部26は、カーソル表示期間では、スイッチ部
24からのデータを選択して表示装置に供給し、カーソ
ル表示期間以外では画像メモリからのR,G、B、Yデ
ータを選択して表示装置に供給する。スイッチ26は、
アンド回路25の出力により切換え制御されるもので、
アンド回路25は、先のフラグレジスタ7の出力が“1
″であり、かつ“0″判定回路14と15の出力がハイ
レベル(ダウンカウンタ10,11にデータが存在する
)のときに、出力がハイレベルとなり、スイッチ部26
をカーソルデータ選択状態に制御する。上記のFG色レ
ジスタ22,80色レジスタ23に対する着色データと
しては、CPUからデータバスDBを通して各種の色デ
ータを格納することができる。
The switch section 26 selects data from the switch section 24 and supplies it to the display device during the cursor display period, and selects R, G, B, and Y data from the image memory and supplies it to the display device outside the cursor display period. supply The switch 26 is
Switching is controlled by the output of the AND circuit 25.
The AND circuit 25 determines that the output of the flag register 7 is “1”.
” and the outputs of the “0” determination circuits 14 and 15 are at a high level (data exists in the down counters 10 and 11), the output becomes a high level and the switch section 26
Controls the cursor data selection state. As coloring data for the FG color register 22 and 80 color register 23, various color data can be stored from the CPU through the data bus DB.

本実施例によると、カーソルデータ格納手段に各種のサ
イズのカーソル用データを格納し、力一ツル位置格納部
200にカーソル表示位置データ、カーソルサイズ格納
部300にサイズデータを転送することにより、簡単に
カーソル表示を得ることができ、従来のように画像メモ
リのデータを退避させたり、復帰させたりする処理は不
要となる。
According to this embodiment, data for cursors of various sizes is stored in the cursor data storage means, and cursor display position data is transferred to the cursor position storage section 200 and size data is transferred to the cursor size storage section 300. A cursor display can be obtained, and there is no need for the conventional process of saving and restoring data in the image memory.

カーソルに着色の必要がない場合には、シフトレジスタ
21の出力をそのまま利用できる。カーソルの表示位置
を変えるつまりカーソル移動を行なう場合には、カーソ
ル位置格納部200のデータを変更するだけで容易にカ
ーソルを移動させることが可能である。さらにまた、こ
の回路は、カーソルのパターンを自由に変えることがで
きる。カーソルのパターンを定形のものではなくユーザ
独自のものにしたい場合は、カーソルデータ格納部20
に対して例えばキャラクタ発生ROMのデータを転送で
きるように変更することも容易である。
If there is no need to color the cursor, the output of the shift register 21 can be used as is. When changing the display position of the cursor, that is, moving the cursor, the cursor can be easily moved by simply changing the data in the cursor position storage section 200. Furthermore, this circuit allows the cursor pattern to be changed freely. If you want to make the cursor pattern unique to the user rather than a fixed pattern, use the cursor data storage section 20.
For example, it is easy to make changes so that data from a character generation ROM can be transferred.

[発明の効果] 以上説明したようにこの発明によれば、簡単なソフトウ
ェアでカーソルの表示処理とカーソル移動処理を実現す
ることができる。また、ソフトウェアが簡単であること
からカーソル表示及び移動処理時間を大幅に低減でき、
CPUが他の処理を並行して行なう場合にもカーソル移
動が高速で得られる。
[Effects of the Invention] As described above, according to the present invention, cursor display processing and cursor movement processing can be realized with simple software. In addition, because the software is simple, the processing time for cursor display and movement can be significantly reduced.
Even when the CPU performs other processing in parallel, the cursor can be moved at high speed.

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

第1図はこの発明の一実施例を示す回路図、第2図はカ
ーソルサイズを説明するために示した説明図、第3図は
カーソル表示の例を示す説明図である。 100・・・表示アドレス発生部、200・・・カーソ
ル−格納部、300・・・カーソルサイズ格納部、40
0・・・一致検出部、500・・・読出しアドレス発生
部、20・・・カーソルデータ格納部、21・・・レジ
スタ、25・・・アンド回路、26・・・スイッチ部。 出願人代理人 弁理士 鈴江武彦 第2 (b)災禍倍文字ブイ又゛ 図
FIG. 1 is a circuit diagram showing an embodiment of the present invention, FIG. 2 is an explanatory diagram for explaining cursor size, and FIG. 3 is an explanatory diagram showing an example of cursor display. 100...Display address generation section, 200...Cursor storage section, 300...Cursor size storage section, 40
0... Match detection section, 500... Read address generation section, 20... Cursor data storage section, 21... Register, 25... AND circuit, 26... Switch section. Applicant's representative Patent attorney Takehiko Suzue No. 2 (b) Disaster double letter buoy map

Claims (1)

【特許請求の範囲】 表示装置の表示領域の任意の位置に移動させた状態にカ
ーソルを表示できるカーソルデータの制御回路において
、 任意の表示サイズのカーソルデータを書込むことができ
るカーソルデータ格納手段と、 前記表示装置の表示領域に対応したアドレスを発生する
表示アドレス発生手段と、 前記表示領域の内、前記カーソルを表示するための初期
アドレスが書込まれるカーソル位置格納手段と、 前記カーソルデータ格納手段に書込まれたカーソルのサ
イズを示すサイズデータがセットされるカーソルサイズ
格納手段と、 前記表示アドレス発生手段が発生した表示アドレスと前
記カーソル位置格納手段の初期アドレスとを比較し、両
アドレスが一致したときに一致パルスを出力するアドレ
ス一致検出手段と、 このアドレス一致検出手段からの前記一致パルスが供給
され、この一致パルスに応答して前記カーソルサイズ格
納手段に格納されているサイズデータ分のアドレスを発
生し、前記カーソルデータ格納手段に格納されている前
記カーソルデータを読み出す手段と、 前記カーソルデータ格納手段から前記カーソルデータが
読み出されている期間は前記表示装置に供給されるデー
タを画像メモリの出力からカーソルデータに切換える切
換え手段とを具備したことを特徴とするカーソルデータ
制御回路。
[Scope of Claims] A cursor data control circuit capable of displaying a cursor moved to an arbitrary position in a display area of a display device, comprising: a cursor data storage means capable of writing cursor data of an arbitrary display size; , display address generation means for generating an address corresponding to a display area of the display device; cursor position storage means for writing an initial address for displaying the cursor in the display area; and cursor data storage means. A cursor size storage means is set with size data indicating the size of the cursor written in the cursor, and a display address generated by the display address generation means is compared with an initial address of the cursor position storage means, and both addresses match. address coincidence detection means that outputs a coincidence pulse when the address coincidence detection means is supplied with the coincidence pulse from the address coincidence detection means; and means for reading out the cursor data stored in the cursor data storage means; and during a period when the cursor data is being read out from the cursor data storage means, the data supplied to the display device is stored in an image memory. 1. A cursor data control circuit comprising: switching means for switching from the output of the cursor data to cursor data.
JP63123532A 1988-05-20 1988-05-20 Cursor data control circuit Pending JPH01293389A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63123532A JPH01293389A (en) 1988-05-20 1988-05-20 Cursor data control circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63123532A JPH01293389A (en) 1988-05-20 1988-05-20 Cursor data control circuit

Publications (1)

Publication Number Publication Date
JPH01293389A true JPH01293389A (en) 1989-11-27

Family

ID=14862942

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63123532A Pending JPH01293389A (en) 1988-05-20 1988-05-20 Cursor data control circuit

Country Status (1)

Country Link
JP (1) JPH01293389A (en)

Similar Documents

Publication Publication Date Title
US5101365A (en) Apparatus for extending windows using Z buffer memory
US5539428A (en) Video font cache
US4394650A (en) Graphic and data character video display system
US4398190A (en) Character generator display system
US4384285A (en) Data character video display system with visual attributes
JPS6273385A (en) Boundary detecting object area indicating circuit
JPH075870A (en) Display control system
JPH01293389A (en) Cursor data control circuit
JPS62194284A (en) Display address controller
JP2794481B2 (en) Display system
JPH06342337A (en) Computer display system
KR940009751B1 (en) Cursor display control apparatus and method therefor
JPH031186A (en) Character display device
KR960016740B1 (en) Graphics system
JPH0610393Y2 (en) Cursor width control circuit in charactor display device
JPH07199907A (en) Display controller
JPS63269192A (en) Display device
JPS5967585A (en) Display controller
JPH077266B2 (en) Display controller
JPS63127327A (en) Field generating system
JPS60129786A (en) Image memory
JPS61151693A (en) Cursor display for display unit
JPS592074A (en) System of writing character into image memory
JPH0553548A (en) Display controller
JPH068991B2 (en) Character display