diff options
| author | kitty <nepeta@canaglie.net> | 2026-03-31 19:24:49 +1100 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-03-31 19:24:49 +1100 |
| commit | 29864ea0a6d6bc3c4d28765a200337256a5d3241 (patch) | |
| tree | 47800d574a12bafbac6b2e34898ef4c38dd1fce1 /sanctuary.s | |
| parent | 070162cb446fe379d97ccca9fa177d24a052d957 (diff) | |
some input internals
maybe this stuff should be hidden. not sure yet
Diffstat (limited to 'sanctuary.s')
| -rw-r--r-- | sanctuary.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sanctuary.s b/sanctuary.s index 02fb961..aa52ce3 100644 --- a/sanctuary.s +++ b/sanctuary.s @@ -512,7 +512,7 @@ defcode ":", colon, 0 ; fix to follow ans: reading from colon-sys ; this will not work with :noname or i think does>. -defcode ";", semicolon, immediate_mask +defdefer ";", semicolon, immediate_mask mov r12, [latest] add r12, 8 mov r13b, [r12] |
