Does _crol_ in intrins.h affect the carry bit?

I want to avoid the use of inline assembler in my code so I was hoping to replace RLC A with _crol(). Will this work or is _crol_() implemented with RL A (no carry bit)? Thanks in advance.

Parents Reply Children
No data
More questions in this forum