.TT114 BMI TT115 ; If bit 7 of the current view is set (i.e. the view is ; the Short-range Chart, 128), skip to TT115 below to ; jump to TT23 to display the chart JMP TT22 ; Otherwise the current view is the Long-range Chart, so ; jump to TT22 to display it .TT115 JMP TT23 ; Jump to TT23 to display the Short-range ChartName: TT114 [Show more] Type: Subroutine Category: Charts Summary: Display either the Long-range or Short-range ChartContext: See this subroutine in context in the source code References: This subroutine is called as follows: * TT18 calls TT114
Display either the Long-range or Short-range Chart, depending on the current view setting. Called from TT18 once we know the current view is one of the charts.
Arguments: A The current view, loaded from QQ11
[X]
Label TT115 is local to this routine
[X]
Subroutine TT22 (category: Charts)
Show the Long-range Chart
[X]
Subroutine TT23 (category: Charts)
Show the Short-range Chart