Difference between revisions of "83:ROMCalls:4010"

From WikiTI
Jump to: navigation, search
m
m (83Plus to 83)
Line 6: Line 6:
 
'''Call Address:''' 4010
 
'''Call Address:''' 4010
  
This routine scans the keyboard for any key presses and updates the memory location [[83Plus:RAM:843F|kbdScanCode]].
+
This routine scans the keyboard for any key presses and updates the memory location [[83:RAM:0000|kbdScanCode]].
  
 
=== Inputs ===
 
=== Inputs ===
Line 12: Line 12:
  
 
=== Outputs ===
 
=== Outputs ===
* ([[83:RAM:8000|kbdScanCode]]) = scan code of key press
+
* ([[83:RAM:0000|kbdScanCode]]) = scan code of key press
  
 
=== Registers Destroyed ===
 
=== Registers Destroyed ===

Revision as of 13:17, 17 April 2008

This article is missing some information (namely Destroys). You can help WikiTI by filling in the missing information.


Synopsis

Official Name: KbdScan

Call Address: 4010

This routine scans the keyboard for any key presses and updates the memory location kbdScanCode.

Inputs

  • none

Outputs

Registers Destroyed

  •  ??

Comments

Normally this routine is called by the interrupt handler. If interrupts are not enabled, this can be used prior to the Getcsc romcall to achieve the same results.