Search results
LDIR, dynamic DE
Score: 165.13 %,
Type: Forum topic , Comments: 2 comments
ld bc,32 ; 32 characters per line
ldir ; DE<-HL until BC=0
I am trying to get ... as well. Like for example:
; a = page
ld h,0
ld l,a
add hl,hl ; x 32
add hl,hl
add hl,hl
add ...
ldir ; DE<-HL until BC=0
By not modifying de but using bc as addend instead, one can ...
