Re: A82: 82 Program Counter


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

Re: A82: 82 Program Counter




In a message dated 11/22/98 10:54:07 PM Eastern Standard Time,
evil.sam@mailexcite.com writes:

> How do I get something like this to work on the 82?
>  
>      DBYTES  .equ    ($-SHIPx-1)
>  
>    I know I need to change the ".equ" to "=", but it still doesn't work.
>      Sam

DBYTES = ($-SHIPx-1) should work, assuming that SHIPx is defined.  How exactly
is this used, and in what program?

~Adamman