[Prev][Next][Index][Thread]
Re: A85: Calling extended character base.
You simply have to know the TI's byte value for the omega symbol ($CA).
To print a string with the omega symbol in it, you could store it as
follows.
String:
.db "Omega = ", $CA, 0
PXGray wrote:
>
> Hello. I am writing frogger for the 85, and I was wondering how you called
> the CALCULATOR's extended character base, specifically the omega symbol (this
> is the symbol for ohms). Thanks for your help
>
> -Pat Gray
> PXGray@aol.com
References: