> Van: Stefan Sczekalla-Waldschmidt > Aan: PICLIST@MITVMA.MIT.EDU > Onderwerp: Re: RLF, through Carry? > Datum: maandag 30 november 1998 11:57 Hello Stefan, > My problem was to simply rotate a 8-Bit Value. > > I came to this solution: > comments ? rlf FileReg,w 'Copy High-bit into Carry rlf FileReg 'Rotate left File-Register Just one drawback - It destroys the W-Reg. :-) Greetz, Rudy Wieser