mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +00:00
Update documentation.
This commit is contained in:
parent
a8cc74f9fe
commit
3af30b1fec
@ -420,7 +420,7 @@ class ProcessorBase: public ProcessorStorage {
|
|||||||
/*!
|
/*!
|
||||||
Sets the value of a register.
|
Sets the value of a register.
|
||||||
|
|
||||||
@see get_value_of_register
|
@see value_of
|
||||||
|
|
||||||
@param r The register to set.
|
@param r The register to set.
|
||||||
@param value The value to set. If the register is only 8 bit, the value will be truncated.
|
@param value The value to set. If the register is only 8 bit, the value will be truncated.
|
||||||
|
Loading…
Reference in New Issue
Block a user