Changes

Jump to: navigation, search

Programming:Integer Multiplication

139 bytes added, 09:01, 18 October 2015
added information about size and time of the execution
'''Output:''' HL = ''Product''
'''Clocks:''' 188-244 (216 on average)
 
'''Size:''' 33 bytes
 
The additional clocks and bytes maybe required to set up D and L and for RET.
<pre>
sla h ; optimised 1st iteration
add hl,de ; ...
</pre>
 
== Classic 16bit * 8bit Unsigned ==
22
edits