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 8 \ Sign 0 = ( 4 << 6, 8 << 4, 0 << 6) + section 0 EQUB 8 \ Sign 1 = ( -3 << 6, 8 << 4, 68 << 6) + section 2 EQUB 8 \ Sign 2 = ( -4 << 6, 8 << 4, -23 << 6) + section 3 EQUB 8 \ Sign 3 = ( 61 << 6, 8 << 4, 2 << 6) + section 5 EQUB 8 \ Sign 4 = ( 1 << 6, 8 << 4, 27 << 6) + section 7 EQUB 8 \ Sign 5 = ( -5 << 6, 8 << 4, 18 << 6) + section 9 EQUB 8 \ Sign 6 = ( 0 << 6, 8 << 4, 26 << 6) + section 12 EQUB 8 \ Sign 7 = ( -7 << 6, 8 << 4, 27 << 6) + section 14 EQUB 48 \ Sign 8 = ( 1 << 6, 48 << 4, -77 << 6) + section 14 EQUB 8 \ Sign 9 = (-15 << 6, 8 << 4, 5 << 6) + section 14 EQUB 8 \ Sign 10 = (-21 << 6, 8 << 4, -34 << 6) + section 18 EQUB -8 \ Sign 11 = (-29 << 6, -8 << 4, 9 << 6) + section 19 EQUB 18 \ Sign 12 = ( 32 << 6, 18 << 4, -13 << 6) + section 20 EQUB 28 \ Sign 13 = ( 10 << 6, 28 << 4, 16 << 6) + section 21 EQUB 32 \ Sign 14 = ( 7 << 6, 32 << 4, 50 << 6) + section 22 EQUB 8 \ Sign 15 = ( 3 << 6, 8 << 4, -5 << 6) + section 23