??? 04/30/11 09:33 Read: times |
#182121 - It is true Responding to: ???'s previous message |
There is no reason to suppose that code written in one assembler will "just work" in another.
You really have to study the manuals for both assemblers to understand the differences and, thus, know whether code written in one will be portable to the other. The same even applies to 'C' - especially at the kind of level typical of 8051 projects, where you are generally highly dependent on implementation-defined language features, and extensions to the standard language. There are well-established techniques to help you make your code easily portable - but it certainly does not "just happen". |
Topic | Author | Date |
assemblers are not created equal | 01/01/70 00:00 | |
It is true | 01/01/70 00:00 | |
are you sure about that? | 01/01/70 00:00 |