|
From: Grissiom <cha...@gm...> - 2010-02-01 11:10:36
|
On Mon, Feb 1, 2010 at 6:29 PM, Maarten Brock <sou...@ds...>wrote: > Hi, > > I wanted to reply: > > __sbit __at (&PSW + 7) CY; > > But that also doesn't seem to work. So the only option is to do the math > yourself. > > What a pity... But what about the # define SBIT(name, addr, bit) __sbit __at(addr+bit) name code in compiler.h? -- Cheers, Grissiom |