R01
LBL
fl
fl02
SF
2
A03
GTO
Q
Bytes
and
Checksum:
LOl
LBL
L
L02
CF
2
Bytes
and
Checksum:
Q91
LBL
Q
Q02
INPUT
I
Q03
12
Q04
FS?
2
Q05
x*
Q06
*
Q07
STO
F
Q08
R*
Q09
INPUT
F
QIO
0.3O48
Qll
FS?
2
Q12
*2
Q13
x
Q14
STO
M
Q15
R+
Q16
INPUT
M
Q17
0.0254
Q18
FS?
2
Q19
x*
Q20
*
Q21
STO
I
Q22
R+
Q23
GTO
Q
Bytes
and
Checksum:
Starts
the
area-conversion
routine.
Sets flag 2 to indicate area conversion
(squared
length).
Branches
to
the
conversion
routine.
004.5,
2A52
Starts the length-conversion routine.
Clears the area-conversion
flag.
003.0,
2C3C
Starts the combined length- arid area-con
version
routine.
Displays inches or square inches, or accepts
input.
Enters
conversion
factor
for
inches
to
feet.
Tests
whether
this
is
an
area
conversion.
If yes, squares the conversion factor.
Calculates
result.
Stores feet or square feet.
Drops stack so
that
only one level is used.
Displays feet or square feet, or accepts
input.
Enters
conversion
factor
for
feet
to
meters.
Tests
whether
this
is
an
area
conversion.
If yes, squares the conversion factor.
Calculates
the
result.
Stores meters or square meters.
Drops stack so that only one level is used.
Displays meters or square meters, or accepts
input.
Enters
conversion
factor
for
meters
to
inches.
Tests
whether
this
is
an
area
conversion.
If yes, squares the conversion factor.
Calculates
the
result.
Stores inches or square inches.
Drops stack so
that
only one level is used.
Loops back for more conversions.
050.5,
2A15
232
14:
Miscellaneous
Programs