1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-29 12:50:28 +00:00

Update documentation.

This commit is contained in:
Thomas Harte 2023-05-10 18:46:46 -05:00
parent a8cc74f9fe
commit 3af30b1fec

View File

@ -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.