Assembly Language Help (alang.hlp) (Table of Contents; 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.
NOT Instruction
 Summary Key Example                    Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
 1111011w    mod,010,r/m      disp (0, 1, or 2)
──────────────────┬─────────────────────────┬───────────────────────────────
 NOT  reg         │ not   ax                │ 88/86 3
                  │                         │   286 2
                  │                         │   386 2
                  │                         │   486 1
──────────────────┼─────────────────────────┼───────────────────────────────
 NOT  mem         │ not   masker            │ 88/86 16+EA (W88=24+EA)
                  │                         │   286 7
                  │                         │   386 6
                  │                         │   486 3
──────────────────┴─────────────────────────┴───────────────────────────────
                                    -♦-