CoqToLeanAsm: x86 Macro Assembler in Lean 4

16.2. Subtraction Self Produces Zero

theorem sub_self_zero (v : DWord) : v - v = 0 := BitVec.sub_self v