I am attempting to parse out the original pathname of a cataloged program
from the object code. I am looking for some guidance on how to interpret the
symbol table at the end of the file. Prior to the Basic compiler release
6.2.2 it appears that the pathname could be stripped off the very end of the
file, but now two additional char(0)s have been added on to the and. One
appears to be for the $copyright notice and the other is unknown to me. In
addition programs compiled with the "-T" do not contain the information
which can cause confusion if I simply extract printable chars from the end
of the file back to the last char(255).

Does anyone have documentation on the object code symbol/line number table?

Thanks,
Vance

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to