-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help linking #51
Comments
What I have been doing is to assemble each file separately to a REL file. Then I have run LOADER and LINK like this:
Should I do something in particular to get a symbol table? |
This appears to be normal behavior for LOADER and LINK. LOADER's manual is available here: http://bitsavers.org/pdf/dec/pdp10/1970_PDP-10_Ref/1970PDP10Ref_Part5.pdf I'll try to figure out the switches. it's not like I have all the time in the world right now anyway. |
With that said, it only seems to output a table by default if there's an error. |
Sorry, I didn't mean the printed symbol table. I mean the one that is in the core image, or/and the saved SAV file. |
I'm comfortable with ITS, so I have been using that to edit and link JOSS. But I have run into a problem: I don't get any symbols. Am I doing something wrong with LOADER or LINK?
The text was updated successfully, but these errors were encountered: