cpu (feat): store three opcodes instead of one

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-14 20:27:13 +05:30
parent bafd534671
commit 08060a767f
3 changed files with 56 additions and 45 deletions

View File

@@ -71,7 +71,7 @@ stringify(Condition cond) {
class Psr {
public:
// clear the reserved bits i.e, [8:27]
Psr() = default;
Psr(uint32_t raw);
uint32_t raw() const;