Skip to navigation

Elite on the BBC Micro

Workspaces: ZP [6502SP version, Loader 1]

Name: ZP [Show more] Type: Workspace Address: &0090 to &0095 Category: Workspaces Summary: Important variables used by the loader
Context: See this workspace in context in the source code Variations: See code variations for this workspace in the different versions References: This workspace is used as follows: * Elite loader calls ZP * PIX calls ZP * PLL1 calls ZP * ROOT calls ZP
ORG &0090 .ZP SKIP 2 \ Stores addresses used for moving content around .P SKIP 1 \ Temporary storage, used in a number of places .Q SKIP 1 \ Temporary storage, used in a number of places .YY SKIP 1 \ Temporary storage, used in a number of places .T SKIP 1 \ Temporary storage, used in a number of places