Skip to content

Instantly share code, notes, and snippets.

View VK6TT's full-sized avatar

Richard VK6TT

  • Perth, Australia
View GitHub Profile
@monsonite
monsonite / SIMPL_ASM430_13
Created June 9, 2017 16:21
A tiny "Forth-like" interpreted language for MSP430 - in under 800 bytes of codespace
;-------------------------------------------------------------------------------
; SIMPL - a very small Forth Inspired Extensible Language
; Implementing the Initialisation, TextTead, TextEval and UART routines in MSP430 assembly language
;
; A Forth-Like Language in under 1024 bytes
; Ken Boak May June 2017
; Loops, I/O, Strings and Delays added
; Jump table reduced by 36 entries (72 bytes)