On 2019-02-15 04:21PM, J. David Boyd wrote: > >Any idea how to implement the word NOT in gforth to create a 1s complement? >I can find an assembler definition in SwiftForth, but no other luck anywhere.
The standard Forth word is called INVERT. --Josh