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