Skip to navigation

Elite on the BBC Micro

Text: CONT

[6502 Second Processor version]

Name: CONT [Show more] Type: Macro Category: Text Summary: Macro definition for control codes in the recursive token table Deep dive: Printing text tokens
Context: See this macro in context in the source code References: No direct references to this macro in this source file

The following macro is used when building the recursive token table: CONT n Insert control code token {n} See the deep dive on "Printing text tokens" for details on how characters are stored in the recursive token table. Arguments: n The control code to insert into the table
MACRO CONT n EQUB n EOR 35 ENDMACRO