Das hier:
Delphi-Quellcode:
push ebx
mov ebx, edx
// Result := 'Test';
mov eax, ebx
mov edx, $004D6A10
call UStrAsg
// end;
pop ebx
ret
allerdings ist da halt wirklich nicht viel Platz...
Das sind also 3 Bytes bevor der "Result := 'Test'"-Teil kommt... etwas wenig..
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."