how to change flags manually (in assembly code) for 8086?
Is there any way to change every flag manually? Or do you have to use a command with a result that you know will change them? Basically I'm working with the command RCL , and I don't want to get 1 at the begining, so I want to change the CF to 0, and I know that I can use commands like: mov al, 0 shl al, 1 But I want to know if there is any other way to do that, without the use of another commands result. I would also want to know whether the way you may show me, can also be used to change all of the flags, not only CF, but OF, ZF, and so on. There isn't any instruction that treat eflags as