aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement most instructionsUri Shaked2019-11-202-113/+455
|
* feat: LPM, LSR, MOV, MOVW, MUL, MULS, MULSU, NEGUri Shaked2019-11-202-19/+195
| | | | + tests
* feat: LAC, LAS, LAT, LDS instructions + testsUri Shaked2019-11-202-4/+66
|
* chore: rimraf dist before buildUri Shaked2019-11-202-4/+23
|
* feat: more instructionsUri Shaked2019-11-202-15/+140
| | | | | implement ADC, ADD, ADIW, AND, ANDI, ASR, BCLR, BLD, BRBC, BRBS, test some of them
* feat: CALL, INC, RET, RETI, ROR instructionsUri Shaked2019-11-192-14/+106
|
* doc: avr8js → AVR8jsUri Shaked2019-11-192-2/+18
|
* feat: LDY/LDZ/LDDY/LDDZ instructions + testsUri Shaked2019-11-192-22/+142
|
* feat: STY/STZ/STDY/STDZ instructions + testsUri Shaked2019-11-192-12/+123
|
* feat: implement LDX instructionsUri Shaked2019-11-192-9/+50
|
* test: sort instructions by nameUri Shaked2019-11-191-19/+19
|
* doc: add opcode next to each instructionUri Shaked2019-11-191-95/+95
|
* feat: implement STXUri Shaked2019-11-192-4/+29
|
* doc: add some commentsUri Shaked2019-11-192-0/+15
|
* feat: implement some AVR instructions + testsUri Shaked2019-11-197-8/+628
|
* Initial commit - project skeletonUri Shaked2019-11-1915-0/+6393