Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 751 Bytes

File metadata and controls

13 lines (9 loc) · 751 Bytes

ASM-Menu-Mouse

An assembly program ("Menu with Mouse") demonstrating interactive menu navigation, arithmetic operations, and mouse interaction in x86 assembly (MASM).

Interactive Menu with mouse integration and arithmetic operations in ASM

How to run

You can run a ASM code on many different ways, it will depend on your system and/or your preferences.

One of my favorite are using Turbo ASM to edit, compile and run ASM files.

  1. Download and install TurboASM https://sourceforge.net/projects/guitasm8086/
  2. With TurboASM open the file menuwmouse.asm
  3. Assemble, Build and Execute the file using the buttons on the toolbar or with the hotkey F9