What are registers in assembly language?

1 answer

Answer

1224232

2026-08-16 20:35

+ Follow

Registers are memory locations on the microprocessor itself (not in main memory). In RISC architectures generally most operations (add, multiply, etc) must take there input from registers and write their output to a register. Since registers are located directly on the microprocessor, they represent the fastest form of memory in the computer, and also the type of memory available in the least quantity.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.