mirror of
https://github.com/pnx/m16vm
synced 2026-06-16 03:44:55 +02:00
README.md: default memory size is 65536
This commit is contained in:
parent
c3a1d3fe77
commit
ae40dea013
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ more on being easy to understand and modify/play with.
|
|||
The cpu has 16 general purpose registers, r0 - r15. Each register is 16-bit.
|
||||
|
||||
Memory addresses are aligned by 2 bytes (16 bit) and the machine has
|
||||
a total of `4096` bytes of memory.
|
||||
a total of `65536` bytes of memory (per default, can be changed at compile time).
|
||||
|
||||
|
||||
## instruction set overview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue