Re: A86: Fade in routine...


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

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.


Follow-Ups: