Releases: rrthomas/bee
Releases · rrthomas/bee
Release v1.0
traps.c: make double word values take two words on 64-bit This fixes pForth bugs, where pForth expects doubles. Since the values in question are always unsigned, do this by simply adding a 0 upper word on push, and discarding the most significant word on pop.