dsforth: moved some math routines to separate include; cosmetix in mul and div; added...
commit0a4ea168bad9a33aab56fdadcb4e818facd1ff0c
authorketmar <ketmar@ketmar.no-ip.org>
Thu, 23 Jul 2020 01:21:52 +0000 (23 01:21 +0000)
committerketmar <ketmar@ketmar.no-ip.org>
Thu, 23 Jul 2020 01:21:52 +0000 (23 01:21 +0000)
treef771a06d9b0b6bebfe4c2a4e2188698779654254
parentd1330db0644704693d3912223cd0a8bb801380d1
dsforth: moved some math routines to separate include; cosmetix in mul and div; added slow, but small mul and div versions

FossilOrigin-Name: 872dbb0271dddfb68d4cc982735720aedb9ae58265db651c5a2651a01ba4f09d
dsforth/fastmuldiv.zas [deleted file]
dsforth/fastmuldiv_small.zas [deleted file]
dsforth/main_dsforth.zas
dsforth/miscmath.zas [new file with mode: 0644]
dsforth/muldiv_fast.zas [new file with mode: 0644]
dsforth/muldiv_slow.zas [new file with mode: 0644]