| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: SP not initialized on reset | Uri Shaked | 2019-11-27 | 1 | -0/+8 |
| | | | | | close #2 | ||||
| * | 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 |
| | | | | | also added regression test cases | ||||
| * | 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 |
| | | | | | + tests | ||||
| * | 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 |
| | | | | | | implement ADC, ADD, ADIW, AND, ANDI, ASR, BCLR, BLD, BRBC, BRBS, test some of them | ||||
| * | 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 |
