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?