Path: utzoo!attcan!uunet!husc6!mailrus!ames!pasteur!ucbvax!decwrl!labrea!polya!kaufman From: kaufman@polya.Stanford.EDU (Marc T. Kaufman) Newsgroups: comp.sys.mac.programmer Subject: Absolute Assembly Message-ID: <3049@polya.Stanford.EDU> Date: 12 Jun 88 17:13:20 GMT Reply-To: kaufman@polya.Stanford.EDU (Marc T. Kaufman) Organization: Stanford University Lines: 6 I am involved in the development of hardware that uses 68000 type CPUs. I need to write code for the ROMs in the device. Is there any way to put the MPW assembler into a mode in which it will generate ABSOLUTE based code? Right now I have to run an assembler on a PC. (and no, I do not want to change all address offsets to 'address-start'... and I do not want the assembler to assume incorrect things about my register environment (A5, A6)).