log src/fps.s @ 110:00c8df0b61f5

age author description
Mon, 25 Dec 2023 22:37:55 -0700 William Astle Fix some logic errors in floating point multiplication
Sun, 24 Dec 2023 23:08:20 -0700 William Astle Fix exponent calculation in floating point multplication
Mon, 30 Oct 2023 22:26:44 -0600 William Astle Use correct decimal exponent instead of binary for int to float conversion
Mon, 30 Oct 2023 22:26:25 -0600 William Astle Set value type in correct location for int to float conversion
Mon, 30 Oct 2023 22:25:47 -0600 William Astle Make integer to floating point conversion use extra bits in fp accumulator
Mon, 30 Oct 2023 22:25:04 -0600 William Astle Make normalization use the extra precision in the fp accumulator
Mon, 30 Oct 2023 20:48:29 -0600 William Astle Fix logic errors in floating point addition routine
Mon, 23 Oct 2023 22:46:55 -0600 William Astle Make value accumulator descriptions consistent and make usage consistent
Mon, 23 Oct 2023 20:23:28 -0600 William Astle Fix error in float to int and clean up some code
Sun, 22 Oct 2023 23:54:24 -0600 William Astle Add integer <-> float conversion routines and combine some code for parsing
Sun, 22 Oct 2023 21:05:37 -0600 William Astle Tweak exponent calculation in fp to ascii conversion
Tue, 17 Oct 2023 17:12:36 -0600 William Astle Correctly calculate existing significand digits for fp to ascii conversion
Tue, 17 Oct 2023 17:03:37 -0600 William Astle Make floating point E notation convert to ASCII correctly
Mon, 16 Oct 2023 23:42:51 -0600 William Astle Fix various issues with floating point number display
Sun, 15 Oct 2023 22:15:36 -0600 William Astle Implmement BCD floating point and update number parsing and printing
Sat, 07 Oct 2023 15:17:44 -0600 William Astle Add utility multiply and divide by 10 routines
Sat, 07 Oct 2023 13:39:25 -0600 William Astle Fix logic in int32_mul and overflow integer multiply to floating point
Sat, 07 Oct 2023 02:56:59 -0600 William Astle Checkpoint with very basic integer and floating point arithmetic, untested