To: opendos AT mail DOT tacoma DOT net Subject: Re: [opendos] Multitasker API and a demo program Message-ID: <19970309.143603.4943.4.chambersb@juno.com> References: <5919 DOT 9703080256 AT orkney DOT dcs DOT st-andrews DOT ac DOT uk> From: chambersb AT juno DOT com (Benjamin D Chambers) Date: Sun, 09 Mar 1997 17:32:25 EST Sender: owner-opendos AT mail DOT tacoma DOT net Precedence: bulk On Sat, 08 Mar 97 02:56:38 +0000 dg AT dcs DOT st-and DOT ac DOT uk writes: >(BTW, is there an easier way of getting at the 32-bit registers from >Borland >than using inline assembler and `db 0x66' in front of instructions? >That makes >my skin crawl... luckily, I found an API that didn't need it.) Sure, use TASM and link in the object file. (I had to do this with bpc). BTW, do you _have_ to use Borland to compile programs for the API, or was it just the one you picked? ...Chambers