NASM - The Netwide Assembler

NASM Forum => Programming with NASM => Topic started by: freestaila on December 22, 2016, 07:45:29 PM

Title: Program which one change pressed key
Post by: freestaila on December 22, 2016, 07:45:29 PM
hello!

I have to write a program which after press key change it for random another key. I think nasm will be the best option. Im totali newbie in this language and in my language i cant find good instructions to this.
I have key listing section in basic:
xor ax,ax
int 16h

Thanks for help :)
Title: Re: Program which one change pressed key
Post by: Frank Kotler on December 22, 2016, 09:47:31 PM
Yeah.... that's a BIOS interrupt. Is that what you want? What's your question?

Best,
Frank