Author Topic: Program which one change pressed key  (Read 4927 times)

Offline freestaila

  • New Member
  • Posts: 1
Program which one change pressed key
« 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 :)

Offline Frank Kotler

  • NASM Developer
  • Hero Member
  • *****
  • Posts: 2667
  • Country: us
Re: Program which one change pressed key
« Reply #1 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