conceptual diagram of the internals of a typical
early (e.g. 6502 or the like) microprocessor:
$00 zero page $FF zero page $100 stack $1FF stack typical program begins at $200 $200 AD 00 03 = LDA $0300 $203 8D 01 03 = STA $0301(note the "little endian" byte ordering)