I'm working on an environment where I cannot use long long variables , I'm working with IAR compiler for RL78 target
So I have to multiply Two uint32 values , putting their result either in an array , or in anything compliant with uint32 as maximum datatype
Anyone has any idea how can this be done ?