From 1c93a9b2c1065e2011c42110f8c82e688a9aab5b Mon Sep 17 00:00:00 2001 From: Dan White Date: Thu, 16 May 2013 13:29:34 -0500 Subject: [PATCH] msp4th: rename 2* 2/, numFunc only checks first char --- msp4th/bootrom.rcf | 6 +++--- msp4th/msp4th.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/msp4th/bootrom.rcf b/msp4th/bootrom.rcf index 4fcbaf0..c4b05f3 100644 --- a/msp4th/bootrom.rcf +++ b/msp4th/bootrom.rcf @@ -1737,9 +1737,9 @@ 0110010101101011 0010000001111001 0111001001100011 -0011001000100000 -0010000000101010 -0010111100110010 +0010101000100000 +0010000000110010 +0011001000101111 0110001100100000 0110110001100001 0011000001101100 diff --git a/msp4th/msp4th.c b/msp4th/msp4th.c index 681ec1a..263cfaf 100644 --- a/msp4th/msp4th.c +++ b/msp4th/msp4th.c @@ -133,7 +133,7 @@ const uint8_t cmdListBi[] = { "@ ! h@ do loop " // 41 -> 45 "+loop i j k ~ " // 46 -> 50 "^ & | */ key " // 51 -> 55 - "cr 2* 2/ call0 call1 " // 56 -> 60 + "cr *2 /2 call0 call1 " // 56 -> 60 "call2 call3 call4 ndrop swpb " // 61 -> 65 "+! roll pick tuck max " // 66 -> 70 "min s. sh. neg echo " // 71 -> 75 -- 2.25.1