To the Top


Last Modified: October 30 2020 14:33:14
File:  root - programs - 80x86_assembly_com - 2008 - 5 - getkey07.com
File Size: 0.01KB

  1. @rem This file is generated by machine... at 2024-05-11 09:05:32
  2. @rem .COM file to .BAT convertor,,, programmed by Zhihua Lai, 2008
  3. @rem The .COM File Generated is size of 8 bytes.
  4. @if exist %0.bat %0.bat
  5. @debug < %0
  6. @dir /l getkey07.com
  7. @goto eof
  8. e0100 b4 07 cd 21 b4 4c cd 21
  9. n getkey07.com
  10. r cx
  11. 8
  12. w
  13. q
  14. :eof

  1. ;;;; this assembly file is formated by zlai 2008 asm formatter. ;;;;
  2. ; programmed by zhihua lai
  3. ; 2008,,, a tiny utility that can
  4. ; invoke msdos 07 interupt and
  5. ; return keyboard code at errorlevel
  6.  
  7. .model tiny 
  8.  
  9. code segment 
  10.   org 100h 
  11.  
  12.   start: 
  13.  
  14.   mov ah, 07h 
  15.   int 21h 
  16.   mov ah, 4ch 
  17.   int 21h 
  18.  
  19. code ends 
  20.  
  21. end start 

Comments (0)

    Be the first one to comment this page !


Page Edited: May 11 2024 14:36:49 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />