Post Reply 
Confused about variables
02-29-2016, 05:25 PM
Post: #7
RE: Confused about variables
(02-29-2016 06:14 AM)cyrille de brébisson Wrote:  Hello,

You should be able to speed your carry by doing a shift operation, or a bit grab operation on the register. Something like cf:= t1(16); for example. Much faster than the CARY16 function call and it's implementation.

You might be able to handle memory in a string (limited to 64K), it would be more memory efficient (2 bytes per memory byte), and probably faster.

Cyrille

Hi Cyrille,

Thanks very much, once again, for your advice and ideas. I will look to changing my carry operations to be as you suggest. I agree that what you suggest will be much faster than branching to a subroutine to perform the operations.

Thanks again for all your advice and assistance.

smp
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Confused about variables - smp - 02-24-2016, 12:31 PM
RE: Confused about variables - Tim Wessman - 02-24-2016, 03:05 PM
RE: Confused about variables - smp - 02-25-2016, 12:55 AM
RE: Confused about variables - smp - 02-26-2016, 09:58 PM
RE: Confused about variables - smp - 02-29-2016 05:25 PM



User(s) browsing this thread: 1 Guest(s)