mmm i already tried the above... MIIIIIIIIP doesn't work. GOT YA... for the first time in my life... probably the last too 
We must send a 14 bit pack stuff... as it's suppose to!
So i just found that
Code:
@ da "This is a string....",0x068a,0
the above will send cr+lf.
Sounds like
Code:
CR con 13
LF con 10
CRLF var WORD
CRLF.HighByte=CR
CRLF=CRLF>>1
CRLF.LOWBYTE=CRLF.LowByte | LF
it works... just harder to figure out. BAH could be worst. And BTW, a 18F will be more appropriate for that.
About the String placement... you're right. As i figure to place all string at the top, it shouldn't be a problem. All the string together. Make it easy if some modification have to be done.
Last edited by mister_e; - 27th August 2005 at 22:14.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks