Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!cs.utexas.edu!rutgers!psuvax1!psuvm!wtw101 From: WTW101@PSUVM.BITNET (Bill Warner) Newsgroups: comp.sys.amiga.tech Subject: A68k bug? (was: DME and vanishing text) Message-ID: <89223.021601WTW101@PSUVM> Date: 11 Aug 89 06:16:01 GMT Organization: Penn State University - Center for Academic Computing Lines: 19 Consider the following code fragments: Start: dc.b 'hello' End: CNOP 0,2 and Start: dc.b 'hello' End: CNOP 0,2 The same? Nope. I think they should be. I feel that 'End' should be resolved before the address is EVEN'd. This would make it consistent, as if an op-code had been there instead of 'CNOP 0,2'. Is this a bug? Can someone explain to me why this is not a bug? Thanks! Chris CJC@psuecla