A83: Binary/Hex/Octal on calc?


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

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



Follow-Ups: