I have updated the Console Mode editions of BBC BASIC to version 0.38. The changes in this version are:
- The SUM operator has been introduced, which does modulo-264 addition (modulo 264 subtraction and multiplication are also possible using it); this brings the console editions into line with BBC BASIC for SDL 2.0.
- The Raspberry Pi Pico edition now has a working assembler (thanks to Memotech Bill), which supports the subset of the Thumb 2 instruction set executed by the ARM Cortex-M0+ CPU. A new example program hello.bbc is included to demonstrate its use.