Re: LZ: Basic Zshell programming qestions


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

Re: LZ: Basic Zshell programming qestions



becker wrote:
> 
> I'm working on pinball, and I know I'm gonna sound like an idiot, but I
> need help.


> 3. I to make (or find) a simple TI-basic prog to convert regular decimal
> numbers into hex, or bin, or whatever the hell Zshell uses?....


TASM can handle numbers in binary (%), decimal, hexadecimal ($), and
octal (@).   Also, if you are looking to do conversions, there's this
really neat tibasic program;  it remaps itself to the [2nd] [BASE],
button, and makes use of doubled (stacked) menus.


> 
> Thanks a bunch....
> 
> -Chris


<pre>
-- 
; Max Mansour  // mail : mmansour@gis.net
;             // irc : Justarius
; 
; The Presidents -> http://www.gis.net/~mmansour/
; HP OmniGo 100  -> http://www.gis.net/~mmansour/omnigo/omnigo.html
; ZShell         -> http://www.gis.net/~mmansour/zshell/zshell.html


.end
</pre>


References: