Skip to navigation

Elite on the BBC Micro and NES

Keyboard: func_tab

[Elite-A, Encyclopedia]

Name: func_tab [Show more] Type: Variable Category: Keyboard Summary: Lookup table for internal numbers of red function keys
Context: See this variable in context in the source code References: This variable is used as follows: * buy_invnt uses func_tab
\ --- Mod: Code added for Elite-A: --------------------> .func_tab EQUB f0, f1, f2, f3, f4, f5, f6, f7, f8, f9 \ --- End of added code ------------------------------->