HongJunChea / payroll-system

MIT License
1 stars 0 forks source link

Payroll System

A payroll system written in 8086 assembly suited for a Malaysian environment.

Created for a college assignment.

main menu

Features

Compiling

The program runs in a DOS environment. A DOS emulator is used for compiling and running the program. The program is only tested on DOSBox, but should work on other DOS emulators.

Note: The following instructions assume DOSBox is installed on the user's system.

Linux

cd into the program directory and run

dosbox

The dosbox.conf should automatically mount and compile the script main.exe into the OUT/ directory

Windows

Mount the directory of the project. The project contains the required compiler and linker.

set PATH=C:\bin;

masm main.asm;
link main.obj;

The executable main.exe would be compiled into the project directory.

The default and only password for the program is 1234567

LICENSE

Licensed in the MIT license.