1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-01-18 08:31:04 +00:00

Improve accuracy of comment.

This commit is contained in:
Thomas Harte 2022-04-10 09:37:18 -04:00
parent 1b8d8f3a04
commit 7002d6d306

View File

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