aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/instruction.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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