50g group photo

Yahoo Groups archive

50g

Archive for 50g.

Index last updated: 2026-03-30 00:59 UTC

Thread

Base (Hex,Dec,Oct,Bin)

Base (Hex,Dec,Oct,Bin)

2009-03-08 by affcmoderateur

Hi

I would like to convert numbers in Hex or Bin.
according to the manual I have to write : #53 -> # 53h
But when i try it, I've this: #53 -> # 1h

How I can to convert numbers

Thanks..
Nico

Re: Base (Hex,Dec,Oct,Bin)

2009-03-08 by Jeremy Hawdon

--- In 50g@yahoogroups.com, "affcmoderateur" <affcmoderateur@...> wrote:
>
> Hi
>
> I would like to convert numbers in Hex or Bin.
> according to the manual I have to write : #53 -> # 53h
> But when i try it, I've this: #53 -> # 1h
>
> How I can to convert numbers
>
> Thanks..
> Nico
>
Hi Nico

I suspect your problem is that you have got word size set to 1 bit.
Try 60 STWS (command in Maths Base)

Jeremy