aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: add benchmarking codeUri Shaked2019-12-011-15/+15
* fix: SREG issues in ADC, CPC, SBC, SBCIUri Shaked2019-11-201-9/+6
* feat: implement most instructionsUri Shaked2019-11-201-113/+303
* feat: LPM, LSR, MOV, MOVW, MUL, MULS, MULSU, NEGUri Shaked2019-11-201-10/+51
* feat: LAC, LAS, LAT, LDS instructions + testsUri Shaked2019-11-201-4/+18
* feat: more instructionsUri Shaked2019-11-201-14/+78
* 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