Tue, 26 Dec 2023 23:37:45 -0700 |
William Astle |
Actually implement the 32 bit integer division algorithm correctly
|
Tue, 26 Dec 2023 21:50:09 -0700 |
William Astle |
Fix division by zero detection to actually work for integer division
|
Tue, 26 Dec 2023 21:44:10 -0700 |
William Astle |
Remove unneeded integer divide by 10 routine
|
Sun, 03 Dec 2023 14:57:19 -0700 |
William Astle |
Properly initialize result for integer multiplication
|
Sun, 22 Oct 2023 21:15:14 -0600 |
William Astle |
Fix initialization error in integer to ascii conversion
|
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 12:59:43 -0600 |
William Astle |
Fix comments on 32 bit division routine
|
Sat, 07 Oct 2023 02:56:59 -0600 |
William Astle |
Checkpoint with very basic integer and floating point arithmetic, untested
|