A83: ZASMLOAD...


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

A83: ZASMLOAD...




Hello everybody :)

I'm beginning to learn 83asm, and that's cooool!!!
I have a question... maybie stupid for you guys????!
What's "ZAMSLOAD" for and how can I use it? (if I need it)
Bonus Question (???) :
How can I increase speed (for a sprite)? My problem is
that if I do like :

		...
	ld	a,(xsprite)
	cp	89	 ;the right part of the screen
	jp	z,getkey ;to stop the sprite
	inc	a
	ld	(xsprite),a
		...

the  sprite will go out of screen and that crash my calc...

THX	;)

**I'm french and young(!) so sorry for my english :)))** 

yhean


Get your FREE E-mail at http://mailcity.lycos.com
Get your PERSONALIZED START PAGE at http://personal.lycos.com


Follow-Ups: