retroforth/RELEASE-NOTES
crc 21d23ee3e7 add missing source data for words in script: mem: and double:
FossilOrigin-Name: bb2a1fd9b46acdf68d79753792e9201cf6690efee2eaa350341faa39636d0d71
2023-10-22 16:18:59 +00:00

22 lines
925 B
Text

_ __ _ _
_ __ ___| |_ _ __ ___ / _| ___ _ __| |_| |__
| '__/ _ \ __| '__/ _ \| |_ / _ \| '__| __| '_ \
| | | __/ |_| | | (_) | _| (_) | | | |_| | | |
|_| \___|\__|_| \___/|_| \___/|_| \__|_| |_|
RetroForth & nga 2024.4 Release Notes
================================================================
- removed duplicate typedef in tools/retro-muri.c (sevan)
- fixed a bug in load_image() (C) (sevan)
- err:notfound message no longer in C (C) (sevan)
- add -v for verbose mode (C)
- now skip execuion of NOP instructions (C)
- added an implementation of Nga in D (D)
- removed some unneeded files
- update tools/missing-dsource.retro
- add missing source data for vocabularies:
double: file: fll: mem: script:
================================================================