Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site watnot.UUCP Path: utzoo!watmath!watnot!jafischer From: jafischer@watnot.UUCP (Jonathan Fischer) Newsgroups: net.micro.atari16 Subject: bios/xbios/gemdos for PPascal Message-ID: <11964@watnot.UUCP> Date: Sun, 17-Aug-86 19:58:33 EDT Article-I.D.: watnot.11964 Posted: Sun Aug 17 19:58:33 1986 Date-Received: Mon, 18-Aug-86 01:19:10 EDT Reply-To: jafischer@watnot.UUCP (Jonathan Fischer) Organization: U of Waterloo, Ontario Lines: 11 Keywords: pascal bios xbios gemdos Summary: has anyone typed in all the procs/funcs? Has anyone typed in a complete set of definitions for xbios, bios, and gemdos calls for OSS Pascal? I've started it myself, and got halfway thru gemdos when I thought I'd ask here. It's a pain in the neck to type in every definition, and if someone else has already done it, I'm sure that many users would appreciate a posting. i.e., procedure Cconout( param: integer or whatever ); gemdos( whatever ); etc.