Welcome, Guest. Please login or register.

Author Topic: Copymem Quick & Big Released!  (Read 8068 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline SpeedGeekTopic starter

Re: Copymem Quick & Big Released!
« Reply #14 from previous page: May 12, 2021, 12:57:41 PM »
** 6TH NEWS UPDATE **

CMQ&B040 2.2 released!

v2.2 minor change
- Removed "Move16 Bug" detection code. This was a blunder due to
Ax = Ay meaning the same registers rather than the same addresses.
 

Offline SpeedGeekTopic starter

Re: Copymem Quick & Big Released!
« Reply #15 on: June 07, 2021, 08:28:52 PM »
** 7TH NEWS UPDATE **

CMQ&B040 2.3 released!

v2.3 minor change
- Changed address register longword math to word math for the
Smart buffer copy loop. This is a small optimization but we always
want the fastest possible results
 

Offline SpeedGeekTopic starter

Re: Copymem Quick & Big Released!
« Reply #16 on: January 08, 2024, 01:21:31 PM »
** 8TH NEWS UPDATE **

CMQ&B040_SAFER2.3 released!

First safer version
- Added code to test for equal source and destination addresses
and avoid using Move16 for this specific case.
- Added code to test specified destination addresses and avoid
using Move16 for those cases.