0 Members and 1 Guest are viewing this topic.
Sure, just b_call 4FF6 out of an assembly program. Or, if you want, check bit 0, (iy+36h), and store if it's set or not. If it is set, reset it, and set it when you are done at the end.
Quote from: graphmastur on December 16, 2010, 12:27:43 pmSure, just b_call 4FF6 out of an assembly program. Or, if you want, check bit 0, (iy+36h), and store if it's set or not. If it is set, reset it, and set it when you are done at the end.Oh, sorry, I don't want to disable the hook. I want to use the Trace hook to disable tracing
Quote from: Hot_Dog on December 16, 2010, 12:29:07 pmQuote from: graphmastur on December 16, 2010, 12:27:43 pmSure, just b_call 4FF6 out of an assembly program. Or, if you want, check bit 0, (iy+36h), and store if it's set or not. If it is set, reset it, and set it when you are done at the end.Oh, sorry, I don't want to disable the hook. I want to use the Trace hook to disable tracingOh, if you want to disable tracing. I see. Try just setting the zero flag. It should prevent the trace by preventing it moving, blinking and being visible. I'll try this now, and see what I get.
Quote from: graphmastur on December 16, 2010, 12:31:34 pmQuote from: Hot_Dog on December 16, 2010, 12:29:07 pmQuote from: graphmastur on December 16, 2010, 12:27:43 pmSure, just b_call 4FF6 out of an assembly program. Or, if you want, check bit 0, (iy+36h), and store if it's set or not. If it is set, reset it, and set it when you are done at the end.Oh, sorry, I don't want to disable the hook. I want to use the Trace hook to disable tracingOh, if you want to disable tracing. I see. Try just setting the zero flag. It should prevent the trace by preventing it moving, blinking and being visible. I'll try this now, and see what I get.Let me know if you don't even get the graph screen after setting the zero flag. That's my goal
Quote from: Hot_Dog on December 16, 2010, 12:32:36 pmQuote from: graphmastur on December 16, 2010, 12:31:34 pmQuote from: Hot_Dog on December 16, 2010, 12:29:07 pmQuote from: graphmastur on December 16, 2010, 12:27:43 pmSure, just b_call 4FF6 out of an assembly program. Or, if you want, check bit 0, (iy+36h), and store if it's set or not. If it is set, reset it, and set it when you are done at the end.Oh, sorry, I don't want to disable the hook. I want to use the Trace hook to disable tracingOh, if you want to disable tracing. I see. Try just setting the zero flag. It should prevent the trace by preventing it moving, blinking and being visible. I'll try this now, and see what I get.Let me know if you don't even get the graph screen after setting the zero flag. That's my goalAre you saying you just don't want the graphscreen to show up, or the graphs on the graphscreen?
Quote from: graphmastur on December 16, 2010, 12:35:44 pmQuote from: Hot_Dog on December 16, 2010, 12:32:36 pmQuote from: graphmastur on December 16, 2010, 12:31:34 pmQuote from: Hot_Dog on December 16, 2010, 12:29:07 pmQuote from: graphmastur on December 16, 2010, 12:27:43 pmSure, just b_call 4FF6 out of an assembly program. Or, if you want, check bit 0, (iy+36h), and store if it's set or not. If it is set, reset it, and set it when you are done at the end.Oh, sorry, I don't want to disable the hook. I want to use the Trace hook to disable tracingOh, if you want to disable tracing. I see. Try just setting the zero flag. It should prevent the trace by preventing it moving, blinking and being visible. I'll try this now, and see what I get.Let me know if you don't even get the graph screen after setting the zero flag. That's my goalAre you saying you just don't want the graphscreen to show up, or the graphs on the graphscreen?Oh, I want to use the trace hook to "fool the calculator" into thinking that the user never pressed Trace in the first place. No graph screen, no graph, no cursor, no nothing.
I see. okay. I'm trying to work on it, but it's being a pain for some reason.
QuoteI see. okay. I'm trying to work on it, but it's being a pain for some reason.YOU ROCK