0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

メモリ

マスクROM:呼び出し専用のメモリ。記録された内容を書き換える事は出来ない。
DRAM(Dynamic Random Access Memory):揮発性のメモリ。長期に保存するためにリフレッシュを行う。アドレス単位で読み書きや消去を行う。
フラッシュメモリ:書き換えできる不揮発性のメモリ。PROMの一種。ブロック単位で読み書きや消去を行う。

プロセッサ:命令のアドレス部で指定されたメモリアドレスにインデックスレジスタの値を加算したものを実効アドレスとする方式。
インデックスレジスタ:連続したアドレスを扱うときに使うレジスタ。
インデックス修飾(インデックスアドレス指定方式):オペランドにインデックスレジスタの値を加えて実行アドレスを求める方法。
オペランド:プロセッサの処理の対象になるデータ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?