changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > org > blog / draft/a-bit-of-risc.org

revision 23: adc9ebf28ff0
parent 21: 1204cefcfd28
child 24: 82bb06cbf137
     1.1--- a/draft/a-bit-of-risc.org	Sun Jun 16 01:14:25 2024 -0400
     1.2+++ b/draft/a-bit-of-risc.org	Sun Jun 16 01:43:41 2024 -0400
     1.3@@ -122,7 +122,7 @@
     1.4   (ql:quickload :prelude)
     1.5   (in-package :std-user)
     1.6   (defpackage :hakmem
     1.7-    (:use :cl :std)
     1.8+    (:use :cl :std :std-user)
     1.9     (:import-from :sb-assem :inst)
    1.10     (:import-from :sb-vm :immediate-constant :registers :zero :ea))
    1.11   (in-package :hakmem)