address mode

The method by which an instruction references memory. An indexed address is modified by the contents of an index register before execution. An indirect address point to another address. Ultimately, inorder to do any actual processing, the instruction must derive real, or absolute addresses, where the required data is located.

address mode
Phương pháp tham chiếu bộ nhớ của một lệnh chỉ dẫn. Một indexed address (địa chỉ được tạo index) được chỉnh sửa theo nội dung của một thanh ghi index (index register) trước khi thực thi. Một địa chỉ gián tiếp trỏ sang một địa chỉ khác. Để thực hiện tiến trình xử lý thực sự, lệnh chỉ dẫn phải truy xuất các địa chỉ tuyệt đối hoặc các địa chỉ thật vốn chứa dữ liệu được yêu cầu.


Published:

PAGE TOP ↑