Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!munnari.oz.au!network.ucsd.edu!pacbell.com!unet!blunt!dsilvia From: dsilvia@blunt.net.com (Dave Silvia) Subject: Re: BIOS interrupts Message-ID: <1993Apr12.000041.10789@unet.net.com> Sender: news@unet.net.com Nntp-Posting-Host: blunt Organization: Network Equipment Technologies References: <1993Apr11.221401.2752@unet.net.com> Date: Mon, 12 Apr 1993 00:00:41 GMT Lines: 21 In article <1993Apr11.221401.2752@unet.net.com> dsilvia@blunt.net.com (Dave Silvia) writes: >Hi, Gang! > > Can someone out there tell me how one accesses BIOS interrupts. For >example, the keyboard interrupt 0x16 would be invoked in masm by: > > int 16H > >What is the gas equivalent (if any?). > >thx, >Dave S. I think I found my answer: .byte 0xcd,0x16 Right?!;^} thx, Dave S.