aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(instruction): EICALL is brokenUri Shaked2020-09-021-1/+2
| | | | close #59
* fix(timer): Reading TCNT in 2-cycle instructionsUri Shaked2020-04-291-12/+12
| | | | close #40
* fix(instruction): LD, ST instructions should take 2 clock cyclesUri Shaked2020-04-281-6/+19
| | | | close #39
* feat(instruction): 22-bit PC support #31Uri Shaked2020-04-091-10/+30
| | | | adapt CALL, ICALL, RCALL, RET, and RETI for MCUs with 22-bit PC
* 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