Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!ASUACAD.BITNET!AUMXS From: AUMXS@ASUACAD.BITNET ("Michael Steiner ", The Intellectual Juggernaut) Newsgroups: comp.lang.asm370 Subject: Question about steps to assemble a program Message-ID: <9007030057.AA19692@ucbvax.Berkeley.EDU> Date: 3 Jul 90 00:08:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: IBM 370 Assembly Programming Discussion List Distribution: inet Organization: The Internet Lines: 22 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: Internet: | +---------------------------------------------------------------------+