https://github.com/devrezaur/banking-system-assembly
Console based banking application with file input, written in Assembly language.
https://github.com/devrezaur/banking-system-assembly
assembly-language console-application
Last synced: 11 months ago
JSON representation
Console based banking application with file input, written in Assembly language.
- Host: GitHub
- URL: https://github.com/devrezaur/banking-system-assembly
- Owner: DevRezaur
- Created: 2021-03-12T14:52:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-12T14:57:37.000Z (over 5 years ago)
- Last Synced: 2025-03-12T03:46:47.334Z (over 1 year ago)
- Topics: assembly-language, console-application
- Language: Assembly
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banking System in Assembly Language with File Input
This is a fun assignment that I had to submit during my academic course on microprocessors.
I must say writing assembly code is tougher than it seems. But nonetheless, I managed to
finish the code in just 1 hour :sunglasses: . Kind of proud with that. Thats why I'm putting
it here. In case anyone finds it useful (just showing off :sweat_smile:)
---
### Output screenshot

---
### Incase anyone wish to run it
* Download EMU8086 Emulator from [here](https://emu8086-microprocessor-emulator.en.softonic.com/download)
* Install it in the default directory (C:/emu8086).
* Go to C:/emu8086/MyBuild And paste the BALANCE.txt and ACCOUNT.txt file there.
* Run it from the EMU8086 emulator :smile:
---
### Have a nice day