[A83] GrBufCpy problem
[Prev][Next][Index][Thread]
[A83] GrBufCpy problem
Why doesn't my program return properly to the home screen after calling =
GrBufCpy? If I don't call GrBufClr, it returns as it should. After a =
GrBufClr it just sticks with a blank screen waiting for a keypress =
(enter won't work). If you press "+" for example, you are returned to =
the home screen showing "Ans+". Why doesn't mmy prompt show up? It's =
like I'm stuck at the graph screen. This is my exit code:
quit: ld a,05h ;auto-x
lcdinst
B_CALL GrBufClr
B_CALL ClrLCDFull
ld a,0
ld (curcol),a
ld (currow),a
EI
ret
What is the problem?
/Jens
Follow-Ups:
References: