From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <997f919d90dd12f4cf577ea7ea3bbd5a@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] german keymap From: Geoff Collyer In-Reply-To: <20040411211444.7c7d7e52.scusi@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Sun, 11 Apr 2004 15:10:58 -0700 Topicbox-Message-UUID: 59142bf0-eacd-11e9-9e20-41e7f4b1d025 One can convert between decimal and other bases (radices) using bc, by setting the input or output base: ; bc ob=16 1024 400 ; bc ib=16 400 1024 ; For more general radix conversion, I use db: : cpu; db cannot open `8.out': '8.out' directory entry not found 386 binary 0x400=D 1024 0t1024=X 0x400 0400=D 256 0400=X 0x100