Difference between revisions of "83Plus:BCALLs:4015"

From WikiTI
Jump to: navigation, search
(Outputs)
(Synopsis)
Line 5: Line 5:
 
'''BCALL Address:''' 4015
 
'''BCALL Address:''' 4015
  
This routine scans the keyboard for any key presses and updates the memory location kbdscancode.
+
This routine scans the keyboard for any key presses and updates the memory location [[83Plus:RAM:843F|kbdScanCode]].
  
 
=== Inputs ===
 
=== Inputs ===

Revision as of 21:41, 7 April 2005

Synopsis

Official Name: KbdScan

BCALL Address: 4015

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

Inputs

  • none

Outputs

Registers Destroyed

  •  ??

Comments

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