aboutsummaryrefslogtreecommitdiff
path: root/src/instruction.spec.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-22refactor: added peripherals and cpu feature folderslironh1-837/+0
2020-01-30test(instruction): fix incorrect opcode in testsUri Shaked1-1/+1
2019-11-27fix: SP not initialized on resetUri Shaked1-0/+8
2019-11-20test: SWAP, STSUri Shaked1-1/+19
2019-11-20fix: SREG issues in ADC, CPC, SBC, SBCIUri Shaked1-1/+46
2019-11-20feat: implement most instructionsUri Shaked1-0/+152
2019-11-20feat: LPM, LSR, MOV, MOVW, MUL, MULS, MULSU, NEGUri Shaked1-9/+144
2019-11-20feat: LAC, LAS, LAT, LDS instructions + testsUri Shaked1-0/+48
2019-11-20feat: more instructionsUri Shaked1-1/+62
2019-11-19feat: CALL, INC, RET, RETI, ROR instructionsUri Shaked1-9/+70
2019-11-19feat: LDY/LDZ/LDDY/LDDZ instructions + testsUri Shaked1-7/+95
2019-11-19feat: STY/STZ/STDY/STDZ instructions + testsUri Shaked1-2/+90
2019-11-19feat: implement LDX instructionsUri Shaked1-2/+35
2019-11-19test: sort instructions by nameUri Shaked1-19/+19
2019-11-19feat: implement STXUri Shaked1-2/+24
2019-11-19feat: implement some AVR instructions + testsUri Shaked1-0/+78