Hi Everyone,
For those interested in this email chain:
Micropython (with MIT licensing) and can easily accommodate AmForth32
(assembly routines) as well as our GLANN infrastructure (assembly routines)
on the RP2350 (Pico2). All porting, development and testing is done
interactively on the RP2350 (Pico2) device itself without difficulty using
Micropython.
Micropython layer co-ordinates all processing activity with all the
assembly language routines (currently on the Riscv cores).
The GLANN infrastructure doesn't interact with AmForth32 directly, only
with Micropython (whose source is available on Github).

Regards to all,
John S



On Mon, Apr 27, 2026 at 9:55 AM John Sarabacha <[email protected]> wrote:

> Hi Everyone,
> We are also seeing that Amforth can run  on RP2350  on one core (Arm
> cortex or Riscv) and Micropython on the other core
> and they can inter-communicate.
> Regards to all,
> John S
>
>
> On Thu, Apr 23, 2026 at 8:40 AM John Sarabacha <[email protected]>
> wrote:
>
>> Hi Everyone,
>> Our investigation into using Amforth with Micropython shows this is a
>> very powerful combination as demonstrated on the RP2350 (Pico 2). Where
>> Micropython lacks in
>> performance it can be provided by Amforth on Arm Cortex or Riscv cores
>> and where Amforth lacks in high speed IO this can be provided by the PIO.
>> The Amforth assembler routines can be called directly from Micropython
>> whether residing on the Cortex (Arm) or Riscv core.
>>
>> Regards to all,
>> John S
>>
>

_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to