Uses of logic functions?

  • mniip
    14th Apr 2012 Developer 0 Permalink
    And so? My method can be aligned to any number of bits
  • Minishooz
    14th Apr 2012 Member 0 Permalink
    @mniip (View Post)
    What I mean is that in our computer, we use 2 numbers (from reg A and B). If the function is NOT, then just A. Then it puts the result in C. Only NOT has one number.
  • mniip
    14th Apr 2012 Developer 0 Permalink
    Ok, b=16, c=a xor b, a=c
  • Minishooz
    14th Apr 2012 Member 0 Permalink
    @mniip (View Post)
    You don't get it, C is the result register, A and B are the registers used for logical operations. How can a=the awnser when there is none yet?
  • mniip
    14th Apr 2012 Developer 0 Permalink
    You dont get it, its not equality, its assignment