A86: Re: Re: Forcing out of a program


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

A86: Re: Re: Forcing out of a program




I've used the _jforcecmdnochar on many screens during an interrupt and it
worked beautifully. These include the solver screen, memory, link, self
test.....

Brent
----- Original Message -----
From: Kirk Meyer <kirkmeyer@bigfoot.com>
To: <assembly-86@lists.ticalc.org>
Sent: Wednesday, February 23, 2000 5:06 PM
Subject: A86: Re: Forcing out of a program


>
> Note that _jforcecmdnochar ($409C) is usually for _asm_exec_ram programs
> only... strange things can happen if you do that in an interrupt. (If it's
> an interrupt WITHIN an asm program, fine... but on the graph screen or
> something.......)
>
> ----- Original Message -----
> From: <Pbf16@aol.com>
> To: <assembly-86@lists.ticalc.org>
> Sent: Wednesday, February 23, 2000 3:21 PM
> Subject: A86: Forcing out of a program
>
>
> >
> > I am new at z80 progrmamig and i was wondering if there is a way to
force
> an
> > exit out of a assembly program, withoutn crashing the calculator, becaue
I
> am
> > trying to write an inturrupt routine, that forces to the homescreen when
> you
> > hit a certain combo of buttons
> >
>
>



Follow-Ups: References: