Re: A86: More Using Table


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

Re: A86: More Using Table




At 10:15 PM 12/16/98 EST, you wrote:
>
>In a message dated 16/12/98 14:18:38 Pacific Standard Time, Bowser797@aol.com
>writes:
>
>> Hey, thanks.  Those .db's did the trick.  What a dumb mistake...  Oh well.
>>  Thanks a lot.
>
>I... uh... did the same thing a while ago... don't feel bad. :) (It's a
common
>mistake with us newbies.)
>
>Perhaps someone with more experience can make a "Things to Check in your
>Program before Embarassing Yourself on the List" checklist? Including watch
>your ret's .db's, ,0's etc.?

add this one to the list:

push hl
call Blah
<more code>

Blah:
<some code>
pop hl
ret

That one killed about 50% of my programs while I was first starting asm.
--
Andy Johnson <prjohnson@utahlinx.com>


References: