This commit is contained in:
Lee Spector 2020-06-25 16:36:52 -04:00
parent 5ff0fbed77
commit d4140096a6

View File

@ -1,7 +1,7 @@
(ns propeller.push.instructions.code (ns propeller.push.instructions.code
(:require [propeller.push.state :as state] (:require [propeller.push.state :as state]
[propeller.push.utils :refer [def-instruction [propeller.push.utils :refer [def-instruction
make-instruction]])) make-instruction]]))
;; ============================================================================= ;; =============================================================================
;; CODE and EXEC Instructions ;; CODE and EXEC Instructions