``` // TODO: Add flags support to processor @V13kv ``` Add flags support in order to easily determine state of machine after `cmp` command. https://github.com/V13kv/CPU-Emulator/blob/24ec956d8d8dbb984e5fb08b9f96ebd334a9c2c0/src/processor/main.cpp#L2 <!-- Edit the body of your new issue then click the ✓ "Create Issue" button in the top right of the editor. The first line will be the issue title. Assignees and Labels follow after a blank line. Leave an empty line before beginning the body of the issue. -->
Add flags support in order to easily determine state of machine after
cmpcommand.CPU-Emulator/src/processor/main.cpp
Line 2 in 24ec956