Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!psuvax1!psuvm!cjc105 From: CJC105@psuvm.psu.edu Newsgroups: comp.sys.amiga Subject: Manx Assembler 5.0d bug Message-ID: <90312.153713CJC105@psuvm.psu.edu> Date: 8 Nov 90 20:37:13 GMT Organization: Penn State University Lines: 16 The following code gives errors when put through the Manx assembler: ;:ts=8 .4 dc.l $0000 tst.l .4 add.l #1,.4 END It seems that the assembler is trying to optimize the absolute references to pc-relative. When it does, it produces errors cause pc-mode is not supported with those instruction on a 68000 processor. Has anyone else run into this problem? Chris Conrad