PicForth 0.32 is released
Samuel Tardieu <[email protected]> 09 Nov 2004 11:01:46 +0100
| Newsgroups | gmane.comp.lang.forth.picforth |
|---|---|
| Organization | Avian Carrier & Friends |
| Message-ID | <[email protected]> |
PicForth 0.32 is available for download from http://www.rfc1149.net/devel/picforth/ The included bootloader is David McNab previous version, as I cannot reach his site right now to get the newly released one. Sam -- Samuel Tardieu -- [email protected] -- http://www.rfc1149.net/sam * Changes since PicForth 0.31 ** Enhancements + Added jump tables, thanks to David McNab <[email protected]>. + The "::code" word was added, thanks to David McNab <[email protected]>. + Added the SSPCON2 bit definitions, thanks to J.C. Wren <[email protected]>. + The "pick" word was added, thanks to J.C. Wren <[email protected]>. + The "rot", "-rot" and "2swap" were added in libextra.fs, thanks to J.C. Wren <[email protected]>. ** Bug fixes + 2dup fix by David McNab <[email protected]>. Also noticed by J.C. Wren <[email protected]>. + PCLATH could be wrong in a loop located in upper banks. Bug found and fixed by David McNab <[email protected]>. + Work around problem with GForth 0.5.0 kernel/require.fs file by including a slightly modified version info PicForth. Bug reported by David McNab <[email protected]>. ** Doc fixes + Document trisa/trisb/trisc. Omission noted by David McNab <[email protected]>. ** Tools + Add tools/fdasm from David McNab <[email protected]>. + Add tools/bootloading from David McNab <[email protected]>.