2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 /*****************************************************************************
10 AROS_LH0(UWORD, GetCC,
13 struct ExecBase *, SysBase, 88, Exec)
16 Read the contents of the sr in a easy and compatible way.
21 The contents of sr as a UWORD.
24 This function will most likely be implemented by a few instructions
25 directly in the jumptable.
38 ******************************************************************************/
41 XDEF AROS_SLIB_ENTRY(GetCC,Exec) 68000 version
42 XDEF AROS_SLIB_ENTRY(GetCC_10,Exec) 68010+ version
49 .globl AROS_SLIB_ENTRY(GetCC,Exec)
50 .type AROS_SLIB_ENTRY(GetCC,Exec),@function
52 /* This function is implemented directly in the jumptable - but it
53 does no harm to see what it looks like.
55 AROS_SLIB_ENTRY
(GetCC
,Exec
):
62 .globl AROS_SLIB_ENTRY(GetCC_10,Exec)
63 .type AROS_SLIB_ENTRY(GetCC_10,Exec),@function
64 AROS_SLIB_ENTRY
(GetCC_10
,Exec
):