1
0
Fork 0
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:
Henrik Hautakoski 2018-10-27 19:09:29 +02:00
parent c3a1d3fe77
commit ae40dea013
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

View file

@ -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