thank, you mean in the FF5.0 zip file?
Mikael, Do you have a code example for cmove> the conterpart of cmove. Thanks for your help. Jan
I have seen a lot of forth dialects that using the words 2>r 2r@ and 2r>. Is it posible to implement them also in flashforth?
I want to try to program the floatingpoints fix s16.16 first. For that, I need the following sign operators: q*, q/, q-, q+, and qnegate. Do you perhaps have the code for that?
that in mind, John could make a version for the scamp3 without any problems?
after asking John to implement floatingpoint on the scamp , the answer was it is not posible by a bug in the Microchip assembler. So I tought fixedpoint math is an alternitive!
Mikael, Do you have ever consider to implement Fixed Point (s31.32) in FF as an alternative for real floating point. I understand that regular floating point on a scamp3 not is posible (software bug). With kindley regards Jan
Mikael, Please can you help me with a definition for q* ( q q - q ). I'm working on a conversion from string to a quad number. ( addr n -- q ) A word q10x ( q -- q*10) is also a posibility to do the conversion. ( I think the is a beter solution) Thanks for any help. With kindley regards Jan