Ethiopian multiplication: Difference between revisions

m
(Clarified as per discussion.)
Line 1,629:
=={{header|x86 assembly}}==
{{works with|nasm}}, linking with the C standard library and start code.
<lang asm> extern printf
extern printf
global main
 
Line 1,791 ⟶ 1,790:
1BDC:012D C3 RET ; return with the result in AX
 
;pretty small</lang>
</lang>
Anonymous user