LZ: help me with program!
[Prev][Next][Index][Thread]
LZ: help me with program!
Ok, I am trying to display 4 lines of text at the bottom of the screen, but
the last line always makes the screen scroll. Here's what I have:
ld hl,$0004
ld ($800C),hl
ld hl,(PROGRAM_ADDR)
ld de,Text
add hl,de
ROM_CALL(D_ZT_STR)
Text:
.db "text text text......."
.db "....................."
.db "....................."
.db ".....................",0
How can I get the screen not to scroll?
Tony Karels
akarels@citilink.com
http://www.citilink.com/~akarels/