asm vs hll

cottrell at nbs-vms.ARPA cottrell at nbs-vms.ARPA
Wed Jan 30 08:24:19 AEST 1985


That's part of programming. What do you think the macro capability
is there for? Macros are merely inline subroutines. Are you saying
we should not use ban 'JSR' instructions too? The net effect is that
we have to look elsewhere to see what is happening.

> Furthermore, developing macros can make an assembler look more 
> structured and introduce some higher-level concepts, but it normally
> makes the code produced LESS good than hand coding.

If that is true, how can a compiler produce better code than by hand?
High level languages are in a sense complex macros. Anyway, your code
is probably I/O bound. 
*/



More information about the Comp.lang.c mailing list