mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-06 10:38:16 +00:00
Adds health warning.
This commit is contained in:
parent
dc9d370952
commit
290972cedf
@ -193,6 +193,11 @@ struct Instruction {
|
||||
uint32_t oe() { return opcode & 0x800; }
|
||||
};
|
||||
|
||||
/*!
|
||||
Implements PowerPC instruction decoding.
|
||||
|
||||
This is an experimental implementation; it has not yet undergone significant testing.
|
||||
*/
|
||||
struct Decoder {
|
||||
public:
|
||||
Decoder(Model model);
|
||||
|
Loading…
x
Reference in New Issue
Block a user