Question: Can someone help me edit this code to use it as a 16 bit instead of 32bit( using machine code/language like MicrosoftVisual Studios Thanks in

 Can someone help me edit this code to use it asa 16 bit instead of 32bit( using machine code/language like MicrosoftVisual Studios

Can someone help me edit this code to use it as a 16 bit instead of 32bit( using machine code/language like MicrosoftVisual Studios Thanks in advance!

TITLE Add and Subtract (AddSub.asm) This program adds and subtracts 32-bit integers. INCLUDE Irvine32.inc code main PROC mov eax, 10000h ; EAX 10000h add eax,40000h sub eax, 20000h call DumpRegs ; EAX = 50000h ; EAX 30000h exit main ENDP END main

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!