75 | Page
IF SIN (D-A) ≥ 0 , GTO “360”
in this line as with all
conditionals.
15; DSP “TRACK=“
result and pause (not
16;
INT (J) => J , J => HLT
calculation, only display
the integer and ignore
the fractional part. This
was done to simplify the
displayed answer as the
trailing decimal points
17;
“360”, 360 – J => J
used to correct the
direction of the initial
track and resulted from
the conditional test ≥
18;
DSP “TRACK=“
result and pause (not
19;
INT (J) => J , J => HLT
calculation, only display
the integer and ignore
the fractional part. This
was done to simplify the
displayed answer as the
trailing decimal points
20;
“B” , DSP “ INT. LATITUDE”
the rest of the code until
a HLT, END or another