| |
| | [No title] |
 | | 12.23, 123.4, 1223 Fixed bug in displaying the fraction part of fixed decimal point numbers. |
 | | If the scaling factor was a hundred and only one digit was requested it would at times format the incorrect number. |
 | | ; ax = 100, dx = 2, dx-ax = 12304 gives 123.04 ; ax = 100, dx = 1, dx-ax = 12304 should give 123.0 not 123.4 ;-------------------------------------------------------------------- call log_10 ; log of scaling constant, returns log in bh cmp bh, dl je fpc_29 ja fpc_2 ; not enough digits to display, i.e. |
| www.cs.dartmouth.edu /~spl/Academic/RealTimeSystems/Spring2002/Labs/TribometerCode/FORMAT.ASM (241 words) |
|