aboutsummaryrefslogtreecommitdiff
path: root/src/cpu (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-02test(instruction): use assembly in testsUri Shaked1-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');
2020-03-22refactor: added peripherals and cpu feature folderslironh6-0/+1687