This project simulates an ATM system using 8086 Assembly language.
The program demonstrates ATM operations such as:
- PIN verification
- Balance inquiry
- Cash withdrawal
- Simple transaction logic
It is written in Assembly (atm.asm) and can be executed using an 8086 emulator like EMU8086 or MASM.
- Open
atm.asmin EMU8086 or MASM. - Assemble and run the program.
- Follow on-screen prompts for ATM operations.
- 8086 Microprocessor Assembly
- EMU8086 Simulator
💻 Developed as a Microprocessor-based project.