Hello Free Pascal
I've been programming in Object Pascal for over 15 years, and over the
past few years have started picking up Intel x86 assembly language. I am
very interested in learning more about the development of Free Pascal and
possibly contributing some optimisations or additional feat
Maybe in D7 this works and in Delphi XE7 you also can get away with it when
passing it directly to Writeln but this will throw a nice AV and the end:
program Project1;
const
Str = 'TEST';
var
Data: array of Char;
s: string;
begin
SetLength(Data, Length(Str));
Move(Str[1], Data[0], Lengt
Hello Steve,
After much testing on ARM (RPi2), included a test-program that works on
both i386 and ARM, with your RTTI patches.
As you can see, a lot of alignment issues. But its working 100% !!!
(My) Conclusion:
New RTTI info also available now on ARM. And working. Thanks !!
Some alignment