Skip to navigation

Elite on the BBC Micro and NES

Workspaces: TINA

[6502 Second Processor version, I/O processor]

Name: TINA [Show more] Type: Workspace Address: &0B00-&0BFF Category: Workspaces Summary: The code block for the TINA hook Deep dive: The TINA hook
Context: See this workspace in context in the source code References: This workspace is used as follows: * STARTUP uses TINA * STARTUP calls via TINA+4

To use the TINA hook, this workspace should start with "TINA" and then be followed by code that executes on the I/O processor before the main game code terminates.
Other entry points: TINA+4 The code to run if the TINA hook is enabled
ORG &0B00 .TINA SKIP 4