Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!wuarchive!zaphod.mps.ohio-state.edu!swrinde!ucsd!nosc!crash!pnet01!uzun From: uzun@pnet01.cts.com (Roger Uzun) Newsgroups: comp.sys.amiga.tech Subject: Noisetracker Message-ID: <4125@crash.cts.com> Date: 26 Aug 90 19:16:01 GMT Sender: root@crash.cts.com Organization: People-Net [pnet01], El Cajon CA Lines: 20 I got a program called Soundtracker from a magazine, and it allows note sequencing in ones programs with a player called replay. I converted it to assemble under lattice C's assembler, replacing all blk directives with series of dc directives, it was originally designed for the SEKA assembler. my question concerns a label called mt_data in the code. Does the SEKA assembler allow one to load data to a labels address? I am confused about what this label mt_data is. Is anyone familiar with Soundtrackers player and how to get it to run under Lattice, I am tempted to just make mt_data a variable, allocmem a block of data to it, then replace all lea mt_Data,a0 instructions with movea.l mt_data,a0 -Roger UUCP: {hplabs!hp-sdd ucsd nosc}!crash!pnet01!uzun ARPA: crash!pnet01!uzun@nosc.mil INET: uzun@pnet01.cts.com