Changes

Jump to: navigation, search

6502

1 byte added, 22 September
/* Memory Access */
* A read-only port is what it sounds like. Attempting to write to this address will not affect the contents.
* A write-only port can be written to, but reading it will result in undefined behaviorbehaviour. The value read from the address is not necessarily what was last stored in it.
<br>
8,324
edits