[A83] Can someone please check my source code?


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

[A83] Can someone please check my source code?




ARGH!  I've checked it over and over and over and haven't found anything 
wrong, but it STILL doesn't show up in Ion!!  Here's the source 
(corecalc.z80 was made by Pic-->Z80 by Dan Weiss, and I KNOW it's just 
fine):
	.nolist
	#include "ion.inc"
	.list

#ifdef TI83P
	.org progstart-2
	.db $BB,$6D
#else
	.org progstart
#endif
	ret
	jr nc,start
	.db "The Core",0
start:
	bcall(_grbufclr)
	ld	hl,corecalc
	ld	de,plotsscreen
	ld	bc,768
	ldir
	call	ionFastCopy
waitkey:
	ei
WKA_loop:
	HALT
	bcall(_getcsc)
	or	a
	jr	z, WKA_loop
	ret
corecalc:
	#include "corecalc.z80"
.end
end
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com





Follow-Ups: