Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!psuvax1!psuvm!wtw101 From: WTW101@PSUVM.BITNET (Bill Warner) Newsgroups: comp.sys.amiga.tech Subject: A68k bug? (repost) Message-ID: <89228.135343WTW101@PSUVM> Date: 16 Aug 89 17:53:43 GMT Organization: Penn State University - Center for Academic Computing Lines: 19 I think I have found a bug in Mr. Gibbs (v 2.42) macro assembler. Consider: EVEN Label1\@ dc.b 'hello' Label2\@ CNOP 0,2 ---and---- EVEN Label1\@ dc.b 'hello' Label2\@ CNOP 0,2 Label2\@ in the first example gets the value of the address AFTER the address is EVEN'ed. The second example works properly, Label2\@ gets the value BEFORE the address is EVEN'ed. Is this a bug? Chris CJC@psuecla