Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!ucsd!ucbvax!XEROX.COM!Kushall.Henr From: Kushall.Henr@XEROX.COM (Edward Hushall) Newsgroups: comp.sys.dec.micro Subject: GSX-86 MS-DOS Calling Conventions Message-ID: <880824-050709-1648@Xerox> Date: 24 Aug 88 12:07:06 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 I am looking at converting some graphics programs written under TP 3.0 under CPM/86 on my Rainbow to TP 4.0 uunder MS-DOS. DEC included the CPM version og GSX-86 with the RB graphics option. The 20/20 spreadsheat package from Acess Technology includes GSX.EXE the MS-DOS version of GSX-86. Also included are the device drivers for the DEC color and monochrome CRTs, EPSON and DEC printers, and several HP plotters. The cpm-86 call is: . CX=$0473 DX=seg(paramater_block) DX=ofset(paramater_block) Intr 224 The calling sequence is different for the MS-DOS version, I am looking for the calling sequence for the MS-DOS version. Ed Kushall kushall.henr@xerox.COM