[comp.sys.amiga] GetCC

dillon@CORY.BERKELEY.EDU (Matt Dillon) (12/13/87)

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

	68000:		MOVE SR,<ea>		ok to execute in user mode

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

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

	Thus, GetCC() was born.

						-Matt