diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-05-21 02:43:35 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-05-21 02:43:35 -0700 |
| commit | fe5ad105a8ca461eae368178706655753219ab92 (patch) | |
| tree | d64c04299f2468ea8c6a3c57b4aeb95d3524a5f5 /quine.asm | |
| parent | 189f0c0de22150f944e067b686b4cfe81af5fcb8 (diff) | |
some comment stuff, and implement "keyword"
Force-Push: yes Change-Id: Iecf4079b9629f9c041b7fe994b1a69b6ef7b6dd0
Diffstat (limited to 'quine.asm')
| -rw-r--r-- | quine.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quine.asm b/quine.asm index aa36dc4..2e967d8 100644 --- a/quine.asm +++ b/quine.asm @@ -11782,6 +11782,7 @@ defword boot_source, 0x40 ; (start pointer, length) dq ": if 2dup swap dup 5 8 * + 3unroll swap " + ; ~ TODO this is wrong, it goes adjusted start, start, length? probably? ; (start pointer, length, start pointer, adjusted start pointer, length) dq " memmove " ; (start pointer, length) |