Re: A86: Please help, made mistake somewhere.


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

Re: A86: Please help, made mistake somewhere.



In a message dated 97-09-18 23:52:03 EDT, you write:

> 
>  Still same problem, could someone else also compile this and run it on
their
>  calc, just to see what it looks like.  I mean is there something refering
to
>  another program?  Could another program use the same labels, and I am
>  pulling up pieces of the other program?  It seems like this should work.
>  
>  

Labels aren't used symblically on the calc.  The assembler converts it to an
absolute address that the calc can use.  There's no way it could be doing
that.  UPnless one of your include files uses the same label or re-defines
it.  Maybe the halt is giving you problems (Never used it - does it work in
it's own separate program?).  Also, when you exit the program, is your stack
the same way it was when the program ran?

~Stehen Hicks