aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.spec.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: LAC, LAS, LAT, LDS instructions + testsUri Shaked2019-11-201-0/+48
|
* feat: more instructionsUri Shaked2019-11-201-1/+62
| | | | | 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-9/+70
|
* feat: LDY/LDZ/LDDY/LDDZ instructions + testsUri Shaked2019-11-191-7/+95
|
* feat: STY/STZ/STDY/STDZ instructions + testsUri Shaked2019-11-191-2/+90
|
* feat: implement LDX instructionsUri Shaked2019-11-191-2/+35
|
* test: sort instructions by nameUri Shaked2019-11-191-19/+19
|
* feat: implement STXUri Shaked2019-11-191-2/+24
|
* feat: implement some AVR instructions + testsUri Shaked2019-11-191-0/+78