... | ... |
@@ -23,7 +23,7 @@ class Instruction |
23 | 23 |
//! Definitions of the instruction argument types |
24 | 24 |
enum class Arg |
25 | 25 |
{ |
26 |
- None, //!< Not argument |
|
26 |
+ None, //!< No argument |
|
27 | 27 |
ABXY, //!< Main and auxiliary registers |
28 | 28 |
AB, //!< Only main registers |
29 | 29 |
Val256, //!< 8 bit unsigned value |