Re: NOT
Josh Grams <[email protected]>
| Newsgroups | gmane.comp.lang.forth.gforth |
|---|---|
| Message-ID | <20190215222752.GA11200@localdomain> |
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