pub const fn dadd(a: u64, b: u64) -> Result<u64, Exception>
DADD — 64-bit signed add, traps on overflow.
DADD
Exception::Overflow on signed 64-bit overflow.
Exception::Overflow