aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style(cpu): relocate some stray commentsUri Shaked2020-03-181-4/+4
|
* Move first comment inside functiongfeun2020-03-181-1/+1
|
* Optimize opcode checkgfeun2020-03-181-372/+186
|
* feat: add benchmarking codeUri Shaked2019-12-011-15/+15
|
* fix: SREG issues in ADC, CPC, SBC, SBCIUri Shaked2019-11-201-9/+6
| | | | also added regression test cases
* feat: implement most instructionsUri Shaked2019-11-201-113/+303
|
* 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