A86: Re: String comparison


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

A86: Re: String comparison





it compares two strings that are preceded by a word length byte, so the
input is probably op1,op2 (the names of the vat entries)
you can look at dan eble's site for more information


>
>Deep in the bowels of my include file, I have found a string comparison?
>call.  Does anyone know what the inputs/outputs of this are?  What
>registers does it modify?
>
>_strcmp     equ    $4963