What is absoute loder?

1 answer

Answer

1177367

2026-03-16 20:30

+ Follow

Absolute loader is a type of loader in computer programming that loads programs into memory for execution. It is called "absolute" because it generates absolute addresses for the program code and data, meaning that the program can be directly executed without further modification. This contrasts with relative loaders, which may require additional steps to resolve addresses at runtime. Absolute loaders are typically used in simpler systems where the program's memory layout is fixed.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.