diff options
| author | kitty <nepeta@canaglie.net> | 2026-02-17 02:28:42 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-02-17 02:28:42 +1100 |
| commit | a8b97b76135b07e4ae3a461ab8625813a3ea205c (patch) | |
| tree | 1b528f32567ae3a598565e2901e8386a72e45d7f | |
| parent | 90eb78b32ec8bd2933404906f2d54107f6c71b21 (diff) | |
variable
| -rw-r--r-- | jefs.fs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ decimal : [compile] parse find drop >cfa compile, ; immediate : ' parse find drop >cfa [compile] lit ; immediate \ note: no error handling (yet) : constant create [compile] lit ret, ; +: variable 1 cells allot create [compile] lit ret, ; : begin here @ ; immediate : again branch here @ 4 + - d, ; immediate \ add 4 to get to beginning of the next instruction |
