AND/OR/XOR on non-16C calcs
|
03-17-2019, 09:16 AM
Post: #7
|
|||
|
|||
RE: AND/OR/XOR on non-16C calcs
(03-16-2019 10:27 PM)grsbanks Wrote: NOT(A AND B) = NOT(A) OR NOT(B) You may add an always-false test to get the usual "do if true" rule: FS? 01 FC? 02 FS? 54 DO IF BOTH SET Or, if you know that x cannot be negative at this point: FS? 01 FC? 02 X<0? DO IF BOTH SET Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)