Modifying constructor for operand-register structures.
(change-operand-register x
[:get <get>])
This is an often useful alternative to make-operand-register.
We construct a new operand-register structure that is a copy of
This is an ordinary
Macro:
(defmacro change-operand-register (x &rest args) (std::change-aggregate 'operand-register x args '((:get . operand-register->get)) 'change-operand-register 'nil))