Protected mode keyboard in NASM

If you are needing help, or have questions for the different assembly languages available.

Moderator:Moderators

Nebuchodonezzar
Posts:1
Joined:Thu Aug 24, 2017 9:17 am
Protected mode keyboard in NASM

Post by Nebuchodonezzar » Thu Aug 24, 2017 9:24 am

Hello. I was following tutorial until assembly kenel and decided to stick with it for rest of kernel development (i didnt like MSVC++). I want to handle keyboard using NASM (SmallerC is possible too as it has flat binary output option). IVe tried some small piece of code but CPU triple-faulted :| . Only thing i need is something like ReadKey procedure. Can anyone show me how to implement such simple thing? In 16bit assembly with bios interrupts it would be dead simple...

Post Reply