Re: A89: InputStr


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

Re: A89: InputStr




> Whenever I try to use the userlib::InputStr command, I always get an Illegal Instruction.  It lets me input the string and then kicks me out of the program stating Illegal Instruction.  What is wrong with this?
>         include "doorsos.h"
>         include "graphlib.h"
>         include "userlib.h"
> 
>         xdef _main
>         xdef _ti89
> _main:
>         jsr     graphlib::clr_scr
>         move.w  #0,d1
>         move.w  #0,d2
>         move.w  #8,d3
>         jsr     userlib::InputStr

Just add an rts here.

Xavier VASSOR
---The Doors Team
E-mail:xvassor@mail.dotcom.fr
Doors Homepage: http://start.at/doors
ICQ:10241721



References: