At 04:49 PM 8/16/97 +0200, you wrote: >I'm REALY new to z80 programming and as such i havent found a way to do >division , "real" or with a "rest".. anyone got a routine or the >instruction ? :) > > //Peter The only way I know of doing division is shifting, which limits you to powers of 2 (2,4,8,16,32...) -Andrew