A83: select string line


[Prev][Next][Index][Thread]

A83: select string line




Would this select the second of a string?

ld hl,20*256+30
ld (pencol),hl
ld hl,STRING+2
call _vputs

STRING:
.db "line one",0
.db "line two",0

If not is there a way to do this?



Follow-Ups: