Skip to content

Commit

Permalink
import from 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juju2013 committed Oct 31, 2019
1 parent d234a9d commit ba72da7
Show file tree
Hide file tree
Showing 17 changed files with 2,854 additions and 88 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -719,3 719,9 @@
- New target: Numworks calculator
- Contribution by Wolfgang Strauss:
Forth drivers for Numworks calculator

29.12.2018, Matthias Koch, Mecrisp-Stellaris 2.4.8, 35C3 edition

- Added UNUSED to all cores to get current amount of free memory
- Added ansification.txt for adjusting Mecrisp-Stellaris as close as possible to standard Forth
- Adjusted baud rate in XMC1100
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 1100,7 @@ Deep insights:
cell ( x -- x 4 ) Add size of one cell
cells ( n -- 4*n ) Calculate size of n cells

unused ( -- u ) Get current amount of free memory
allot ( n -- ) Tries to advance Dictionary Pointer by n bytes
Aborts, if not enough space available
here ( -- a-addr|c-addr )
Expand Down Expand Up @@ -2036,4 2037,4 @@ System:
bye ( -- ) Leave Mecrisp-Stellaris


Matthias Koch, Summer 2013, updated Spring 2016
Matthias Koch, Summer 2013, updated Winter 2019
Loading

0 comments on commit ba72da7

Please sign in to comment.