A92: learning assembly - real simple question


[Prev][Next][Index][Thread]

A92: learning assembly - real simple question




l found this in the newbies.txt and does it have an error?  it demonstrates
the AND function:

    76543210 ---------> bit number
    01010101
AND 01111000
-------------
    01111000

shouldn't the result be 01010000 ?