Changes

6502

111 bytes added, 22 September
/* Memory Access */
Memory-mapped ports often have different properties than normal RAM:
* A read-only port is what it sounds like. Attempting to write to this address will not affect the contents. It is also possible that reading a port will alter its contents, or alter the contents of other related ports.
* A write-only port can be written to, but reading it will result in undefined behavior. The value read from the address is not necessarily what was last stored in it.
8,326
edits