.uind7 \ If we get here then X > 2 CPX #4 \ If X < 4 (i.e. X = 3), jump up to uind6 to update BCC uind6 \ indicator 3 BEQ uind8 \ If X = 4, jump down to uind8 to update indicator 4 JMP uind13 \ X > 4, so jump down to uind13 to check for more values \ of XName: UpdateIndicator (Part 6 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 uind13 in subroutine UpdateIndicator (Part 8 of 15)
[X]
Label uind6 in subroutine UpdateIndicator (Part 5 of 15)
[X]
Label uind8 in subroutine UpdateIndicator (Part 7 of 15)