class

Crystal::Macros::AsmOperand

Inherits Crystal::Macros::ASTNode

An output or input operand for an Asm node.

Every operand node is equivalent to:

{{ node.constraint }}({{ node.exp }})

Instance methods

constraint

Returns the constraint string of this operand.

Source
exp

Returns the associated output or input argument of this operand.

Source