Date: Wed, 16 May 2001 11:53:03 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: johny1024 cc: djgpp AT delorie DOT com Subject: Re: asm, time,... In-Reply-To: <002001c0dd7a$9d8bb020$a0c105d4@Matrix> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 15 May 2001, johny1024 wrote: > 1. "How can I use 'asm' in this C ?" > for example : mov ax,0; int 16h #include __dpmi_regs r; r.x.ax = 0; __dpmi_int (0x16, &r); > 2. "Where can I find help to standard commands like : gettime" ? Type "info libc alpha gettime" from the DOS prompt.