Home Write a program to multiply two 8-bit numbers and save the result in memory location 40H and 41H Write a program to multiply two 8-bit numbers and save the result in memory location 40H and 41H Author - Vikas Sharma May 09, 2023 MOV A,#40HMOV B,#41HDIV ABMOV 40H,AMOV 41H,BEND Facebook Twitter Whatsapp Newer Older