Re: A89: interrupts


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

Re: A89: interrupts






>> Also, a saw a routine that used the instruction st.b, and I couldn't find
>> what that instruction does anywhere ... is it the same as stop?
>

The mnemonic of this instruction is Scc where cc is a condition code.
In this case its "t" = true. Thus this instruction always sets the referred
register
to true ($ff).