Skip to content

Releases: rrthomas/bee

Release v1.0

06 Mar 19:05
Compare
Choose a tag to compare
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.