Email or username:

Password:

Forgot your password?
Top-level
Nate Cull

Huh, and if you have ROM and RAM I guess it literally is a Harvard Architecture

ibiblio.org/apollo/BlockIII.ht

I never thought of that before!

1 comment
Mans R

@natecull Not necessarily, or even typically. It is quite common to have both code and read-only data in ROM while using RAM for read/write data. RAM can also be used to hold code loaded from some type of storage that doesn't permit direct execution.

Go Up