Skip to navigation

Elite on the BBC Micro and NES

Version analysis of T%

This code appears in the following versions (click to see it in the source code):

Code variations between these versions are shown below.

Name: T% Type: Workspace

Code variation 1 of 2A variation in the comments only

Tap on a block to expand it, and tap it again to revert.

Address: &0300 to &035F
Address: &0300 to &036C
Category: Workspaces Summary: Current commander data and stardust data blocks
Contains the current commander data (NT% bytes at location TP), and the stardust data blocks (NOST bytes at location SX)
ORG &0300 .T% SKIP 0 \ The start of the T% workspace .TP .QQ0 .QQ1 .QQ21 .CASH .QQ14 .COK .GCNT .LASER SKIP 2 \ These bytes appear to be unused (they were originally \ used for up/down lasers, but they were dropped) .CRGO .QQ20 .ECM .BST .BOMB .ENGY .DKCMP .GHYP .ESCP SKIP 4 \ These bytes appear to be unused .NOMSL .FIST .AVL .QQ26 .TALLY .SVC .SX .SXL

Code variation 2 of 2Specific to an individual platform

This variation is blank in the Cassette version.

.SY
 PRINT "T% workspace from  ", ~T%, " to ", ~P%