From 9cd1f287f0c86b36788cd8ede812b847c584f711 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 28 Mar 2025 18:10:14 -0400 Subject: add get_instr_fields func to parse instruction fields from raw bits --- gui/main.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui/main.cc') diff --git a/gui/main.cc b/gui/main.cc index 4c14fbe..8f9d06b 100644 --- a/gui/main.cc +++ b/gui/main.cc @@ -9,6 +9,7 @@ static Logger *global_log = Logger::getInstance(); static std::string version_number = "v0.1"; +// clang-format off static std::string banner = " _/_/_/ _/_/_/ _/_/_/ _/_/_/ \n" " _/ _/ _/ _/ _/ \n" @@ -24,6 +25,7 @@ static std::string banner = " _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ \n" " _/ _/ _/_/_/_/ _/_/_/ _/ _/_/ _/ _/ _/ \n" " _/_/ _/_/ "; +// clang-format on static void print_version_number() { std::cout << banner << version_number << '\n'; -- cgit v1.2.3