Re: A83: > How to do INPUT <


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

Re: A83: > How to do INPUT <




> How can I set the legnth limit to 8 chars?

        ld      de,821ch                ;put the prompt here
        ld      hl,prompt
        ld      bc,8
        ldir

> What the heck is this?
I've no idea, but since its a ROMCALL just call it and trust the code for
the meanwhile :)...


> Where did it get the input?
Although I haven't tried it out...the user :)...

> What is this for?
Check out my tutorials...if you have Win95 machine.  Basically, chkfndsym
searches the symbol table (a list off all system variables on your
Ti)...for a certain symbol.

Hope this helps.

James.