aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.spec.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* docs: add copyright notice to source codeUri Shaked2025-02-111-1/+4
* test: migrate tests from jest to vitestUri Shaked2025-02-111-1/+2
* style(instruction.spec): add comments for missing instruction tests and reord...Dudeplayz2022-02-071-33/+103
* test(instruction): add ADD, SUB and WDR unit testsDudeplayz2022-02-071-0/+54
* fix(cpu): incorrect address for RAMPZ / EINDUri Shaked2020-09-301-2/+2
* fix(instruction): EICALL is brokenUri Shaked2020-09-021-0/+1
* test(instruction): extract constantsUri Shaked2020-06-041-238/+274
* fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked2020-04-281-14/+14
* feat(instruction): 22-bit PC support #31Uri Shaked2020-04-091-8/+73
* feat(instruction): implement EICALL, EIJMP #31Uri Shaked2020-04-091-0/+23
* feat(instruction): implement ELPM #31Uri Shaked2020-04-081-0/+50
* test(instruction): use assembly in testsUri Shaked2020-04-021-89/+91
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+837