]> git.sur5r.net Git - cc65/history - libsrc/common/divt.s
added optimization for indexed 16-bit array load of form (array[i & 0x7f])
[cc65] / libsrc / common / divt.s
2019-01-25 jedeoricMerge branch 'master' into master
2018-11-09 IrgendwerA8Saved 2 bytes and fixed error in case of negative result.
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-07-26 IrgendwerA8Quick fix for missing _div() adaptation after 95223be.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2002-11-21 cuzRemoved comment about a cast that is no longer necessary
2002-11-02 cuzMoved divt.s from runtime into common because it's...