oops...
no...
        rla     r15     ; move MSB to carry
        clr     r14     ; move zero to r14 (carry isn't clobbered)
        subc    #0, r14 ; subtract carry

~d

On Thursday 30 January 2003 12:30, Dmitry wrote:
> Wow!
> superb!!!
>
>       mov     #-1, r14
>       rla     r15
>       adc     r14
>
> Thanks!
> cheers,
> ~d
>
> On Thursday 30 January 2003 12:23, Matthias Weingart wrote:
> > On Thu, Jan 30, 2003 at 11:41:11AM +0300, Dmitry wrote:
> > > assume that some value is in r15.
> > > I need to extract a sign bit of r15 and extend it to whole word and
> > > save thes in r14.
> > >
> > > Can anyone invent a simpler solution?
> >
> > I am not familiar with MSP ASM, but maybe you can
> >
> > mov     #-1, r14
> > move msb of r15 to carry flag
> > add carry to r14
> >
> > no jump needed
> >
> > M.
> >
> >
> > -------------------------------------------------------
> > This SF.NET email is sponsored by:
> > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> > http://www.vasoftware.com
> > _______________________________________________
> > Mspgcc-users mailing list
> > Mspgcc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mspgcc-users

-- 
/********************************************************************
     ("`-''-/").___..--''"`-._     (\   Dimmy the Wild      UA1ACZ
      `6_ 6  )   `-.  (     ).`-.__.`)  Enterprise Information Sys 
      (_Y_.)'  ._   )  `._ `. ``-..-'   Nevsky prospekt,   20 / 44
    _..`--'_..-_/  /--'_.' ,'           Saint Petersburg,   Russia
   (il),-''  (li),'  ((!.-'             +7 (812)  3468202, 5585314
 ********************************************************************/


Reply via email to