D in AVR backend

eles eles at eles.com
Sat Sep 21 12:42:51 PDT 2013


On Saturday, 21 September 2013 at 09:34:26 UTC, Marcelo wrote:
> Hello I've just successfully lit a LED with a atmega88 using 
> GDC.
> (AVR is a 8bit micro controller with 16bits pointers)
>
> I had to change GDC to accept a zero critsize and implemented
> these stubs for volatile operations on the memmory mapped IO.
>
> extern (C) void _d_criticalenter() {}
> extern (C) void _d_criticalexit() {}

Hey, me too I need that! Mind to share?


More information about the D.gnu mailing list