vendor/make-quickutils.lisp @ 9f22ed821ddd

Fix the stupid tetris input bug

Apparently ADD Reg, Imm doesn't set the carry flag like all the
other ADD/SUB instructions.
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Dec 2016 19:45:03 -0500
parents 09f977d7168e
children (none)
(ql:quickload 'quickutil)

(qtlc:save-utils-as
  "quickutils.lisp"
  :utilities '(

               :compose
               :curry
               :ensure-boolean
               :ensure-gethash
               :ensure-list
               :once-only
               :rcurry
               :read-file-into-byte-vector
               :removef
               :symb
               :with-gensyms
               :xor

               )
  :package "CHIP8.QUICKUTILS")