Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed wrong bitwise operation instruction
For example, `or c` used to modify the c register, but it should store the results in the a register instead
- Loading branch information