From 4e0d121beed51c75221ef883e0fd7ec7b0ec24f2 Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 30 Mar 2025 20:08:59 -0400 Subject: Implementation and tests for J types --- inc/stage.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc') 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. -- cgit v1.2.3