1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-29 05:25:51 +00:00

Clean up formatting of table in NEWCDRCODING.md

This commit is contained in:
Nick Briggs
2023-02-21 10:15:44 -08:00
parent 55b45aa2aa
commit b3d27cdece

View File

@@ -6,9 +6,9 @@ It is treated as an on-page indicator bit and a 3-bit scaled offset.
Certain combinations are treated specially. Certain combinations are treated specially.
on-page| offset | interpretation | on-page | offset | interpretation |
-------|--------|---------------------------------------------------------------------------- |---------|---------|---------------------------------------------------------------------------|
1 | 0 | CDR is NIL | 1 | 0 | CDR is NIL |
1 | 1 - 7 | CDR is at 2*offset (counted in 32-bit cells) on same page | 1 | 1 - 7 | CDR is at 2*offset (counted in 32-bit cells) on same page |
0 | 0 | CDR is indirect, CDR(car) | 0 | 0 | CDR is indirect, CDR(car) |
0 | 1 - 7 | CDR is not a cons cell but is in the car of cell at 2*offset on same page | 0 | 1 - 7 | CDR is not a cons cell but is in the car of cell at 2*offset on same page |