You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David M. Bryson edited this page Jan 17, 2014
·
1 revision
<title>Other Notation : Complement-Label</title>
Complement-Label
The complement of a label is found by taking each
no-operation instruction that makes up that label,
and shifting it to the next in alphabetical order, looping around at the end.
Thus, in the default instruction set, nop-A -> nop-B -> nop-C -> nop-A. The label
"nop-B nop-A nop-C nop-C" has the complement "nop-C nop-B nop-A nop-A".