changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: updates

changeset 25: f23bffbe2f4c
parent 24: 82bb06cbf137
child 26: ce8caef934b5
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 04 Jul 2024 23:37:37 -0400
files: draft/a-bit-of-risc.org
description: updates
     1.1--- a/draft/a-bit-of-risc.org	Sat Jun 22 23:54:39 2024 -0400
     1.2+++ b/draft/a-bit-of-risc.org	Thu Jul 04 23:37:37 2024 -0400
     1.3@@ -129,7 +129,9 @@
     1.4   ;; (in-package :sb-x86-64-asm)
     1.5   ;; (in-readtable :std)
     1.6   (declaim (optimize (speed 3) (safety 1)))
     1.7-  (defconstant +word-size+ 32 "default word size and register length.")
     1.8+
     1.9+  (eval-always
    1.10+    (defconstant +word-size+ 32 "default word size and register length."))
    1.11 #+end_src
    1.12 
    1.13 #+name: vars