Skip to content

A program that selects subjects on the prospectus of BSCS written in MASM32

Notifications You must be signed in to change notification settings

dkeithdj/prospectus-assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prospectus Assembly

A program that selects subjects on the prospectus of BSCS written in MASM32

Commands to run the program:

assuming you have masm32 in your path

Windows

Assemble file:

ml /c /coff /Zd prospectus.asm

Link:

link /SUBSYSTEM:CONSOLE prospectus.obj

Run:

prospectus.exe

Or you could run with the batch script:

masm.bat prospectus.asm

About

A program that selects subjects on the prospectus of BSCS written in MASM32

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published