diff --git a/cons-pointer.md b/cons-pointer.md new file mode 100644 index 0000000..845ecb9 --- /dev/null +++ b/cons-pointer.md @@ -0,0 +1,3 @@ +A pointer to an object in [[cons space]]; initially, a raw 64 bit address. May later be decomposed into a page reference and a page offset, but that is unlikely to happen in version one. + +Nevertheless a distinction should be maintained between a cons pointer and a raw address, to make later refactoring easier. \ No newline at end of file