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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/17/01 09:41
Read: times


 
#14996 - RE: Convert Assembly to C language
Hi Sam,

typically assembler programs can not be converted to C, since many tricks used, e.g.:

- variables located on fixed addresses
- code mixed with constant data
- functions with more than one return value
- functions with more than one entry point
- using 9-bit numbers (ACC + CY)

These all can not be done in C.
So the only way, you must write the code in C completely new.


Peter


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