Skip to content
Tom Lonergan edited this page Mar 15, 2023 · 1 revision

Memory

Memory is word addressable, ie accessed 2 bytes at a time. As the address may be any 16 bit number there are 65536 accessible locations for 131072 bytes (131 kB) of memory.

Memory is conventially split into sections

Purpose
Instructions
Global variables
Heap
Stack
Clone this wiki locally