mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-17 17:29:58 +00:00
Improve accuracy of comment.
This commit is contained in:
parent
1b8d8f3a04
commit
7002d6d306
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user