Re: A86:More questions from me!


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

Re: A86:More questions from me!




The problem is that you can't think in basic.  Converting a program directly
to assembly from basic is fairly trivial, assuming the necessary rom calls
are known.  If you understand assembly language, then doing things like
conditionals, loops, etc., are easy to do in assembly.  It's like C versus
assembly.  You can't just convert C code into assembly yourself.  A compiler
will (usually) do a better job.  You have to think in assembly.

> Actually, few assembly sources have the program explained in basic as
well. I
> for one would like to see more, as it really, really helps us
> not-so-assembly-godlike people learn asm faster





References: