Skip to navigation

Revs on the BBC Micro

Dashboard: startMirror

Name: startMirror [Show more] Type: Variable Category: Dashboard Summary: The offset from mirrorAddress for the start of each mirror segment
Context: See this variable in context in the source code References: This variable is used as follows: * DrawCarInMirror uses startMirror
.startMirror EQUB &AA \ Mirror segment 0 (left mirror, outer segment) EQUB &AC \ Mirror segment 1 (left mirror, middle segment) EQUB &B0 \ Mirror segment 2 (left mirror, inner segment) EQUB &B0 \ Mirror segment 3 (right mirror, inner segment) EQUB &AC \ Mirror segment 4 (right mirror, middle segment) EQUB &AA \ Mirror segment 5 (right mirror, outer segment)