Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!uunet!fernwood!lanslide!hls.com!tima From: tima@hls.com Newsgroups: comp.lang.forth Subject: Re: Z80-source for *, /, /MOD and */ Message-ID: <1991May16.095557.128@hls.com> Date: 16 May 91 17:55:56 GMT References: <1991May13.132136.1565@lth.se> Lines: 24 In article <1991May13.132136.1565@lth.se>, d89mb@efd.lth.se (Magnus Bodin) writes: > > Anyone having a Z80-implementation of FORTH, willing to cut out 4 > routines > for me: > * (16 bits * 8 bits giving either 16 (highest uninteresting), > / (16 / 8 giving 8 bits result) > /MOD (16 / 8 giving 2x8 bits result) > */ (16 * 8 giving 32 bits intermediate result / 8 bits giving 16 bits) > There are also various mathematical routines in : Programming the Z80 Rodney Zaks Sybex ISBN# 0-89588-013-x 8080 8085 Software Design Titus,Titus,Larsen The Blacksburg Group ISBN# 0-672-21541-1 Good Luck