[A83] Yup, More Problems With Ion


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

[A83] Yup, More Problems With Ion




OK, the test program still doesn't show up at all!  Here's the source (I 
followed EVERYTHING that Joe and IonGuru said):
	.nolist
	#include "ion.inc"
	.list

#ifdef TI83P
	.org	progstart-2
	.db	$BB6D
#else
	.org	progstart
#endif
	xor	a
	jr	nc,start
	.db	"Test Detect",0
start:
	bcall(_clrlcdf)
	bcall(_homeup)
	ld 	hl,txt
	bcall(_puts)
	bcall(_getkey)
	ret
txt:
	.db "Hey!",0
.end
.end

I checked it over and over and didn't find anything wrong!
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com





Follow-Ups: