aboutsummaryrefslogtreecommitdiffstats
path: root/corewords.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-02-25 08:25:31 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-02-25 08:25:31 -0500
commit34e5d76f9851f13a2c6611de065c229bafb17378 (patch)
tree7ee094718de01f949877d5f00b8fc5dc1f5f35d8 /corewords.hpp
parent0b88b4596e6265863e75e7aabcca52734e147fae (diff)
double-width mul/div; error strings
Diffstat (limited to 'corewords.hpp')
-rw-r--r--corewords.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/corewords.hpp b/corewords.hpp
index ab34c78..4eb9d42 100644
--- a/corewords.hpp
+++ b/corewords.hpp
@@ -41,7 +41,7 @@ private:
// Ends with '\1': compile-only word
constexpr static char wordsarr[] =
"drop\0dup\0swap\0pick\0sys\0"
- "+\0-\0*\0/\0%\0"
+ "+\0-\0m*\0_/\0_%\0"
"_@\0_!\0>r\0r>\0=\0"
"<\0allot\0&\0|\0^\0"
"<<\0>>\0:\0'\0execute\0"