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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/19/01 12:11
Read: times


 
#15048 - RE: Convert Assembly to C language
If you have working code, read up in the manual for your compiler on assembly interface to C. Then one by one replace the assembly subroutines with C functions. Start with subroutines that do not call other subroutines. This way your confidence will grow as you move along and you do not end up having to debug a totally new program (the C version) from beginning to end.

Have fun

Erik

List of 13 messages in thread
TopicAuthorDate
Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
Convert Assembly to C language            01/01/70 00:00      
Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      
RE: Convert Assembly to C language            01/01/70 00:00      

Back to Subject List