A86: Re: a few questions that I have
[Prev][Next][Index][Thread]
A86: Re: a few questions that I have
I found it. We can thank Pat Milheron from TI for this info:
"Reset this flag : DonePrgm,(iy+DoneFlags)
DonePrgm equ 5
DoneFlags equ 0
Later,
Pat"
example:
res DonePrgm,(iy+DoneFlags)
--or--
res 5,(iy+0)
For those of you who don't know, Pat Milheron is the programmer from TI who
knows everything there is to know about the rom because he wrote it.
Everyonce and a while he will slip out useful tidbits of information.
>press a button it exits. Can you figure our what's wrong? And is there some
>trick in assembly to keep that "Done" from showing when a program exits? I
>only know that you put Outpt(1,1,"" at the end of a program in BASIC to
keep
>"Done" from showing. Here's the code (ouch, Arial really messes up the