A86: Strings


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

A86: Strings




Ok i was trying to save memory by putting a group of strings under one 
header so i could call a routine that would go trough and display all of 
the strings but when i 
inc hl 
it would move to the next char in the string not down.

it would look like this

Ti-86
i-86

How would i get it to look like this?

TI-86
asm

String:
 .db "Ti-86",0
 .db "asm",0

Thanx

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


Follow-Ups: