aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.spec.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-14style: organize importsUri Shaked1-2/+2
2025-02-11docs: add copyright notice to source codeUri Shaked1-1/+4
2025-02-11test: migrate tests from jest to vitestUri Shaked1-1/+2
2022-02-07style(instruction.spec): add comments for missing instruction tests and reord...Dudeplayz1-33/+103
2022-02-07test(instruction): add ADD, SUB and WDR unit testsDudeplayz1-0/+54
2020-09-30fix(cpu): incorrect address for RAMPZ / EINDUri Shaked1-2/+2
2020-09-02fix(instruction): EICALL is brokenUri Shaked1-0/+1
2020-06-04test(instruction): extract constantsUri Shaked1-238/+274
2020-04-28fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked1-14/+14
2020-04-09feat(instruction): 22-bit PC support #31Uri Shaked1-8/+73
2020-04-09feat(instruction): implement EICALL, EIJMP #31Uri Shaked1-0/+23
2020-04-08feat(instruction): implement ELPM #31Uri Shaked1-0/+50
2020-04-02test(instruction): use assembly in testsUri Shaked1-89/+91
2020-03-22refactor: added peripherals and cpu feature folderslironh1-0/+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