Skip to content

Some tools for the computer system architecture labs and a bash script written by me to assemble .asm files for Linux with wine.

Notifications You must be signed in to change notification settings

sutgeorge/Assembly-Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools For x86 Assembly Windows Lab (Running On Linux)

Some tools for the computer system architecture lab and a bash script written by me to automate the assembling process for Linux with wine.

Run the script "script" from the folder /npp/. Usage:

./script [project_name]

Example: let's say we have a file hello_world.asm To assemble it with the script, type the following line:

./script hello_world

Don't forget to run everything from /npp/

About

Some tools for the computer system architecture labs and a bash script written by me to assemble .asm files for Linux with wine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages