Changes
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 ==