I don't know what assembler it is written for, but such large parts of code always give errors because there is bound to be some assembler-specific instructions in it.
I just looked at it, it's indeed Compass code (nasty that they didn't save it in ASCII format), and the other two files MBMACROS.ASM and PATCHES.ASM should be included. Since Compass has a bug which won't allow you to specify an include filename to load from, you will probably have to load those two into source buffers 2 and 3. I don't know the exact details (my msx is giving me troubles, as always, and since they didn't save it as ascii - I can't look), but I guess there are some comments at the location of the includes telling you what to do. ~Grauw ----- Original Message ----- From: "Albert Beevendorp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 21, 2002 9:03 AM Subject: Re: mbwave player source > At 22:06 20-6-02 +0200, you wrote: > >Can anyone help me with a source file of teh MBwave replayer? > >i would prefer a .rel file because i need to convert it to inline code. > > > >i got the source that is downloadable from the sunrise site (v1.14) but > >when i try to assemble it to .rel (and everything else) i get 254 errors > >found :-( > >so i can't use that one. > > It's a Compass source. You can assemble to .REL file with Compass, but it > seems there is a little bug in the .REL assembly process. > > With which assembler did you assemble it? > > >can anyone help me??? > > You can also assemble it to use as an overlay or something. Actual code > size will end up quite close to 16kB. > > > GreeTz, BiFi > > Visit my Home Page at www.bifi.msxnet.org > mail me at: [EMAIL PROTECTED] > FTP: ftp.bifi.msxnet.org > ICQ #36126979 > > -- > For info, see http://www.stack.nl/~wynke/MSX/listinfo.html > -- For info, see http://www.stack.nl/~wynke/MSX/listinfo.html
