From 825666dc5d74fe0ff231bb58ebbca3a2e3d97afe Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon Date: Fri, 28 Feb 2020 00:40:37 +0100 Subject: [PATCH] Adding informations for the x flag --- sources/CPU/CPU.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/CPU/CPU.hpp b/sources/CPU/CPU.hpp index cb6f1bf..9280dcd 100644 --- a/sources/CPU/CPU.hpp +++ b/sources/CPU/CPU.hpp @@ -84,7 +84,7 @@ namespace ComSquare::CPU bool i : 1; //! @brief The Decimal mode flag bool d : 1; - //! @brief The indeX register width flag (in native mode only) OR the Break flag (in emulation mode only) + //! @brief The indeX register width flag (in native mode only) - 0 = 16 bits mode, 1 = 8 bits mode OR the Break flag (in emulation mode only) bool x_b : 1; //! @brief The accumulator and Memory width flag (in native mode only) - 0 = 16 bits mode, 1 = 8 bits mode. bool m : 1;