aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.spec.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test(instruction): use assembly in testsUri Shaked2020-04-021-89/+91
| | | | | | | | | | | | Refactored the tests to use AVR assembly instead of hardcoded bytecode. This change should make the tests much easier to read and maintain. Before: loadProgram('659a'); Now: loadProgram('SBI 0x0c, 5');
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+837