Difference between revisions of "OSBYTE &DB"

From BeebWiki
Jump to: navigation, search
m (1 revision)
(Tidied up, added Electron.)
 
Line 1: Line 1:
 
[[Category:OSBYTE]]
 
[[Category:OSBYTE]]
OSBYTE &DB (219) - Read/Write ASCII code for TAB
+
{{PageTitle|OSBYTE &DB (219): Read/Write ASCII code for TAB}}
  
    If the value is between 128 and 255 then TAB will be interpreted according to  
+
This is the code that is inserted into the keyboard buffer when TAB is pressed.
    OSByte &DD-&E3
+
If the value is between 128 and 255 then TAB will be interpreted according to
 +
the character interpretation OSBYTEs [[OSBYTE &E1|&DD-&E3]].
 +
 
 +
==Electron==
 +
If zero, the internal sound system is used. If non-zero, all sound commands are
 +
passed to sideways ROMs.
 +
 
 +
The Electron keyboard has no TAB key, after-market extensions simulate pressing
 +
Ctrl-H.
  
 
==See Also==
 
==See Also==
Line 9: Line 17:
  
 
[[User:Jgharston|Jgharston]] 22:59, 26 May 2009 (UTC)
 
[[User:Jgharston|Jgharston]] 22:59, 26 May 2009 (UTC)
 +
[[User:Jgharston|Jgharston]] ([[User talk:Jgharston|talk]]) 21:06, 27 December 2022 (CET)

Latest revision as of 22:06, 27 December 2022

OSBYTE &DB (219): Read/Write ASCII code for TAB

This is the code that is inserted into the keyboard buffer when TAB is pressed. If the value is between 128 and 255 then TAB will be interpreted according to the character interpretation OSBYTEs &DD-&E3.

Electron

If zero, the internal sound system is used. If non-zero, all sound commands are passed to sideways ROMs.

The Electron keyboard has no TAB key, after-market extensions simulate pressing Ctrl-H.

See Also

Jgharston 22:59, 26 May 2009 (UTC) Jgharston (talk) 21:06, 27 December 2022 (CET)