Re: A86: Functions and libraries


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

Re: A86: Functions and libraries



>The end of ALL asm programs using libraries should have the following 
>line DIRECTLY before the .end directive:
>Libspace:
>     jp 0      ;The number of "jp 0"'s is equal to the number of 
>functions in the table.
>     jp 0
>     jp 0

Oops!  This should have been omitted.  Sorry!