Skip to navigation

Revs on the BBC Micro

Dashboard: endMirror

Name: endMirror [Show more] Type: Variable Category: Dashboard Summary: The offset from mirrorAddress for the end of each mirror segment
Context: See this variable in context in the source code References: This variable is used as follows: * DrawCarInMirror uses endMirror
.endMirror EQUB &C2 \ Mirror segment 0 (left mirror, outer segment) EQUB &C0 \ Mirror segment 1 (left mirror, middle segment) EQUB &BC \ Mirror segment 2 (left mirror, inner segment) EQUB &BC \ Mirror segment 3 (right mirror, inner segment) EQUB &C0 \ Mirror segment 4 (right mirror, middle segment) EQUB &C2 \ Mirror segment 5 (right mirror, outer segment) EQUB &81, &81 \ These bytes appear to be unused EQUB &81