aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: LPM, LSR, MOV, MOVW, MUL, MULS, MULSU, NEGUri Shaked2019-11-201-10/+51
| | | | + tests
* feat: LAC, LAS, LAT, LDS instructions + testsUri Shaked2019-11-201-4/+18
|
* feat: more instructionsUri Shaked2019-11-201-14/+78
| | | | | implement ADC, ADD, ADIW, AND, ANDI, ASR, BCLR, BLD, BRBC, BRBS, test some of them
* feat: CALL, INC, RET, RETI, ROR instructionsUri Shaked2019-11-191-5/+36
|
* doc: avr8js → AVR8jsUri Shaked2019-11-191-1/+1
|
* feat: LDY/LDZ/LDDY/LDDZ instructions + testsUri Shaked2019-11-191-15/+47
|
* feat: STY/STZ/STDY/STDZ instructions + testsUri Shaked2019-11-191-10/+33
|
* feat: implement LDX instructionsUri Shaked2019-11-191-7/+15
|
* doc: add opcode next to each instructionUri Shaked2019-11-191-95/+95
|
* feat: implement STXUri Shaked2019-11-191-2/+5
|
* doc: add some commentsUri Shaked2019-11-191-0/+8
|
* feat: implement some AVR instructions + testsUri Shaked2019-11-191-0/+501