Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ucbvax!CORY.BERKELEY.EDU!dillon
From: dillon@CORY.BERKELEY.EDU (Matt Dillon)
Newsgroups: comp.sys.amiga
Subject: GetCC()
Message-ID: <8712130941.AA04764@cory.Berkeley.EDU>
Date: 13 Dec 87 09:41:44 GMT
Sender: daemon@ucbvax.BERKELEY.EDU
Lines: 15


	Opps... I made a slight mistake in my previous posting awhile back.
This is the situation:

	68000:		MOVE SR,		ok to execute in user mode

	68010:		MOVE SR,		supervisor mode only
			MOVE CCR,		ok to execute in user mode

	SR:  Status Register
	CCR: Condition code Register (a subset of the SR)

	Thus, GetCC() was born.

						-Matt