RE: A86: Fade in routine...


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

RE: A86: Fade in routine...




Hehe, good point!  :) I always forget that (used to putting it in there, I
suppose).  Glad someone can remember back to his newbie days.

--
Nathan Haines <nhaines@ticalc.org>
   Help Mail, FAQ, Other Sites Manager, and News Editor
   the ticalc.org project - http://www.ticalc.org/

> -----Original Message-----
> From: owner-assembly-86@lists.ticalc.org
> [mailto:owner-assembly-86@lists.ticalc.org]On Behalf Of
> ZeromusMog@aol.com
> Sent: Tuesday, March 30, 1999 10:10 PM
> To: assembly-86@lists.ticalc.org
> Subject: Re: A86: Fade in routine...
>
>
>
> In a message dated 3/30/99 3:55:11 PM Pacific Standard Time, v8r@juno.com
> writes:
>
> > I am using Assembly Studio 86 but I am sure that this is probally just
> >  another one of my stupid screw ups that I can't seem to figure out...
>
> Due to the recent influx of newbies, (which is by far a good
> thing- don't get
> me wrong!) there is an important point that must be made:
>
> MAKE SURE THAT YOU HAVE A BLANK LINE AT THE END OF YOUR PROGRAM SOURCE
> CODE!!!!!!!!!
>
> -----------------
> #include "stuff.h"
>
> .org asm_exec_ram
> jp Start
>
> Start:
>  nop
>  ret
>
> .end
>
> ------------------------------
> Now, see that blank line right above the dashes?? THAT HAS TO BE
> THERE! IT'S
> IMPORTANT!!
>
> I made this mistake and it delayed my ASM programming by almost a
> year. Don't
> let it happen to you.
>



References: