Re: Access to fixed memory locations, head const, ...

2009-11-30 Thread Kuba Ober
I'm contemplating using D for an embedded project where system configuration registers have fixed memory locations. One way of doing it would be to have a constant pointer to a structure with manually aligned members that match the register map, and access them like that. This becomes

Re: Access to fixed memory locations, head const, ...

2009-11-28 Thread wakko
Hi, I'm contemplating using D for an embedded project where system configuration registers have fixed memory locations. One way of doing it would be to have a constant pointer to a structure with manually aligned members that match the register map, and access them like that. This becomes

Access to fixed memory locations, head const, ...

2009-11-27 Thread Kuba Ober
Hi, I'm contemplating using D for an embedded project where system configuration registers have fixed memory locations. One way of doing it would be to have a constant pointer to a structure with manually aligned members that match the register map, and access them like that. This becomes