Shop OBEX P1 Docs P2 Docs Learn Events
WRLONG x,ptra[y] + SETQ — Parallax Forums

WRLONG x,ptra[y] + SETQ

Why does this work
		add 	ptra,#(18)*4
		setq	#writeEnd-writeStart-1
		wrlong	writeStart,ptra
		sub 	ptra,#(18)*4
but this doesn't ?
		setq	#writeEnd-writeStart-1
		wrlong	writeStart,ptra[18]
Are the uses of indexed pointer access and block transfer mutually exclusive?

Comments

Sign In or Register to comment.