This is a list of known bugs and issues in PicoMite MMBasic 5.07.06. These should be fixed in later versions. ================================================================================== Bug in ON ERROR SKIP fixed in V5.07.07b1 Bug in some drawing commands on monochrome displays such as the SSD1306. Fixed in V5.07.07b2 Bug in CHDIR converting input characters to lower case. Use only lower case directory names to mitigate. Fixed in V5.07.07b3 Bug in MEMORY PACK and UNPACk. Manual says to use arrays as the source and destination but you need to use the array address i.e. PEEK(VARADDR array%()). Fixed in V5.07.07b6 Bug in SETPIN 19,PWM and SETPIN 20,PWM. Use SETPIN 19,PWM7A and SETPIN 20,PWM7B. Fixed in V5.07.07b8 Function names and labels are limited to 31 characters. In the case of function names this includes the data-type character if used.