A89: InputStr


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

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	
 end


____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1


Follow-Ups: