Commit Briefs
more README (main)
removed enum, save program in memory
removed the previously added enum to instead store the program in memory. this is to avoid complications with addressing memory later in, which could be tedious when representing instructions as enums. no readability should have been lost if all the instructions are documented when decoded.
