]> git.mdlowis.com Git - proto/alvm.git/log
proto/alvm.git
23 months agochecked in start of forth implementation master
Michael D. Lowis [Tue, 11 Jul 2023 11:48:15 +0000 (07:48 -0400)]
checked in start of forth implementation

4 years agosketched out what tasks will look like in C
Michael D. Lowis [Fri, 12 Mar 2021 14:26:28 +0000 (09:26 -0500)]
sketched out what tasks will look like in C

4 years agoreorganized primtives by category
Michael D. Lowis [Fri, 5 Mar 2021 21:37:49 +0000 (16:37 -0500)]
reorganized primtives by category

4 years agogot load and store primitives working for args and locals
Michael D. Lowis [Fri, 5 Mar 2021 17:05:16 +0000 (12:05 -0500)]
got load and store primitives working for args and locals

4 years agotried finishing local and argument storing and fetching. Pretty sure those and/or...
Michael D. Lowis [Thu, 4 Mar 2021 21:56:36 +0000 (16:56 -0500)]
tried finishing local and argument storing and fetching. Pretty sure those and/or the return primitive are busted

4 years agofixed tabs/spaces
Michael D. Lowis [Fri, 26 Feb 2021 17:20:58 +0000 (12:20 -0500)]
fixed tabs/spaces

4 years agotweaked function entry and exit logic
Michael D. Lowis [Fri, 26 Feb 2021 04:06:35 +0000 (23:06 -0500)]
tweaked function entry and exit logic

4 years agobasic working interpreter with arguments, return values, and local storage implemented
Michael D. Lowis [Fri, 26 Feb 2021 03:48:18 +0000 (22:48 -0500)]
basic working interpreter with arguments, return values, and local storage implemented