pub const INT_MOD_EUCLID: u8 = 0x95;
Pop b, pop a, push a.rem_euclid(b) (Int). Caller guarantees b != 0.
a.rem_euclid(b)
b != 0