Re: [fpc-devel] Record representation clauses

2023-11-13 Thread Wayne Sherman via fpc-devel
On Sun, Nov 12, 2023 at 9:14 PM dave--- wrote: > I am currently working on defining records to describe memory-mapped > registers on the Raspberry Pi's arm/aarch64 processor. It is painful and > brittle to do this in Pascal. Recent versions of Ada/GNAT allow one to > define both field locat

[fpc-devel] Record representation clauses

2023-11-12 Thread dave--- via fpc-devel
Hello, I am currently working on defining records to describe memory-mapped registers on the Raspberry Pi's arm/aarch64 processor. It is painful and brittle to do this in Pascal. Recent versions of Ada/GNAT allow one to define both field location and byte-order in a record representation cl