??? 06/12/07 20:40 Read: times |
#140630 - Unless you're "porting" ... Responding to: ???'s previous message |
from one MCU type to another, 'C' doesn't contribute anything of use, IMHO. Now, if you want to move code from 'HC08 to PIC, well, it may be of some use. Otherwise, nice, neat, tight, and well-organized ASM, including macros, is a lot nicer, easier to understand, easier to maintain, provided it has a comment per line. 'C'-code requires a page of comment per line, particularly explaining why a particular syntax/semantic was used.
RE |