Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary function declaration
void adress_accumulato() (sic) was declared but unused. Addressing the accumulator is just another form of "implied addressing" and ASL, LSR, ROL, and ROR, are the only instructions using ACC adressing, and they don't have implied addressing variants. Solves #1
- Loading branch information