Copper Data 8-bit Write Register: Difference between revisions
From SpecNext Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|ShortDesc=Used to upload code to the [[Copper]]. | |ShortDesc=Used to upload code to the [[Copper]]. | ||
}} | }} | ||
After the write, the index is auto-incremented to the next memory position. | After the write, the index is auto-incremented to the next memory position. The index wraps to zero when the last BYTE of program RAM is written (position 2047). | ||
Each Copper instruction is composed by two bytes (16 bits) - two writes are required to complete one instruction upload. | Each Copper instruction is composed by two bytes (16 bits) - two writes are required to complete one instruction upload. | ||
Revision as of 23:56, 22 December 2018
| Number | TBRegisterNumber::$60 |
|---|---|
| Readable | TBRegisterReadable::No |
| Writable | TBRegisterWritable::Yes |
| Short Description | [[ShortDesc::Used to upload code to the Copper.]] |
After the write, the index is auto-incremented to the next memory position. The index wraps to zero when the last BYTE of program RAM is written (position 2047).
Each Copper instruction is composed by two bytes (16 bits) - two writes are required to complete one instruction upload.