| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2020-04-09 | feat(instruction): implement EICALL, EIJMP #31 | Uri Shaked | 1 | -0/+23 | |
| 2020-04-08 | feat(instruction): implement ELPM #31 | Uri Shaked | 1 | -0/+50 | |
| 2020-04-02 | test(instruction): use assembly in tests | Uri Shaked | 1 | -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-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 | |
| close #2 | |||||
| 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 | |
| also added regression test cases | |||||
| 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 | |
| + tests | |||||
| 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 | |
| implement ADC, ADD, ADIW, AND, ANDI, ASR, BCLR, BLD, BRBC, BRBS, test some of them | |||||
| 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 | |
