Re: A82: Two bugs/problems :-(


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

Re: A82: Two bugs/problems :-(




>I think I have a possible cause for this :
>if you use set 7,(iy+20) [often used to let menu text stay on screen 
>in OS82] and don't reset it, the menu text in Ash won't show. I 
>noticed this myself when trying out some things.

This is because 7,(iy+20) makes the menu text ONLY go to graph_mem, and not
to the screen.  ASH expects only the other way around - that's the problem
here.  I guess I'll add a fix to this in crash if it needs it

-- Barubary