]> git.sur5r.net Git - cc65/commit
Fixed a bug: Divisions with a divisor > 0xFFFFFF did not work because the
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 5 Jul 2005 21:01:34 +0000 (21:01 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 5 Jul 2005 21:01:34 +0000 (21:01 +0000)
commit82751788fd0deb2dc1d25c7d677def18429ccf04
treebb719879d4f20f49286d6eb0dac8fcc0e64119ff
parent37873a947fe92af1ddf2807370698dc8550a3e27
Fixed a bug: Divisions with a divisor > 0xFFFFFF did not work because the
high byte of the divisor was overwritten instead of the high byte of the
result.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3525 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/runtime/ludiv.s