NASM - The Netwide Assembler
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Calendar
Login
Register
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Program which one change pressed key
« previous
next »
Print
Pages: [
1
]
Author
Topic: Program which one change pressed key (Read 9002 times)
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
Logged
Frank Kotler
NASM Developer
Hero Member
Posts: 2667
Country:
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
Logged
Print
Pages: [
1
]
« previous
next »
NASM - The Netwide Assembler
»
NASM Forum
»
Programming with NASM
»
Program which one change pressed key