Path: utzoo!attcan!utgpu!watmath!uunet!cbmvax!ford From: ford@cbmvax.UUCP (Michael "Ford" Ditto) Newsgroups: unix-pc.general Subject: Re: 3B1 assember for 'MOVE {to|from} CCR' instruction? Summary: mov.w %cc, Message-ID: <8505@cbmvax.UUCP> Date: 10 Nov 89 13:16:26 GMT References: <1797@naucse.UUCP> Reply-To: ford@cbmvax.UUCP (Michael "Ford" Ditto) Organization: Commodore Technology, West Chester, PA Lines: 16 In article <1797@naucse.UUCP> sbw@naucse.UUCP (Steve Wampler) writes: >Can someone tell me the as code for moving t/from the condition >code registers? > movw cc,sp@- > movw sp@+,cc mov.w %cc,-(%sp) mov.w (%sp)+,%cc -- -=] Ford [=- "The number of Unix installations (In Real Life: Mike Ditto) has grown to 10, with more expected." ditto@amix.commodore.com - The Unix Programmer's Manual, ...!uunet!cbmvax!ditto 2nd Edition, June, 1972. ford@kenobi.commodore.com