.uind13 \ If we get here then X > 4 CPX #6 \ If X < 6 (i.e. X = 5), jump down to uind14 to update BCC uind14 \ indicator 5 BEQ uind19 \ If X = 6, jump down to uind19 to update indicator 6 JMP uind23 \ X > 6, so jump down to uind23 to check for more values \ of XName: UpdateIndicator (Part 8 of 15) [Show more] Type: Subroutine Category: Dashboard Summary: Logic for checking which indicator to updateContext: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
[X]
Label uind14 in subroutine UpdateIndicator (Part 9 of 15)
[X]
Label uind19 in subroutine UpdateIndicator (Part 10 of 15)
[X]
Label uind23 in subroutine UpdateIndicator (Part 12 of 15)