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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/07/12 03:43
Read: times


 
#187878 - Single assembly is not unreasonable
Responding to: ???'s previous message
I agree that files should be organised as independently translatable source code. Then the Linker links the object files.

However PCs are pretty swift nowadays. I doubt that 64k of object code is going to take very long to assemble from source.

You still have the 'safety factor' of independent source files. If you don't load into your editor, you aren't going to inadvertently alter the source code.

Simple cutting and pasting blocks from your monster ASM file and putting them into individual module123.INC files should make no difference to the Assembly process.

Then you convert each module123.INC file to an independently assemble-able module123.ASM. This process will probably guide you to improve the program structure.

David.

List of 8 messages in thread
TopicAuthorDate
multiple asm files in a 8051 project using keil            01/01/70 00:00      
   multiple asm files in a 8051 project using keil            01/01/70 00:00      
      read up on            01/01/70 00:00      
         Read-up on...            01/01/70 00:00      
   $include should work             01/01/70 00:00      
      should work, but...            01/01/70 00:00      
         Single assembly is not unreasonable            01/01/70 00:00      
   Keil example            01/01/70 00:00      

Back to Subject List