Skip to navigation


Dashboard: UpdateIndicator (Part 8 of 15)

Name: UpdateIndicator (Part 8 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
.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 X