Search results
8 players simultaneously
Score: 195.11 %,
Type: Forum topic , Comments: 3 comments
( https://www.youtube.com/watch?v=wLtoag0rD50 ), but I do no remember any with 8!
2 players ...
Fill memory with 16 bits value
Score: 195.01 %,
Type: Forum topic , Comments: 16 comments
a,FastLDIR_Loop & 0xFF
ld l,a
ld a,0
adc a,FastLDIR_Loop >> 8
ld h,a
ex (sp),hl ... value.
ld hl,0c001h ; HL = Destination address + 1
ld (hl),040h ; MSB 8bits of the value
dec hl
ld (hl),0 ; LSB 8bits of the value
ld de,0c002h
ld bc,00500h ; BC = Length -2
ldir Thanks ...
