mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-07 08:26:28 +00:00
Improve accuracy of comment.
This commit is contained in:
@@ -41,8 +41,8 @@ constexpr bool is601(Model model) {
|
||||
@c model Indicates the instruction set to decode.
|
||||
|
||||
@c validate_reserved_bits If set to @c true, check that all
|
||||
reserved bits are 0 and produce an invalid opcode if not. Otherwise does no
|
||||
inspection of reserved bits.
|
||||
reserved bits are 0 or 1 as required and produce an invalid opcode if not.
|
||||
Otherwise does no inspection of reserved bits.
|
||||
|
||||
TODO: determine what specific models of PowerPC do re: reserved bits.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user