A89: Re: C and 68k?


[Prev][Next][Index][Thread]

A89: Re: C and 68k?




Yes, they are alike
c is one step above assembly
the easiest way to explain c is, that it is a form of short hand.
when you write code in c the command you give was written in assembly(kinda
like writing an assembly program with calling nothing but prewriten
funtions) ,the assembly code could be a couple  pages long but the command
in c is just one word. it was written to make understanding  code easier
.Most c compilers convert code back into assembly before compiling. because
all the functions are prewriten most of the time you can make your own
function(to do the same thing) in assembly more effeceint. but you need to
know the shorthand before yo write c programs.
ps you can add assembly straight into a c program.
-----Original Message-----
From: MenacerTW@aol.com <MenacerTW@aol.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Monday, September 28, 1998 1:38 AM
Subject: A89: C and 68k?


>
>Are C and 68k languages alike?