theBF

Results 6 comments of theBF

Everything Paul said are lessons from an authority. I had to implement a four channel optical counter as an ISR on a Forth system that was running on a 68HC11....

I know this is an old post but I will add something in case it is of use to someone. Lowfatcomputing's struct/union example is so cool. Thanks This is not...

The obvious omission to BOOLEAN.FTH is: : BTOGGLE ( bit# addr[] -- ) BITFLD \ -- bit# addr SWAP BITMASK >R \ save mask DUP @ \ -- addr bits...

Nice and a different way to factor it with the BIT word. Looks very efficient. 2** is 2 to the exponent ** ? How is that implemented? It would seem...

TMS9900 cross-complied with a Dos Forth. :-) Purely for my own Amusement. Used Camel Forth hilevel code.

From the old-timer hobbyist.. This question is as old as Forth I think. It begs the question why would anyone use language(X) when it's not as fast as C? The...