From bd01931f8a7dde085613881a07755d68f9846b7a Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Thu, 28 May 2026 21:55:42 -0700 Subject: docs fixed for attach-string-to-input-buffer (also see the one in input.e) Force-Push: yes Change-Id: I80910cfdb5e3de6f8b1db69a9c630a21b2f92f4a --- quine.asm | 3 +-- transform.e | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/quine.asm b/quine.asm index ab742a0..2df2d3a 100644 --- a/quine.asm +++ b/quine.asm @@ -6461,9 +6461,8 @@ cold_start: ; string and read from it. ; ; In: - ; pointer to string ; pointer to buffer metadata - ; TODO are these backwards + ; pointer to string dq litstring, "attach-string-to-input-buffer", early_create dq early_docol_codeword dq litstring, "swap", early_find, entry_to_execution_token, early_comma diff --git a/transform.e b/transform.e index f470cb5..b1dd210 100644 --- a/transform.e +++ b/transform.e @@ -1398,7 +1398,6 @@ allocate-transformation-state s" transformation-state" variable ~ -- output buffer start, output point) : label-transform main-input-buffer dup push-input-buffer - ~ TODO the arguments for this seem to be backwards from the documentation swap attach-string-to-input-buffer ~ Save the old values of "here" and "latest", and set the initial values -- cgit 1.4.1