Post Reply 
HP50g "Busy Bug"
02-12-2016, 04:23 PM (This post was last modified: 02-12-2016 05:35 PM by DavidM.)
Post: #12
RE: HP50g "Busy Bug"
(02-12-2016 03:09 PM)Vtile Wrote:  ..But, but do I need to run it once or twice and does it introduce some other effects by it self I should be aware of and how I turn it off if it is cousing troubles with something else?

You can find a description of the use of the FMEM program from its author here: FMEM description.

The main side effect to be aware of is that running this program will leave a rather large string object named "JUNK" in port 0. You can purge it quite easily simply by executing:
Code:
:0:JUNK PURGE

[Edit: additional info] Note that purging this object cancels the benefit of the program. So the basic concept is leave the object in place so long as you don't need the memory, but delete it if you need the memory for something else. You can always run it again after you've taken care of whatever needed the additional memory.

The "busy bug" doesn't inherently cause double keypresses, but many users understandably think that their initial keypress wasn't registered and as such will press the key again... which then causes both to be processed.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP50g "Busy Bug" - Vtile - 02-12-2016, 12:50 PM
RE: HP50g "Busy Bug" - toml_12953 - 02-12-2016, 01:21 PM
RE: HP50g "Busy Bug" - Vtile - 02-12-2016, 01:29 PM
RE: HP50g "Busy Bug" - damaltor - 02-12-2016, 02:02 PM
RE: HP50g "Busy Bug" - Vtile - 02-12-2016, 02:17 PM
RE: HP50g "Busy Bug" - Simone Cerica - 02-12-2016, 02:45 PM
RE: HP50g "Busy Bug" - Vtile - 02-12-2016, 02:52 PM
RE: HP50g "Busy Bug" - Simone Cerica - 02-12-2016, 02:58 PM
RE: HP50g "Busy Bug" - Vtile - 02-12-2016, 03:09 PM
RE: HP50g "Busy Bug" - DavidM - 02-12-2016 04:23 PM
RE: HP50g "Busy Bug" - Simone Cerica - 02-12-2016, 03:14 PM
RE: HP50g "Busy Bug" - Han - 02-12-2016, 04:05 PM



User(s) browsing this thread: 1 Guest(s)