Skip to content

Commit

Permalink
Added the MPU to the list of features
Browse files Browse the repository at this point in the history
  • Loading branch information
parraman committed Feb 23, 2018
1 parent 54a52bb commit c9ff2e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interrupts and system calls. It has been written in Typescript using Angular 2+
and Bootstrap and uses
[CodeMirror](https://codemirror.net) as a component for code editing.

You can try it online [here](https://parraman.github.io/asm-simulator/)
You can try it online [here](https://parraman.github.io/asm-simulator/).


## Features
Expand All @@ -20,6 +20,7 @@ You can try it online [here](https://parraman.github.io/asm-simulator/)
has its own SP register.
- 4 general purpose registers, which can be accessed in word or byte modes.
- 1024 bytes of memory.
- A Memory Protection Unit (MPU).
- 16-bit input/output address map which can be accessed using IN/OUT instructions.
- An interrupt controller that supports up to 16 interrupt sources.
- A programmable 16-bit timer.
Expand Down

0 comments on commit c9ff2e9

Please sign in to comment.