This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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