]> git.sur5r.net Git - cc65/commit
Changes due to code review.
authorIrgendwerA8 <c.krueger.b@web.de>
Thu, 21 Mar 2019 19:43:07 +0000 (20:43 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 29 Mar 2019 21:53:04 +0000 (22:53 +0100)
commitdb8bd84a82992d7d29fdd46443c194c1d8ea37fd
treeb4ccbba5f1a78f1c19533fa49275ffbbb43a0725
parent399250a105da67f2137ba96316ac9da16633780b
Changes due to code review.
14 files changed:
doc/specialmath.sgml
include/specialmath.h
libsrc/Makefile
libsrc/atari/cputc.s
libsrc/atari/mcbtxtchar.s
libsrc/atari/scroll.s
libsrc/atari/setcursor.s
libsrc/atari5200/cputc.s
libsrc/common/_mul20.s [new file with mode: 0644]
libsrc/common/_mul40.s [new file with mode: 0644]
libsrc/specialmath/mul20.s [deleted file]
libsrc/specialmath/mul40.s [deleted file]
test/val/lib_common_mulxx.c [new file with mode: 0644]
test/val/lib_specialmath_mulxx.c [deleted file]