Re: INT 16h Equivalent Calls in Windows?
- From: Dirk Wolfgang Glomp <spamtrap@xxxxxxxxxx>
- Date: Wed, 23 Jan 2008 09:56:00 +0100
Am Tue, 22 Jan 2008 14:33:17 -0800 (PST) schrieb Mike Gonta:
On Jan 21, 3:11 pm, "bwai...@xxxxxxxxx" <spamt...@xxxxxxxxxx> wrote:
I'm trying to work through some exercises in an old assembler book I
have by Kip Irvine, and I'm trying to figure out the keyboard
interrupts. Unfortunately, these do not appear to work under windows.
What are my options for low level calls in windows to do the keyboard
exercises without calling C functions?
Why not use 32 bit protected mode assembler with actual BIOS calls.
aeBIOS is a 32 bit protected mode BIOS interface which allows
programming with full BIOS support. Assemble a simple 32 bit
protected mode flat binary file with an origin at 1 meg. Copy the
file to an aeBIOS floppy disk. Boot from a real floppy or use
VFD and Bochs or Qemu.
Is there any problem to get a key from port 60h/64h(keyboard controller)?
Dirk
.
- Follow-Ups:
- Re: INT 16h Equivalent Calls in Windows?
- From: Mike Gonta
- Re: INT 16h Equivalent Calls in Windows?
- From: Frank Kotler
- Re: INT 16h Equivalent Calls in Windows?
- From: Terence
- Re: INT 16h Equivalent Calls in Windows?
- References:
- INT 16h Equivalent Calls in Windows?
- From: bwaichu@xxxxxxxxx
- Re: INT 16h Equivalent Calls in Windows?
- From: Mike Gonta
- INT 16h Equivalent Calls in Windows?
- Prev by Date: Having trouble posting?
- Next by Date: variable in 16bit mode?
- Previous by thread: Re: INT 16h Equivalent Calls in Windows?
- Next by thread: Re: INT 16h Equivalent Calls in Windows?
- Index(es):
Relevant Pages
|
Loading