Skip to navigation


Drawing the track: vergeEdgeRight

Name: vergeEdgeRight [Show more] Type: Variable Category: Drawing the track Summary: Contain the four pixel bytes for the verge edge we are drawing, masked to only include the rightmost 4, 3, 2 and 1 pixels
Context: See this variable in context in the source code References: This variable is used as follows: * DrawSegmentEdge (Part 3 of 7) uses vergeEdgeRight * DrawVergeByteLeft uses vergeEdgeRight * DrawVergeByteRight uses vergeEdgeRight
.vergeEdgeRight EQUB 0 \ Includes all four pixels xxxx EQUB 0 \ Includes pixels 1, 2, 3 .xxx EQUB 0 \ Includes pixels 2, 3 ..xx EQUB 0 \ Includes pixel 3 ...x