From what I've read, seems like there are 9 different flags. Is it possible to read/change them directly? I know I can know for example if the zero flag is set after doing a cmp/jmp instruction, but I'm asking if it's possible to do something like
mov eax, flags
Run Code Online (Sandbox Code Playgroud)
or something.
Also, for writing, is it possible to set them by hand?