bit rotation left question

No.11538724 ViewReplyOriginalReport
Example below of my issue while bit rotating left; I get the same result with the Windows programmer calculator, ti89, and a python script I wrote.

FFEA ROL results in 1FFD4 rather than FFD5.

I'm trying to get the result FFD5 to be displayed.

Is 'Rotate Left Carry' the operation I'm trying perform?