Skip to navigation


Keyboard: U%

[Apple II version]

Name: U% [Show more] Type: Subroutine Category: Keyboard Summary: Clear the key logger
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file

This routine is not used in this version of Elite. It is left over from the BBC Micro version.
.U% ;LDA #0 ; These instructions are commented out in the original ; ; source ;LDY #$38 .DKL3 ;STA KLO,Y ; These instructions are commented out in the original ; ; source ;DEY ; ;BNE DKL3 ; ;STA KL RTS ; Return from the subroutine