Path: utzoo!utgpu!watserv1!watmath!att!linac!pacific.mps.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!src.honeywell.com!msi.umn.edu!cs.umn.edu!quest!orbit!pnet51!koleman From: koleman@pnet51.orb.mn.org (Kurt Koller) Newsgroups: comp.sys.amiga Subject: An Assembler question Message-ID: <3534@orbit.cts.com> Date: 29 Nov 90 13:25:03 GMT Sender: root@orbit.cts.com Organization: People-Net [pnet51], Minneapolis, MN. Lines: 24 Ok, I have the following line: ; move.b mt_data+$3b7,mt_songpos And I want to make it a "good, pc-realative" set of instructions. This didn't work: movem.l a5-a6,-(a7) move.l mt_data(pc),a4 lea mt_songpos(pc),a5 move.b -$3b7(a4),(a5) movem.l (a7)+,a5-a6 Also, I tried adding $3b7 to a4, and doing a move.b (a4),(a5) and got absolutely nowhere... Thanks. (Maybe I should buy a book on assembly? Everything so far has been guesswork.) Kurt "Koleman" Koller - tcnet!orbit!pnet51!koleman