Please write code for visual studio
Write an assembly program to implement the following. while X>0 ifX!= 3 AND (X > A OR X < B) else X=X-1 end while Use short-circui Assume that A, B, and X are 16-bit signed integers variables Assume that A-9-B-8 and X=11 o Submit the following: Lastname2.asm Show transcribed image text Write an assembly program to implement the following. while X>0 ifX!= 3 AND (X >
OR
OR