Skip to content

A banking application made in MASM x86 using Irvine32.

Notifications You must be signed in to change notification settings

stardustgd/x86-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x86-Bank

The x86 Bank is a console based banking application that allows the user to deposit, withdraw, calculate interest, show their current balance. This program utilizes a database in the form of a text file in order to store user credentials. User's credentials are verified and updated when the user signs in and when the user performs a withdraw/deposit.

Contributors

  • Sebastian Ala Torre
  • Conan Nguyen
  • Samuel Segovia
  • Austen Bernal
  • Bernardo Flores

Building

Windows

.\build.ps1
.\bin\x86Bank

Linux

Dependencies:

./build.sh
wine bin/x86Bank.exe