Skip to navigation

Revs on the BBC Micro

Extra tracks: yTrackSignVector

Name: yTrackSignVector [Show more] Type: Variable Category: Extra tracks Summary: The y-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 yTrackSignVector * newContentLo uses yTrackSignVector
.yTrackSignVector EQUB -26 \ Sign 0 = ( 3 << 6, -26 << 4, 49 << 6) + section 0 EQUB 8 \ Sign 1 = ( -7 << 6, 8 << 4, 26 << 6) + section 2 EQUB 6 \ Sign 2 = ( 20 << 6, 6 << 4, 6 << 6) + section 3 EQUB 7 \ Sign 3 = ( 4 << 6, 7 << 4, 7 << 6) + section 5 EQUB 7 \ Sign 4 = ( 4 << 6, 7 << 4, 0 << 6) + section 7 EQUB 24 \ Sign 5 = (-11 << 6, 24 << 4, 34 << 6) + section 9 EQUB 8 \ Sign 6 = ( 22 << 6, 8 << 4, -76 << 6) + section 12 EQUB 1 \ Sign 7 = ( -6 << 6, 1 << 4, 13 << 6) + section 14 EQUB 24 \ Sign 8 = ( 44 << 6, 24 << 4, -75 << 6) + section 14 EQUB -14 \ Sign 9 = (-34 << 6, -14 << 4, 76 << 6) + section 14 EQUB -12 \ Sign 10 = ( -4 << 6, -12 << 4, -25 << 6) + section 18 EQUB 36 \ Sign 11 = ( -9 << 6, 36 << 4, -15 << 6) + section 19 EQUB 22 \ Sign 12 = ( 2 << 6, 22 << 4, 61 << 6) + section 20 EQUB 9 \ Sign 13 = (-21 << 6, 9 << 4, -25 << 6) + section 21 EQUB 4 \ Sign 14 = ( 76 << 6, 4 << 4, -2 << 6) + section 22 EQUB -8 \ Sign 15 = (-16 << 6, -8 << 4, -23 << 6) + section 23