Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PC assembler fun.



On woensdag, september 25, 2002, at 06:26 , <email@hidden> wrote:

shr eax, 1
rcl edx, 1

[snip]

Carry = (eax & 1);
eax >>=1; // shr eax, 1
edx = (edx <<1) | Carry; // rcl edx, 1

Any ideas, is this right ???.

Looks fine to me.


Jonas
_______________________________________________
mac-games-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/mac-games-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >PC assembler fun. (From: <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.