Skip to navigation

Elite on the BBC Micro and NES

Loader: old_BYTEV

[Elite-A, Loader]

Name: old_BYTEV [Show more] Type: Subroutine Category: Loader Summary: Call the default OSBYTE handler
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * do_BYTEV calls old_BYTEV * Elite loader (Part 1 of 3) calls old_BYTEV
\ --- Mod: Code added for Elite-A: --------------------> .old_BYTEV JMP &100 \ This address is modified by the Master-specific code \ in part 1 of the loader (just after the cpmaster \ loop), so it calls the existing BYTEV handler and \ returns from the subroutine using a tail call \ --- End of added code ------------------------------->