A83: Re: Binary/Hex/Octal on calc?
[Prev][Next][Index][Thread]
A83: Re: Binary/Hex/Octal on calc?
Nope, these are actually for DMS (degree, minute, second) stuff, I'm not
quite sure why they are labeled as such.
-Dan
----- Original Message -----
From: James Matthews <jjj@matthewsfamily.fsnet.co.uk>
To: Assembly-83 <assembly-83@lists.ticalc.org>
Sent: Monday, November 22, 1999 12:19 PM
Subject: A83: Binary/Hex/Octal on calc?
>
> Hi all,
>
> I was flicking through ti83plus.inc (as ya do...) and I came across these
> flags:
>
> fmtFlags equ 10 ;numeric format flags
> fmtExponent equ 0 ; 1=show exponent, 0=no exponent
> fmtEng equ 1 ; 1=engineering notion, 0=scientific
> fmtHex equ 2 ; 1=hexadecimal
> fmtOct equ 3 ; 1=octal
> fmtBin equ 4 ; 1=binary
>
> Can you change the base on the calculator?...or do you have to use an asm
> program to do it.
>
> Later,
>
> - James Matthews
> Generation5: http://library.advanced.org/18242/index.shtml
>
>
>
>
References: