scene.org File Archive

File download

<root>­/­parties­/­2023­/­lovebyte23­/­16_byte_intro_oldschool/caleidoscope.mp4

File size:
1 861 640 bytes (1.78M)
File date:
2023-02-15 15:20:02
Download count:
all-time: 9

Preview

file_id.diz

		org	49152

; Caleidoscope

loop	ld	d,$59		; point to mid of screen
	ld	a,h		; keep HL in 8K ROM
	and	#1f
	ld 	h,a
	out	(254),a		; also border as caleido
	inc	l		; delay repeating pattern 
	inc	l		; 1 write = 3 changes
	ldi			; set colour
delay	djnz	delay		; delay
	jr	loop		; next field