CAPC - Part 10 |
The XOR, OR, AND, NOT Instructions Then I used the following program to test that these five instructions
worked: After running the last line should change to this: My output was correct except for the NOT instruction. From which I discovered that I had to swap the "MATH_XREG_LOAD" and "MATH_YREG_LOAD" lines in the OpLogic device because they were backwards. After that I got the results I wanted. |