JPH04130931A - Changing system for memory contents - Google Patents

Changing system for memory contents

Info

Publication number
JPH04130931A
JPH04130931A JP2252620A JP25262090A JPH04130931A JP H04130931 A JPH04130931 A JP H04130931A JP 2252620 A JP2252620 A JP 2252620A JP 25262090 A JP25262090 A JP 25262090A JP H04130931 A JPH04130931 A JP H04130931A
Authority
JP
Japan
Prior art keywords
memory
contents
displayed
value
cursor
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
JP2252620A
Other languages
Japanese (ja)
Inventor
Akiko Mikami
三上 明子
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2252620A priority Critical patent/JPH04130931A/en
Publication of JPH04130931A publication Critical patent/JPH04130931A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To simultaneously display and change the much contents of a memory by reading out the memory contents from a specified address only by a fixed range, displaying the read contents on a CRT together with their addresses as a two-dimensional layout, changing the memory display value of a cursor position to an optional value and writing the contents of the layout screen again in the same addresses. CONSTITUTION:A memory contents list display screen 7 is formed and the addresses 8 and values 9 of the memory are displayed on the screen 7. The addresses 8 are displayed in each 16 bytes and the value 9 of one byte is displayed in each line. A memory contents changing part 4 forms a cursor 10 to be displayed on the screen 7. The cursor 10 can be vertically and horizontally moved on the display parts of the values 9 and the changing part 4 overwrites an optional value on the value displayed on the display position of the cursor 10. Plural contents can be overwritten. Then, a memory contents writing part 5 simultaneously write all the values 9 displayed on the screen 7 in the same addresses as the reading addresses of the memory 6.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、コンピュータシステムにおけるメモリ内容の
変更方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a method for changing memory contents in a computer system.

〔従来の技術〕[Conventional technology]

従来、この種のメモリ内容の変更においては、変更を行
いたいメモリのアドレス部分のみを読み出し変更を行い
、その都度、再び同一アドレスに書き込む方式と、指定
アドレスから1バイト(byte)又は1ワード(wo
rd)という短い範囲ごとにメモリを読み出し、変更、
書き込みを行う方式があった。
Conventionally, when changing this type of memory content, there have been two methods: reading and changing only the address part of the memory that you want to change, and writing to the same address again each time. wo
Read and modify memory in short ranges (rd),
There was a method for writing.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の方式では、メモリ変更する度ごとに変更
したいメモリのアドレス部分のみ、あるいは1バイトま
たは1ワードの短かい範囲のメモリ内容を読み出し、書
き込むため変更処理に時間がかかる欠点がある。またメ
モリ内容を1バイト又は1ワードという短い範囲ごとに
表示するため、−度に大量の内容変更を行えないという
欠点がある。
The above-described conventional method has the drawback that each time the memory is changed, only the address part of the memory to be changed or the memory contents of a short range of 1 byte or 1 word are read and written, so the change process takes time. Furthermore, since the memory contents are displayed in short ranges of one byte or one word, there is a drawback that a large amount of contents cannot be changed at once.

本発明の目的は、変更するメモリ内容を指示アドレスか
ら予め定める所定の範囲を読み出しCRT上に表示し、
変更対象メモリ内容を上書きして変更したのち、同一ア
ドレスに再書き込みすることができるメモリ内容の変更
方式を提供することにある。
An object of the present invention is to read out a predetermined range of memory contents to be changed from an instruction address and display it on a CRT;
To provide a method for changing memory contents that can overwrite and change the contents of a memory to be changed and then rewrite to the same address.

〔課題を解決するための手段〕[Means to solve the problem]

本発明のメモリ内容の変更方式は、コンピュータシステ
ムにおいて、メモリ内容を、指定したアドレスから予め
定める所定の範囲読み出すメモリ内容読み取り手段と、
該メモリ内容読み取り手段が読み出したメモリ内容をC
RT上に、指定した前記アドレスと共に二次元に表示す
るためにレイアウトするメモリ内容レイアウト部と、C
RTに表示されたレイアウト画面上で任意の位置に移動
可能なカーソルを生成し且つ、該カーソルが指定した位
置のメモリ表示値を任意の値に変更するメモリ内容変更
手段と、該メモリ変更値を含むレイアウト画面上の内容
を前記読み出し時に指定したアドレスに書き込むメモリ
内容書き込み手段とで構成される。
The memory content changing method of the present invention includes, in a computer system, memory content reading means for reading memory content within a predetermined range from a designated address;
The memory content read by the memory content reading means is
a memory content layout section for laying out two-dimensional display together with the designated address on RT;
A memory content changing means for generating a cursor that can be moved to an arbitrary position on a layout screen displayed on the RT and changing a memory display value at a position specified by the cursor to an arbitrary value; and a memory content writing means for writing the content on the layout screen including the content on the layout screen to the address designated at the time of reading.

〔実施例〕〔Example〕

次に本発明について、図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

第1図は本発明の一実施例を示すブロック図、第2図は
本発明の一実施例を示すCRT上に表示するメモリ内容
のフォーマットを示す図である。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG. 2 is a diagram showing the format of memory contents displayed on a CRT, showing one embodiment of the present invention.

メモリ内容を変更する場合、変更したいメモリの先頭ア
ドレス1を指定されると、メモリ内容読み取り部2にお
いて、変更したいメモリの先頭アドレス1から、ある一
定範囲の内容をメモリ部6から読み取る。この場合の一
定範囲とは、メモリ内容レイアウト部により指定され1
バイトや1ワードという短い範囲ではなく、CRTの画
面−杯に、メモリ内容が表示可能となる範囲を指す。次
に、メモリ内容レイアウト部3において、メモリ内容を
第2図に示す通りCRT (IU示せず)上にメモリ内
容−覧表示画面7を作成し、メモリのアドレス8と、値
9を表示する。メモリ内容−覧表示画面7は、例えばア
ドレス8は16バイトごとに表示し、1ラインに値9を
1バイトずつ表示する。次に、メモリ内容変更部4にお
いて、メモリ内容−覧表示画面7上に表示するカーソル
10を生成する。このカーソル10は値9の表示部分を
上下左右に移動可能で、メモリ内容変更部4はカーソル
10の表示位置に表示されている値9に任意の値を上書
きする。又その上書きは複数可能である0次に、メモリ
内容書き込み部5において、メモリ内容−覧表示画面7
上に表示されているすべての値9を、読み出し時と同一
アドレスのメモリ6上に一度に書き込みを行う。
When changing the memory contents, when the start address 1 of the memory to be changed is specified, the memory contents reading section 2 reads the contents of a certain range from the memory section 6 starting from the start address 1 of the memory to be changed. In this case, the fixed range is 1 specified by the memory content layout section.
It refers to the range of memory contents that can be displayed on a CRT screen, rather than a short range of bytes or one word. Next, the memory content layout unit 3 creates a memory content list display screen 7 on the CRT (IU not shown) as shown in FIG. 2, and displays the memory address 8 and value 9. On the memory contents list display screen 7, for example, address 8 is displayed every 16 bytes, and value 9 is displayed 1 byte at a time on each line. Next, the memory content changing unit 4 generates a cursor 10 to be displayed on the memory content list display screen 7. The cursor 10 can move the display portion of the value 9 vertically and horizontally, and the memory content changing section 4 overwrites the value 9 displayed at the display position of the cursor 10 with an arbitrary value. Multiple overwritings are possible.Next, the memory content writing section 5 displays the memory content list display screen 7.
All the values 9 displayed above are written at once onto the memory 6 at the same address as when they were read.

以上変更したいメモリの先頭アドレス指定した際当該ア
ドレスから以降の所定の範囲を同時に読み出しCRT上
に表示する方法について説明したが、指定した当該アド
レスの前後の範囲を同時読み出し可能なことはいうまで
もない。
Above, we have explained how to simultaneously read and display on the CRT a predetermined range starting from the specified address when specifying the starting address of the memory that you want to change, but it goes without saying that it is also possible to simultaneously read the range before and after the specified address. do not have.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明は、メモリ内容を変更する
場合、メモリ内容を指定アドレスから一定範囲読み出し
、CRT上にアドレスと共に二次元にレイアウト表示し
、カーソル位置のメモリ表示値を任意の値に変更してレ
イアウト画面上の内容を再び同一アドレスに書き込むこ
とにより、メモリ内容を一度に大量に表示、変更するこ
とが可能となり、大量の内容を変更する場合に、メモリ
読み出し、書き込みの回数を削減し、所要時間を短縮で
きるという効果があ。
As explained above, when changing memory contents, the present invention reads out a certain range of memory contents from a specified address, displays the layout in two dimensions along with the address on a CRT, and changes the memory display value at the cursor position to an arbitrary value. By changing and writing the contents on the layout screen to the same address again, it is possible to display and change a large amount of memory contents at once, reducing the number of memory reads and writes when changing a large amount of contents. This has the effect of shortening the time required.

またメモリ内容変更時に変更対象アドレスの前後のメモ
リ内容も確認できるため、変更内容の再確認が可能とな
る効果がある。
Furthermore, since the memory contents before and after the address to be changed can be checked when changing the memory contents, it is possible to reconfirm the changed contents.

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

第1図は本発明の一実施例を示すブロック図、第2図は
本発明の一実施例を示すCRT上に表示するメモリ内容
のフォーマットを示す図である。 1・・・変更したいメモリの先頭アドレス、2・・・メ
モリ内容読み取り部、3・・・メモリ内容レイアウト部
、4・・・メモリ内容変更部、5・・・メモリ内容書き
込み部、 6・・・メモリ部、 7・・・メモリ内容−覧表示 画面、 8・・・アドレス、 9・・・値、 0・・・カーソル。
FIG. 1 is a block diagram showing one embodiment of the present invention, and FIG. 2 is a diagram showing the format of memory contents displayed on a CRT, showing one embodiment of the present invention. 1... Start address of the memory to be changed, 2... Memory content reading part, 3... Memory content layout part, 4... Memory content changing part, 5... Memory content writing part, 6...・Memory section, 7...Memory contents list display screen, 8...Address, 9...Value, 0...Cursor.

Claims (1)

【特許請求の範囲】[Claims] コンピュータシステムにおいて、メモリ内容を、指定し
たアドレスから予め定める所定の範囲読み出すメモリ内
容読み取り手段と、該メモリ内容読み取り手段が読み出
したメモリ内容をCRT上に、指定した前記アドレスと
共に二次元に表示するためにレイアウトするメモリ内容
レイアウト部と、CRTに表示されたレイアウト画面上
で任意の位置に移動可能なカーソルを生成し且つ、該カ
ーソルが指定した位置のメモリ表示値を任意の値に変更
するメモリ内容変更手段と、該メモリ変更値を含むレイ
アウト画面上の内容を前記読み出し時に指定したアドレ
スに書き込むメモリ内容書き込み手段とを有することを
特徴とするメモリ内容の変更方式。
In a computer system, memory content reading means reads out memory content within a predetermined range from a specified address, and the memory content read by the memory content reading means is displayed two-dimensionally on a CRT together with the specified address. A memory content layout section that lays out a memory content layout section, and a memory content that generates a cursor that can be moved to an arbitrary position on a layout screen displayed on a CRT, and that changes the memory display value at the position specified by the cursor to an arbitrary value. A method for changing memory contents, comprising: a changing means; and a memory contents writing means for writing contents on a layout screen including the memory change value to an address designated at the time of reading.
JP2252620A 1990-09-21 1990-09-21 Changing system for memory contents Pending JPH04130931A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2252620A JPH04130931A (en) 1990-09-21 1990-09-21 Changing system for memory contents

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2252620A JPH04130931A (en) 1990-09-21 1990-09-21 Changing system for memory contents

Publications (1)

Publication Number Publication Date
JPH04130931A true JPH04130931A (en) 1992-05-01

Family

ID=17239895

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2252620A Pending JPH04130931A (en) 1990-09-21 1990-09-21 Changing system for memory contents

Country Status (1)

Country Link
JP (1) JPH04130931A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5721995A (en) * 1994-02-10 1998-02-24 Fuji Photo Film Co., Ltd. Lens-fitted photographic film unit having shutter with connection lever and crank lever

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5721995A (en) * 1994-02-10 1998-02-24 Fuji Photo Film Co., Ltd. Lens-fitted photographic film unit having shutter with connection lever and crank lever
US5815757A (en) * 1994-02-10 1998-09-29 Fuji Photo Film Co., Ltd. Adjustable taking lens assembly

Similar Documents

Publication Publication Date Title
JPS6088996A (en) Multiple data window display system
JPH0355832B2 (en)
JPS59231591A (en) Image generator
JPH04130931A (en) Changing system for memory contents
JPS5831591B2 (en) Pattern display method at arbitrary position
JPH06149533A (en) Segment quick plotting system for reducing plotting processing for segment outside display area
JPS6033591A (en) Partial expansion display system for graphics
JP2928858B2 (en) Multi-window display control apparatus and method
JPH0810424B2 (en) Graphic display
JP3024175B2 (en) Multi-window display device
JPS59180584A (en) Screen display controller
JP2829051B2 (en) Character display method
JP3006988B2 (en) Spreadsheet apparatus and data management method for spreadsheet apparatus
JPS6242189A (en) Pattern writing apparatus
JPS61194493A (en) Crt screen generator
JPS58146982A (en) Device for editing document
JPH0395592A (en) Cursor display control system
JPH05250323A (en) Display method of multi-media terminal
JPS6073573A (en) Display control systerm
JPH1097238A (en) Image display control system
JPS6367689A (en) Multiwindow picture display device
JPS5838993A (en) Display controller
JPS58159576A (en) Scroll display controller
JPH05342336A (en) Picture display system
JPH02140888A (en) Filter control system