diff options
author | bd <bdunahu@operationnull.com> | 2025-03-30 20:08:59 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-03-30 20:08:59 -0400 |
commit | 4e0d121beed51c75221ef883e0fd7ec7b0ec24f2 (patch) | |
tree | f5acda502230f630117e5f82ec52e4ce324bb734 /inc/stage.h | |
parent | ea5ce07be45c1a2d953e44ac122fbc96d18fc658 (diff) |
Implementation and tests for J types
Diffstat (limited to 'inc/stage.h')
-rw-r--r-- | inc/stage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/stage.h b/inc/stage.h index d1b6ee1..84d2a7b 100644 --- a/inc/stage.h +++ b/inc/stage.h @@ -50,6 +50,11 @@ class Stage */ bool get_condition(CC c); + /** + * Sets the value of the PC register. + */ + void set_pc(unsigned int pc); + protected: /** * The function expected to do the majority of the work. |