Shop OBEX P1 Docs P2 Docs Learn Events
What does this code do? — Parallax Forums

What does this code do?

SapphireSapphire Posts: 496
edited 2012-05-22 21:31 in General Discussion
Looks like a loop, but it's not.
' {$STAMP BS2sx}

START:				' RESTART PROGRAM BEGINS HERE
	GOTO REWRITE

REWRITE:
	WRITE $7FD,$48
	WRITE $7FC,$04
	WRITE $7FB,$1B

	GOTO START		' RESTART

More to follow in a real post...
Sign In or Register to comment.