68K/68332 Assembly/Binary Problem
- From: kevinor@xxxxxxxxx
- Date: 30 Mar 2007 09:27:32 -0700
Hey all,
I'm in need of some help with a project I'm currently working on.
It's a calculator that runs on an MC68332 processor and performs
operations and conversions with numbers in Hex, Decimal and Binary.
The problem I'm having is with the limitations of the CPUs arithmetic
commands; the program needs to work with 64-bit signed integers
however the CPU commands are limited to mainly 32-bit values.
Is there a way to convert decimal to binary/hex and back without
needing large division and multiplication commands? I've considered
manually coding division and multiplication subroutines but after
designing a multiplication algorithm which takes way too many clock
cycles; is there another way to proceed?
Thanks.
.
- Follow-Ups:
- Re: 68K/68332 Assembly/Binary Problem
- From: Herbert Kleebauer
- Re: 68K/68332 Assembly/Binary Problem
- From: Phil Carmody
- Re: 68K/68332 Assembly/Binary Problem
- From: Robert Redelmeier
- Re: 68K/68332 Assembly/Binary Problem
- Prev by Date: Re: newbie: MUL product
- Next by Date: Re: 68K/68332 Assembly/Binary Problem
- Previous by thread: newbie: MUL product
- Next by thread: Re: 68K/68332 Assembly/Binary Problem
- Index(es):
Relevant Pages
|