Re: C# programmer wants to learn assembly?? plz help




Herbert Kleebauer wrote:

That doesn't make any sense. This is like saying that it's easy to
fly a jumbo jet: Just switch on the auto pilot and the system will
take care of anything and you are free to concentrate on "where to
fly" and not on "how to fly". If you only want to get from point A
to point B, don't sit down on the pilot's seat but on a passenger
seat, let the pilot do the job and enjoy the flight. And if you
want to learn how to fly, forget about the auto pilot and do it by hand.


It is nice to be the passenger if "point B" isn't on the standard map.

// Compile & Link with: hla -v intro
program intro;
#include( "stdlib.hhf" )

begin intro;

stdout.put( "Have we obtained flight clearance from NASA?" nl );

end intro;


Nathan.

.