A92: Re: learning assembly - real simple question


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

A92: Re: 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 ?


Of course, it should!

hugo