[A86] Re: monqueue


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

[A86] Re: monqueue




monqueue is the state monitor key buffer.  Whenever _SendKPress is
called, each byte is removed from the monqueue and sent through cxMain,
just as if it were a key press.  The monqueue is used by the rom for menu
items that paste in a string.

_popQueue ($4090) reads one byte from the monqueue to c.  The carry flag
is set on success.
_pushQueue ($4094) places a byte (from a) on the monqueue.

It looks like there's no other place that directly references the
monqueue (except one place where it checks if it's empty or not), so you
can put a breakpoint on _pushQueue or _popQueue.  (with their page 0
location, of course)

-josh


On Mon, 27 Aug 2001 00:48:32 -0400 (EDT) BRANDON STERNER
<bms9019@osfmail.isc.rit.edu> writes:
> 
> does anyone know what or where i could find out about monqueue?  
> i've
> tried setting the location as a break point in vti for both reading 
> and
> writing but i've been unable to trigger the breakpoint.
> Brandon Sterner
> www.detacheds.com
> 
> 
> 
> 
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.




Follow-Ups: