[comp.sys.amiga.tech] Noisetracker

uzun@pnet01.cts.com (Roger Uzun) (08/27/90)

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