RFC: Pay-as-you-go, Portable D Runtime for Microcontrollers (and maybe more)

Johannes Pfau via Digitalmars-d digitalmars-d at puremagic.com
Wed May 6 00:18:37 PDT 2015


Am Wed, 06 May 2015 04:47:53 +0000
schrieb "Suliman" <evermind at live.ru>:

> Maybe it's stupid question, but is there any chance to get D on 
> AVR(8/16 bit)?

Yes! I've written small D test programs for AVR.

The only problem could be far pointers. However, far pointers are
very rare in AVR code and it's hard to find documentation. It seems
there's no compiler support for far pointers and everything is
implemented in the library[1]. In that case there's no issue for D.

[1] http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html


More information about the Digitalmars-d mailing list