diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-11 18:03:11 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-11 18:03:45 -0700 |
| commit | a2268b0dee73f5407315f6c7c3d5ca3f718db40c (patch) | |
| tree | c2a0b53f7c03387bd3fa1428c725e2c1d0499dae /evoke.e | |
| parent | 86606391c738c5b9022f3bf3c1fe52f2fb27f292 (diff) | |
implement all the core Forth stuff in Evocation-assembly
also, add support for ;asm and stuff Force-Push: yes Change-Id: I904bc0c31e7e4c8b0abc7790f3af5d20c275f2a5
Diffstat (limited to 'evoke.e')
| -rw-r--r-- | evoke.e | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/evoke.e b/evoke.e index 529a9a4..14ac458 100644 --- a/evoke.e +++ b/evoke.e @@ -10,6 +10,7 @@ elf-program-header cold-start warm-start + output-docol 0 L!' final-word-name current-offset L!' total-size ; |