macosvisual-studio-codeassemblyirvine32

Running Assembly Code on Mac by using vs code


When I try to run assembly code in vs code I encounter a problem as shown in the image below:
enter image description here

I try many extension but to no avail, I also try (Amiga Assembly) extension But I got another problem as shown in the image below: enter image description here

I don't know how to solve this problem, and how to run assembly code on mac by using vs code


Solution

  • Finally I got the solution of this problem. If anyone has the same problem, try this solution. It may work for you.

    First thing I download extension called (MASM/TASM) enter image description here

    Finally, Right-Click in your code then click (Run ASM code) as shown in the image below: enter image description here

    I hope this solution helped you