From: utzoo!decvax!harpo!npoiv!hou5f!hou5b!hou5c!hou5e!hou5a!hou5d!houxz!ihnp4!ixn5c!inuxc!pur-ee!uiucdcs!swanson Newsgroups: net.micro Title: Z80 divide - (nf) Article-I.D.: uiucdcs.1726 Posted: Sat Mar 19 04:30:21 1983 Received: Wed Mar 23 21:32:53 1983 #N:uiucdcs:10400057:000:357 uiucdcs!swanson Mar 18 22:35:00 1983 Can anyone tell me a fast assembly language divide routine which works under the following assumptions and constraints: Z80 micro, 16 bit dividend which is evenly divisable by 10 (i.e. no remainder) divisor is the constant "10" decimal routine must perform its miracle in under 200 microseconds (about 65 instr.) Thanks ZZ