Assembly Programming Question

Reply

Join Date: Oct 2004
Posts: 1
Reputation: dayrinni is an unknown quantity at this point 
Solved Threads: 0
dayrinni dayrinni is offline Offline
Newbie Poster

Assembly Programming Question

 
0
  #1
Oct 28th, 2004
Hello, I am trying to write an assembly program. In it I am writing a new ISR for the keyboard. The goal of this ISR is to mix the keys around, so for example if I was going to type 'hello' It would print out as 'jhwwi'. It will only change the letters around so if there is something else in the input, such as a number, it will jump to the old ISR.

I have spent hours on trying to figure out how to accept input from the keyboard so that I can decide if I have to jump to the old ISR or use xlat on the mapping table I have. I tried using int 16 ah = 05 and int 16 ah = 10 but it doesn't seem to be doing anything.

This is about the only thing that is stopping me from completing this program because without getting any input from the keyboard I can't really do anything with it.

Thanks,
james
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 27
Reputation: Gnome_101 is an unknown quantity at this point 
Solved Threads: 0
Gnome_101 Gnome_101 is offline Offline
Light Poster

Re: Assembly Programming Question

 
0
  #2
Feb 26th, 2005
Are you using Mips, or intel?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC