mirror of
https://github.com/zoriya/ComSquare.git
synced 2026-06-02 02:05:26 +00:00
Adding informations for the x flag
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ namespace ComSquare::CPU
|
|||||||
bool i : 1;
|
bool i : 1;
|
||||||
//! @brief The Decimal mode flag
|
//! @brief The Decimal mode flag
|
||||||
bool d : 1;
|
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;
|
bool x_b : 1;
|
||||||
//! @brief The accumulator and Memory width flag (in native mode only) - 0 = 16 bits mode, 1 = 8 bits mode.
|
//! @brief The accumulator and Memory width flag (in native mode only) - 0 = 16 bits mode, 1 = 8 bits mode.
|
||||||
bool m : 1;
|
bool m : 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user