Question: Transforms septenary number into an decimal number. MASM assembly language Contents Write a program that transforms given positive integer (septenary number) into an decimal number.

Transforms septenary number into an decimal number.

MASM assembly language

Contents Write a program that transforms given positive integer (septenary number) into an decimal number. Since we did not learn the input function, you have to declare a specific variable var1 for the septenary number. After calculating decimal number, then insert that in to the eax. At the end of your code, use DumpRegs function to check the eax value. The following figure shows you the var1 format. (Other numbers will be used instead of 65 when scoring.) var1 SDWORD 65 Assumption: Input values can be represented as 32-bit unsigned integers when converted to decimal number.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!