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

Back to Subject List

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


 
#12505 - RE: looking for opinions
Reading through the last 10 postings I see one aspect missed MODULARITY. One post asked "what is the largest assembler program you ever wrote", for me the answer is a module of about 2000 lines for the PC, the fact that when we put it all together (~200 modules, ~100 mine) we got to a total for the project of ~120.000 lines is irrelevant. This worked in conjunction with a lot of "C" code used where timing was non-critical. With the efficiency of todays "C" and the access to more than 620k memory the assembler code would probably reduce to about 25.000 lines.

Yes, both "C" and assembler have their use, but if you do not code modular, it does not matter what language you are using, you will do badly in either case.

Have lots of modules of fun

Erik

List of 22 messages in thread
TopicAuthorDate
looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      
RE: looking for opinions            01/01/70 00:00      

Back to Subject List