Re: [fpc-devel] asm offset question

2008-11-08 Thread ABorka
Thanks. It seems that mov al, dl as well as xor al, dl gives error too. I created a bug report http://bugs.freepascal.org/view.php?id=12595 Daniël Mantione wrote: Op Sat, 8 Nov 2008, schreef ABorka: Hi, I'm converting a Delphi program to FPC/lazarus and I did hit a snag with an asm

Re: [fpc-devel] asm offset question

2008-11-08 Thread Daniël Mantione
Op Sat, 8 Nov 2008, schreef ABorka: Hi, I'm converting a Delphi program to FPC/lazarus and I did hit a snag with an asm code part (win32, latest fpc and lazarus svn trunk is used). I know it is probably simple to fix, but I cannot seem to be able to figure it out: function something(s :St

[fpc-devel] asm offset question

2008-11-08 Thread ABorka
Hi, I'm converting a Delphi program to FPC/lazarus and I did hit a snag with an asm code part (win32, latest fpc and lazarus svn trunk is used). I know it is probably simple to fix, but I cannot seem to be able to figure it out: function something(s :String; i: Integer):String; var tmp:Array[