]>
git.mdlowis.com Git - proto/forth.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Mike Lowis [Fri, 19 Jul 2024 20:45:19 +0000 (16:45 -0400)]
added jumps
Mike Lowis [Thu, 18 Jul 2024 20:18:08 +0000 (16:18 -0400)]
added register allocation comment
Michael D. Lowis [Thu, 18 Jul 2024 03:30:08 +0000 (23:30 -0400)]
fixed offset and link logic
Mike Lowis [Wed, 17 Jul 2024 20:45:06 +0000 (16:45 -0400)]
implemented variable, code, and end-code words
Mike Lowis [Tue, 16 Jul 2024 20:33:05 +0000 (16:33 -0400)]
added space allocations for system variables and stubbed out where builtin word definitions will go
Michael D. Lowis [Tue, 16 Jul 2024 02:47:32 +0000 (22:47 -0400)]
implemented load-imm word
Mike Lowis [Mon, 15 Jul 2024 20:30:02 +0000 (16:30 -0400)]
started writing assembly words
Michael D. Lowis [Mon, 15 Jul 2024 02:54:52 +0000 (22:54 -0400)]
checkpoint commit
Michael D. Lowis [Wed, 10 Jul 2024 03:12:10 +0000 (23:12 -0400)]
add some various bits to hopefully assemble something useful
Michael D. Lowis [Wed, 10 Jul 2024 01:14:59 +0000 (21:14 -0400)]
initial commit