Memory Address Generation

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Nov 15 7:7
Editor
Edited
Edited
2023 Nov 15 7:7
Refs
Refs

Memory Address Generation

notion image
until linking, code has relative address and after loading to memory, it has physical address
→ Hardware for Address Translation (For adequate performance) ← dynamically “relocated”
  • Base (also called Relocation) Register - used for validation in CPU (either limit R)
  • Limit Register - size of program
 
 
 
 
 
 
 
 
 

Recommendations