aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat(watchdog): implement watchdog timer #106Uri Shaked2021-09-101-1/+1
* fix(gpio): CBI/SBI handling in writes to PIN register #103Uri Shaked2021-09-071-2/+4
* fix(cpu): incorrect address for RAMPZ / EINDUri Shaked2020-09-301-6/+6
* fix(instruction): EICALL is brokenUri Shaked2020-09-021-1/+2
* fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked2020-04-291-12/+12
* fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked2020-04-281-6/+19
* feat(instruction): 22-bit PC support #31Uri Shaked2020-04-091-10/+30
* feat(instruction): implement EICALL, EIJMP #31Uri Shaked2020-04-091-0/+15
* feat(instruction): implement ELPM #31Uri Shaked2020-04-081-0/+21
* refactor: added peripherals and cpu feature folderslironh2020-03-221-0/+726