RE: A85: So Confused.


[Prev][Next][Index][Thread]

RE: A85: So Confused.




> What is program relocation?  (ZShell fiend)
>

	Program is in a fixed position, so offsets can be calculated when
compiling, instead of at run-time.  Saves cpu cycles and space.


References: