Skip to navigation

Revs on the BBC Micro

Extra tracks: xTrackSignVector

Name: xTrackSignVector [Show more] Type: Variable Category: Extra tracks Summary: The x-coordinate of the track sign vector for each sign, to be scaled and added to the inner track section vector for the sign
Context: See this variable in context in the source code References: This variable is used as follows: * newContentHi uses xTrackSignVector * newContentLo uses xTrackSignVector
.xTrackSignVector EQUB 4 \ Sign 0 = ( 4 << 6, -26 << 4, 79 << 6) + section 0 EQUB -15 \ Sign 1 = (-15 << 6, 9 << 4, -74 << 6) + section 2 EQUB -12 \ Sign 2 = (-12 << 6, 8 << 4, 14 << 6) + section 3 EQUB -2 \ Sign 3 = ( -2 << 6, 86 << 4, 57 << 6) + section 5 EQUB 5 \ Sign 4 = ( 5 << 6, 52 << 4, 33 << 6) + section 7 EQUB -17 \ Sign 5 = (-17 << 6, 29 << 4, 49 << 6) + section 9 EQUB 33 \ Sign 6 = ( 33 << 6, -20 << 4, 42 << 6) + section 12 EQUB -2 \ Sign 7 = ( -2 << 6, -52 << 4, 41 << 6) + section 14 EQUB -10 \ Sign 8 = (-10 << 6, -24 << 4, 29 << 6) + section 14 EQUB 5 \ Sign 9 = ( 5 << 6, 8 << 4, -4 << 6) + section 14 EQUB 66 \ Sign 10 = ( 66 << 6, -62 << 4, 41 << 6) + section 18 EQUB 7 \ Sign 11 = ( 7 << 6, 13 << 4, -10 << 6) + section 19 EQUB 2 \ Sign 12 = ( 2 << 6, 8 << 4, -4 << 6) + section 20 EQUB 1 \ Sign 13 = ( 1 << 6, 11 << 4, -42 << 6) + section 21 EQUB -5 \ Sign 14 = ( -5 << 6, 34 << 4, -75 << 6) + section 22 EQUB 5 \ Sign 15 = ( 5 << 6, 8 << 4, -2 << 6) + section 23