Skip to navigation

Workspaces: S%

[BBC Micro disc version, Flight]

Name: S% [Show more] Type: Workspace Address: &11E3 to &11F0 Category: Workspaces Summary: Entry points and vector addresses in the main flight code Deep dive: Swapping between the docked and flight code
Context: See this workspace in context in the source code References: No direct references to this workspace in this source file
.S% JMP DEEOR \ Decrypt the main flight code and join the main loop JMP DEEOR \ Decrypt the main flight code and start a new game JMP TT26 \ WRCHV is set to point here by elite-loader.asm, so \ TT26 is set as the character write routine EQUW IRQ1 \ IRQ1V is set to the address in these two bytes by \ elite-loader3.asm, so IRQ1V points to IRQ1 JMP BRBR1 \ BRKV is set to point here by elite-loader3.asm, so \ BRBR1 is set as the break handler PRINT "S% workspace (flight) from ", ~S%, "to ", ~P%-1, "inclusive"