I completed an initial proof of concept; which is a simple ALU. The current proof of concept has 1 bug which is the carry / borrow big resolves; even if the MU (math unit) is not selected. This is due to the proof of concept resolving all of the functions and only outputting the selected function. The next logical step is to create a control register which will allow only 1 function to output. The ALU currently supports the following functions add with carry, subtract with borrow, AND, OR, and XOR (and their inverse values).
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.