aboutsummaryrefslogtreecommitdiffstats
path: root/source/types.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-11-29 11:48:12 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-11-29 11:48:12 -0500
commit98e2c140860b2783f2f72934dbfa279dea2dc2ad (patch)
tree5711e2f715b3b733068c01b13831999acd238c22 /source/types.hpp
parent4fe405dbb3cff8dcd5e3f9623a7a2ccf33af64b8 (diff)
PoC msp430 register/flag support
Diffstat (limited to 'source/types.hpp')
-rw-r--r--source/types.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/types.hpp b/source/types.hpp
index 9627a47..0552135 100644
--- a/source/types.hpp
+++ b/source/types.hpp
@@ -110,7 +110,8 @@ enum class Error : int {
push,
pop,
rpush,
- rpop
+ rpop,
+ noword
};
#endif // TYPES_HPP