changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: hacks

changeset 23: adc9ebf28ff0
parent 22: 8a6b4b2f68cb
child 24: 82bb06cbf137
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 16 Jun 2024 01:43:41 -0400
files: draft/a-bit-of-risc.org
description: hacks
     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)