Re: Re[6]: [fpc-pascal] rotating bits

2006-05-24 Thread Tomas Hajny
On 25 May 06, at 0:10, ϸňđ Ęîńŕđĺâńęčé ń mail.ru wrote: > >> First parameter is in eax, second in edx (third one is ecx) > TH> Yes, of course, sorry for confusion... :-( Anyway, loading of the first > TH> parameter can be still skipped (and the stack frame is probably not useful > TH> in this cas

Re[6]: [fpc-pascal] rotating bits

2006-05-24 Thread ϸ�� ����������� � mail.ru
>> First parameter is in eax, second in edx (third one is ecx) TH> Yes, of course, sorry for confusion... :-( Anyway, loading of the first TH> parameter can be still skipped (and the stack frame is probably not useful TH> in this case either). So you'd get: TH> function brol(b: byte; c: byte): byte