Skip to content

4e4th 0.5a - MSP430G2553 Forth project for naken_asm. Build on CamelForth 0.5a.

License

Notifications You must be signed in to change notification settings

mikalus/4e4th05a

Repository files navigation

4e4th Naken Version Forth

*** debug release ***

4e4th Version 0.5a for the TI MSP430G2553 Value Line LaunchPad Develpoment Tool (MSP-EXP430G2), Rev. 1.5 chip.
One of the few processors still available in the breadboard friendy 20 Pin DIL Package.
4e4th and application will run ON this chip.

Based on Brad Rodriguez’s CamelForth for the MSP430, version 0.5a, 21 apr 2014. http://www.camelforth.com/news.php

Uses here the free Naken Assembler https://github.com/mikeakohn/naken_asm
Ported to Naken Assembler by M.Kalus - 11 May 2018

Assembling 4e4th

Open a command prompt window. Change to the directory where your source code is. Type:
naken_asm -l -o 4e4th05a.hex 4e4th05a.asm

Have fun, mk

Try it out directly

It is easy to program 4e4th into the TI MSP430 Launchpad.
Download and install the free 430 version of the elprotronic programmer at
https://www.elprotronic.com/productdata;jsessionid=8FA5E1E626677AABC3683EC0D712B01F
Select the correct processor 430G2553, point to the hex file you find here and follow the steps.
Do not forget RESET after programming.

Then start your favourite Terminal program and start writing short examples, like in:
https://wiki.forth-ev.de/doku.php/en:projects:a-start-with-forth:start0
and there probably chapter 11c as a good starting point.

Start with Forth

Glossary for all Words

There is a glosary for all words of 4e4th forth.
Sorted alphabetically and arranged according to functional groups.
These were automatically generated from the word comments.
Let GlossaryMaker.py run to renew it.

Verification

To do

Discard input stream if an error occurs.

(finis)

About

4e4th 0.5a - MSP430G2553 Forth project for naken_asm. Build on CamelForth 0.5a.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published