Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!mips!apple!motcsd!starnet!sschaem From: sschaem@starnet.uucp (Stephan Schaem) Newsgroups: comp.sys.amiga.programmer Subject: Re: assembler language Message-ID: <1991Jun19.163650.19190@starnet.uucp> Date: 19 Jun 91 16:36:50 GMT References: <1991Jun18.848.4216@canrem.uucp> Distribution: comp Organization: Starnet-Public Access UNIX-Los Altos,CA 415-949-3133, login:info Lines: 15 Genim2 is the macro assembler from decpac... check your a68k doc to reserve space... RSRESET and RS can be replaced by macros. Assign a name for the value to be use to 'emulate RS' like: STROFF SET 0 Use STROFF SET 0 for rsreset. And STROFF SET STROFF+.SIZE (.SIZE is 2 for RS.W, 4 for RS.l etc...) I done the above for the Adapt macro assembler and work fine. Of course STROFF can be __RS... But I suggest you get Devpac for The assembler mostly. Stephan.