add assoc.pl, add max evaluable functor
This commit is contained in:
@@ -293,6 +293,8 @@ impl fmt::Display for ArithmeticInstruction {
|
||||
write!(f, "div {}, {}, @{}", a1, a2, t),
|
||||
&ArithmeticInstruction::IDiv(ref a1, ref a2, ref t) =>
|
||||
write!(f, "idiv {}, {}, @{}", a1, a2, t),
|
||||
&ArithmeticInstruction::Max(ref a1, ref a2, ref t) =>
|
||||
write!(f, "max {}, {}, @{}", a1, a2, t),
|
||||
&ArithmeticInstruction::FIDiv(ref a1, ref a2, ref t) =>
|
||||
write!(f, "floored_idiv {}, {}, @{}", a1, a2, t),
|
||||
&ArithmeticInstruction::RDiv(ref a1, ref a2, ref t) =>
|
||||
|
||||
Reference in New Issue
Block a user