From 771788ca6ba0d8138c939f9cd11d0cbbde21e568 Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 9 May 2026 20:51:38 -0700 Subject: a minor documentation error in the word header format oops - the last CL was supposed to fix this, but it was inadvertently left out Force-Push: yes Change-Id: I4edf5abed315bea51abcd98ad67cd28782a62efe --- evoke.e | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'evoke.e') diff --git a/evoke.e b/evoke.e index 6112f69..add1db9 100644 --- a/evoke.e +++ b/evoke.e @@ -83,15 +83,15 @@ ~ The layout of an interpreted word: ~ ~ (overall start) -~ 0x00 - 0x08 Link (to next-oldest word) -~ 0x09 - 0x09 HM00000I Flags +~ 0x00 - 0x07 Link (to next-oldest word) +~ 0x08 - 0x08 HM00000I Flags ~ H - hidden ~ M - metadata ~ I - immediate ~ all other bits reserved ~ (name start) -~ 0x0a - 0x0a Null byte (terminates name) -~ 0x0b - name-end - 1 Name, as UTF-8 +~ 0x09 - 0x09 Null byte (terminates name) +~ 0x0a - name-end - 1 Name, as UTF-8 ~ name-end - name-end Null byte (terminates name) ~ (padding start) ~ name-end + 1 - codeword-start - 1 Zero-pad to 8-byte boundary -- cgit 1.4.1