Xref: utzoo comp.music:2596 rec.music.synth:19085 Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!ub!ubvmsd.cc.buffalo.edu!v097pba8 From: v097pba8@ubvmsd.cc.buffalo.edu (Ken F Morton) Newsgroups: comp.music,rec.music.synth Subject: MIDI Assembly Code... Message-ID: <60448@eerie.acsu.Buffalo.EDU> Date: 18 Feb 91 22:28:17 GMT Sender: news@acsu.Buffalo.EDU Reply-To: v097pba8@ubvmsd.cc.buffalo.edu Followup-To: comp.music Organization: University at Buffalo Lines: 26 Nntp-Posting-Host: ubvmsd.cc.buffalo.edu News-Software: VAX/VMS VNEWS V1.3-4.4 I just found a book called _C_Programming_for_MIDI_, by Jim Conger that has a I/O assembly routine that I just can't get to compile. I get a error message 10/syntax, which I have no idea how to fix. The lines in question are macro calls with in a _definition for calling from C. (IBM PC) The macro is: SAVESTK MACRO ;MACRO TO SAVE REGS FOR C FUNCTION PUSH BP MOVE BP,SP PUSH DI USH SI ENDM and where it's called looks like: _putcmd PROC SAVESTK BTW, I'm using MS assembler 4.0 Anyway, can someone direct me to an FTP site for such .obj code, toolkits, etc for MIDI? Thanks... Ken Morton v097pba8@ubvmsd.cc.buffalo.edu