Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   a simple linking loader for SIC/XE (http://www.programmingforums.org/showthread.php?t=8591)

programmingnoob Feb 26th, 2006 12:46 AM

a simple linking loader for SIC/XE
 
so i have to write a simple linking loader for SIC/XE in c++ for an assignment ...

now i'm a lil confused about what they mean by "simple linking loader" ... this is what it says exactly ..
"This assignment is to write a simple linking loader for the SIC/XE computer in C++. The input your loader is a file that contains multiple object programs (control sections) which are to be loaded into memory and "linked" together."

thanks guys!

Polyphemus_ Feb 26th, 2006 4:19 AM

Guess it has to load object files in memory, and put all the addresses right.

programmingnoob Feb 26th, 2006 12:55 PM

Quote:

Originally Posted by Polyphemus_
Guess it has to load object files in memory, and put all the addresses right.

okay... i need to deal with the relocation, right?

i was hoping just coz it's "simple"... there might be some simplifications associated with it

programmingnoob Feb 26th, 2006 11:35 PM

the algo says

"if object code is in character form, convert into internal representation"

i'm so confused by that ....
any clues?


All times are GMT -5. The time now is 1:00 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC