Prev: BDC2 Up: Map Next: BDDD
BDCD: print XA as unsigned integer
Used by the routines at A69C and E422.
BDCD 85 62 STA $62 save high byte as FAC1 mantissa1
BDCF 86 63 STX $63 save low byte as FAC1 mantissa2
BDD1 A2 90 LDX #$90 set exponent to 16d bits
BDD3 38 SEC set integer is +ve flag
BDD4 20 49 BC JSR $BC49 set exponent = X, clear mantissa 4 and 3 and normalise FAC1
BDD7 20 DF BD JSR $BDDF convert FAC1 to string
This entry point is used by the routine at BDC2.
BDDA 4C 1E AB JMP $AB1E print null terminated string
Prev: BDC2 Up: Map Next: BDDD