Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Inhibiting STOP key (take 2)

0 views
Skip to first unread message

GOUDIE ray

unread,
May 12, 1993, 1:02:34 PM5/12/93
to

I forgot to fill in the "Followup-To" field in my last post. Let me try
again. I want to inhibit the STOP key from BASIC. I remember being able to
do this a long time ago, but I've forgotten how. I don't remember if I simply
had to poke to upper memory, or alter the IRQ code. Any clues?

-Ray.

--
--------------------------------------------------------------------------------Ray Goudie; Montreal, Quebec, Canada.
rom...@cs.concordia.ca aa...@freenet.carleton.ca ad...@yfn.ysu.edu ap...@cleveland.freenet.edu --------------------------------------------------------------------------------
Live long and prosper!

Robert D Brown

unread,
May 12, 1993, 10:23:37 PM5/12/93
to
Disable run/stop: poke 808,239
Enable " " : poke 808,237


rdb

Massive Onslaught

unread,
May 13, 1993, 3:43:03 AM5/13/93
to
rom...@cs.concordia.ca (GOUDIE ray) writes:

>
> I forgot to fill in the "Followup-To" field in my last post. Let me try
> again. I want to inhibit the STOP key from BASIC. I remember being able to
> do this a long time ago, but I've forgotten how. I don't remember if I simpl

> had to poke to upper memory, or alter the IRQ code. Any clues?

Yup. "Poke 808,237" will do the trick...


-Tony
mas...@lakes.trenton.sc.us

0 new messages