| Commit message (Expand) | Author | Files | Lines |
| 2020-04-02 | test(instruction): use assembly in tests | Uri Shaked | 1 | -89/+91 |
| 2020-03-22 | refactor: added peripherals and cpu feature folders | lironh | 1 | -0/+0 |
| 2020-01-30 | test(instruction): fix incorrect opcode in tests | Uri Shaked | 1 | -1/+1 |
| 2019-11-27 | fix: SP not initialized on reset | Uri Shaked | 1 | -0/+8 |
| 2019-11-20 | test: SWAP, STS | Uri Shaked | 1 | -1/+19 |
| 2019-11-20 | fix: SREG issues in ADC, CPC, SBC, SBCI | Uri Shaked | 1 | -1/+46 |
| 2019-11-20 | feat: implement most instructions | Uri Shaked | 1 | -0/+152 |
| 2019-11-20 | feat: LPM, LSR, MOV, MOVW, MUL, MULS, MULSU, NEG | Uri Shaked | 1 | -9/+144 |
| 2019-11-20 | feat: LAC, LAS, LAT, LDS instructions + tests | Uri Shaked | 1 | -0/+48 |
| 2019-11-20 | feat: more instructions | Uri Shaked | 1 | -1/+62 |
| 2019-11-19 | feat: CALL, INC, RET, RETI, ROR instructions | Uri Shaked | 1 | -9/+70 |
| 2019-11-19 | feat: LDY/LDZ/LDDY/LDDZ instructions + tests | Uri Shaked | 1 | -7/+95 |
| 2019-11-19 | feat: STY/STZ/STDY/STDZ instructions + tests | Uri Shaked | 1 | -2/+90 |
| 2019-11-19 | feat: implement LDX instructions | Uri Shaked | 1 | -2/+35 |
| 2019-11-19 | test: sort instructions by name | Uri Shaked | 1 | -19/+19 |
| 2019-11-19 | feat: implement STX | Uri Shaked | 1 | -2/+24 |
| 2019-11-19 | feat: implement some AVR instructions + tests | Uri Shaked | 1 | -0/+78 |