aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-01-01remove addNativeWordnativeClyne Sullivan
2024-01-01Merge branch 'native' of ssh://code.bitgloo.com:222/bitgloo/alee-forth into ↵Clyne Sullivan
native
2023-12-31distancepos constantClyne Sullivan
2023-11-18add _nx word, use for most of coreClyne Sullivan
not seeing performance improvement yet
2023-11-17fix aligned and doublecell opsClyne Sullivan
2023-11-17add native definition bitClyne Sullivan
2023-11-17corewords get their own functionsClyne Sullivan
2023-11-17disable compacted literalsClyne Sullivan
2023-11-16add dict impl to libalee sectionClyne Sullivan
2023-11-13Merge branch 'documentation'Clyne Sullivan
2023-11-13msp430: add spi, update uart examplesClyne Sullivan
2023-11-13add LIBALEE_SECTION; minor fixesClyne Sullivan
2023-11-13CHAR return zero on no inputClyne Sullivan
2023-11-13msp430: add rtc, analog, button supportClyne Sullivan
2023-11-12no more cstring; 16mhz/115200 msp430; fix dict initClyne Sullivan
2023-11-12msp430: reduce excess memory usage; trim linker scriptClyne Sullivan
2023-11-11msp430: add uart exampleClyne Sullivan
2023-11-11msp430: build reg data with bash, not makeClyne Sullivan
2023-11-11msp430: more dict space; prepare for hal implClyne Sullivan
2023-11-10msp430: lpm support; . uses base; expand dict sizeClyne Sullivan
2023-11-09MaxDistance constant; some .cpp commentsClyne Sullivan
2023-11-09coreword opcodes via token(); calculated WordCountClyne Sullivan
2023-11-08precalculate some literalsClyne Sullivan
2023-11-08document some core words; reorganizeClyne Sullivan
2023-11-08add doxygen supportClyne Sullivan
2023-11-06msp430: set SR on exit when in ISRClyne Sullivan
2023-11-05Merge branch 'master' of ssh://code.bitgloo.com:222/bitgloo/alee-forthClyne Sullivan
2023-11-05msp430: clean up some build flagsClyne Sullivan
2023-11-05msp430: add compressed register/flag wordsetClyne Sullivan
2023-11-05make parser extendableClyne Sullivan
2023-11-03Delete 'forth/hal.fth'Clyne
2023-11-03interrupt support; better reg wordsClyne Sullivan
2023-11-03fix standaloneClyne Sullivan
2023-11-03forgot to push msp430 dict implClyne Sullivan
2023-11-02msp430: include core-ext and toolsClyne Sullivan
2023-11-02running on the devboardClyne Sullivan
2023-11-02msp430 impl targets msp430fr2476Clyne Sullivan
2023-11-02fix if condition on 16-bit cpusClyne Sullivan
2023-10-28add SOURCE-IDClyne Sullivan
2023-10-28add PARSE; fixes to actually comply with all testsClyne Sullivan
2023-10-27fix core and core-ext impl to pass all testsClyne Sullivan
2023-10-27fix MARKERClyne Sullivan
2023-10-26add [COMPILE], fix :NONAMEClyne Sullivan
2023-10-26remove compat.txtClyne Sullivan
2023-10-26add .R PAD U.R U> UNUSED WITHINClyne Sullivan
2023-10-25remove old testsClyne Sullivan
2023-10-25support long definitions; add tests as submoduleClyne Sullivan
2023-10-25100% core test passingClyne Sullivan
2023-10-25implement HOLDSClyne Sullivan
2023-10-24implement pictured numeric outputClyne Sullivan