Re: D in AVR backend

2013-10-01 Thread eles
On Saturday, 21 September 2013 at 20:00:27 UTC, Dmitry Olshansky wrote: *Just a bump for the OP to see it.*

Re: D in AVR backend

2013-09-21 Thread Dmitry Olshansky
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 _

Re: D in AVR backend

2013-09-21 Thread eles
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

Re: D in AVR backend

2013-09-21 Thread Iain Buclaw
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. >

Re: D in AVR backend

2013-09-21 Thread Manu
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.

D in AVR backend

2013-09-21 Thread 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 _d_criticalenter() {} extern (C) voi