AUMXS@ASUACAD.BITNET ("Michael Steiner ", The Intellectual Juggernaut) (07/03/90)
Is this the correct way to assemble an assemblly language program?
$GLOBAL ASSEMBLE (this is a local exec that sets up the libraries)
ASSEMBLE fn
FILEDEF SYSIN ...
FILEDEF SYSPRINT ...
LOAD fn
GENMOD fn
Will this create a stand-alone relocatable module? Do I need to
specify any options for LOAD or GENMOD?
I tried the above steps and they worked, but I want to be sure so I don't
run into big problems later.
Thanks!
+---------------------------------------------------------------------+
| Michael Steiner Comp Sci major at Arizona State University |
+---------------------------------------------------------------------+
| BITNET: <AUMXS@ASUACAD.BITNET> Internet: <aumxs@asuvm.inre.asu.edu>|
+---------------------------------------------------------------------+