Can't do in C - (nf)
jab at uokvax.UUCP
jab at uokvax.UUCP
Fri Sep 28 11:59:00 AEST 1984
#R:petsd:-35600:uokvax:3000039:000:596
uokvax!jab Sep 27 20:59:00 1984
/***** uokvax:net.lang.c / petsd!joe / 6:21 pm Sep 25, 1984 */
<>
I am creating a list of the things that most computers can do (in an
assembly language program), but you can't do them in C.
/* ---------- */
You left out the most obvious one: drop in in-line object code. Everyone
knows that you should use C as you would an assembly language, and so you
should be able to say
.word 23
.word 343
in the middle of the program, thus giving some object code to be included
at that point :-)
Come off it! "C" is NOT PL/360, and let's not try to make it into such.
Jeff Bowles
Lisle, IL
More information about the Comp.lang.c
mailing list