1 /******************************************************************************
5 | __AROS_LH2(ULONG, SetSR,
8 | __AROS_LA(ULONG, newSR, D0),
9 | __AROS_LA(ULONG, mask, D1),
12 | struct ExecBase *, SysBase, 24, Exec)
15 | Read/Modify the CPU status register in an easy way. Only the bits set in
16 | the mask parameter will be changed.
19 | newSR - New contents of sr.
20 | mask - Bits to change.
37 ******************************************************************************/
42 .type Exec_SetSR
,@function