cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CBL_NOT Details (↑ Logic Operator Routines)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Description:
 
     The routine starts at the left-hand end of target and inverts
     bits. The truth table for this is:
 
                before   after
                  0       1
                  1       0
 
     See also Introduction to logic routines
 
  Parameters on Entry:
 
     target                  The data to operate on.
 
  Parameters on Exit:
 
     target                  The data with the bits inverted.
 
     length                  The number of bytes of target to change.
                             Positions beyond this are unchanged.
                                    -♦-