Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/06/02 17:00
Read: times


 
#22595 - RE: help on assembly => C conversion
Hi Sinha,

Usually it's pretty easy to convert an assembly function into C, assuming you fully understand what the original did.

If you can change and debug these functions one at a time life will be easier. It's always harder to figure out what's wrong if a lot of changes have been made simultaneously.

A C project is easier to maintain than assembler...but you might still want to re-rewrite some of your new C functions in assembler to increase performance where necessary.

Dennis

List of 10 messages in thread
TopicAuthorDate
help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => Craig, Steve            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      
RE: help on assembly => C conversion            01/01/70 00:00      

Back to Subject List