Skip to navigation

Dashboard: UpdateIndicator (Part 6 of 15)

Name: UpdateIndicator (Part 6 of 15) [Show more] Type: Subroutine Category: Dashboard Summary: Logic for checking which indicator to update
Context: See this subroutine in context in the source code References: No direct references to this subroutine in this source file
.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 X