A86: Re: Re: Re: byte help


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

A86: Re: Re: Re: byte help



like:
 
.dw $100
.db "very long string variable ..."
 
or:
.db 6, 0, "String"

 
OK, like?:
string:
    .db 06,"String",0
Thanks,
______________
JBrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
http://members.xoom.com/Plexus
http://wwp.mirabilis.com/20607010
ICQ# 20607010
-----Original Message-----
From: Dux Gregis <assets@eden.rutgers.edu>
To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
Date: Friday, October 09, 1998 10:16 PM
Subject: A86: Re: byte help

The length is two bytes.
 
For the ROM call that compares 2 zero-terminated strings with a 2 byte header, what is the byte header other than length?
Thanks,
______________
JBrett
tbarwick@esn.net
http://ww2.esn.net/~tbarwick
http://members.xoom.com/Plexus
http://wwp.mirabilis.com/20607010
ICQ# 20607010