Search found 1 match

by giszo
Tue Sep 29, 2015 6:51 am
Forum: Programming
Topic: instruction logic reference?
Replies: 19
Views: 12538

Re: instruction logic reference?

I was reading the instruction reference of ASL while I noticed that the example is incorrect.

The pseudocode of the logic is saying that the highest bit is shifted into the Carry flag (P.C = B.7), but the below example is setting Carry to zero, while the highest bit before the shift operation was ...