Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. spec85

    Scan Codes

    Thanks for all your help. I finally got it working. I actually read port 60h testing for the scan code of 'a' then I did int 16, 02 to test for ctrl+alt Thanks!
  2. spec85

    Scan Codes

    OK what if I int 16,00 cmp al,'a' if yes then int 16,02 cmp al, 00001100B Shouldn't that work?
  3. spec85

    Scan Codes

    The Below program is ment to: loops waiting for a letter. Then checks the scan code equals "1E01" which should be ctrl+A. http://www.iro.umontreal.ca/~feeley/cours/ift2240/doc/assembly/scancodes.html Sadly it doesn't work. What am I doing wrong? START: mov ax, @DATA mov ds, ax...
  4. spec85

    Scan Codes

    Hi I'm new to assembly so do forgive me if I have overlooked something. I am writing a program that waits for the ctrl + alt + a keys to be pressed at the same time. I’m using int 16h function 00h to get the key and cmp that it is a ‘a’ I then want to use int 16h function 2h to see if the...

Part and Inventory Search

Back
Top