Re: A86: detecting running program
[Prev][Next][Index][Thread]
Re: A86: detecting running program
that wouldn't work if someone copied code to ram page 1 and jumped to it,
or if there was a basic program running.
wait, i know. you're running an asm program (sqrtKEY) check for $3fea at
_ops ([_opbase]-$0015) or at least the same value every time. the same
amount should be added for that every time, so it should work.
-josh
On Fri, 12 Nov 1999 17:35:00 -0800 Chris Phelps <chicane@reninet.com>
writes:
>
>Cassady Roop wrote:
>
>> that didn't work either.
>>
>> Cassady Roop
>>
>> Joshua J Seagoe wrote:
>> >
>> > try [_ops]==[_opbase], not [_ops]==_opbase.
>> > both should be $3fff if there's nothing on the op stack
>
>If you want to make it really complicated, just check the stack for
>any
>values in _asm_exec_ram :o)
>
>Later,
>Chicane
___________________________________________________________________
Get the Internet just the way you want it.
Free software, free e-mail, and free Internet access for a month!
Try Juno Web: http://dl.www.juno.com/dynoget/tagj.
Follow-Ups: