This code appears in the following versions (click to see it in the source code):
Code variations between these versions are shown below.
Name: CTRL Type: Subroutine Category: Keyboard Summary: Scan the keyboard to see if CTRL is currently pressed
Returns: X X = %10000001 (i.e. 129 or -127) if CTRL is being pressed X = 1 if CTRL is not being pressed A Contains the same as X