oco2000 / m3forth

m3forth is a forth cross-compiler for cortex-m3 ARM microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m3forth

m3forth is a forth cross-compiler for cortex-m3 ARM microcontrollers

Key features

  • 32-bit cell
  • produces optimized subroutine-threaded code
  • makes standard elf files with debugging information, which allows you to debug your high-level code directly in a microcontroller using gdb
  • built-in Thumb2 assembler
  • interpreter accessible via serial or USB (semihosting)
  • can be emulated in qEMU

Installation

See here

Documentation

See here

About

m3forth is a forth cross-compiler for cortex-m3 ARM microcontrollers

License:GNU General Public License v3.0


Languages

Language:Forth 100.0%Language:Makefile 0.0%