Re: String Functions




"Florent Ouchet" <ouchet.florent@xxxxxxxxxxx> wrote
> Really more simple and easier to understand than Pierre's ;)
> Working with register overflow is really difficult to understand.

Yes, but maybe the inner loop could be replaced by some ASM
code (something like Andreas Hausladen's SmallDivMod
routine) to make it even faster. --JohnH

.



Relevant Pages

  • Re: Any problems with massive loop unrolling on 8088?
    ... > project, and my decompression inner loop, while as simple as I can make ... > it, is out of registers (yes, I'm using BP, and no, I can't halt ... > interrupts and use SS or SP because this routine has to coexist with an ... Using a state machine style layout, with direct jumps from one routine ...
    (comp.lang.asm.x86)
  • optimization of an order n^3- routine
    ... conversion of finto ... where his a routine of quadratic order but is ... constant terms as much out as possible, so I have this other version: ...
    (sci.math.num-analysis)
  • Any problems with massive loop unrolling on 8088?
    ... I've been working on an LZ77+RLE hybrid compression routine for an 8088 ... project, and my decompression inner loop, while as simple as I can make ... that data and doing the runs/copies, I output x86 opcode bytes that do ...
    (comp.lang.asm.x86)
  • Re: 6502 illegal opcodes questions
    ... Bla bla, ... worst case 14 vs 15 for using invalids. ... This shows that the inner loop that uses invalids is slower! ... in your routine the target buffer must be at $fe00 ...
    (comp.sys.cbm)
  • Re: FNV(Fowler/Novell/Vo) hashing algorithm
    ... in the inner loop? ... I recall Colin went with ... I have a perfect hash I'm feeding with the former ... Prev by Date: ...
    (comp.programming)