Prev: B79E Up: Map Next: B7AD
B7A1: evaluate byte expression, result in X
Used by the routine at B6EC.
B7A1 20 B8 B1 JSR $B1B8 evaluate integer expression, sign check
B7A4 A6 64 LDX $64 get FAC1 mantissa 3
B7A6 D0 F0 BNE $B798 if not null do illegal quantity error then warm start
B7A8 A6 65 LDX $65 get FAC1 mantissa 4
B7AA 4C 79 00 JMP $0079 scan memory and return
Prev: B79E Up: Map Next: B7AD