On Saturday, 21 September 2013 at 20:00:27 UTC, Dmitry Olshansky
wrote:
*Just a bump for the OP to see it.*
21-Sep-2013 13:34, Marcelo пишет:
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 _
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
On 21 September 2013 10:34, 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.
>
On 21 September 2013 19:34, 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.
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) voi