Skip to content

pranav2012/Assembly-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assembly Language Compiler

  • you can compile & run assembly language with a simple command
  • it supports x86_64 linux only

Ussage

  • Extract file by using following command
tar -xzf assembly-compiler.tar.gz
  • Open extracted folder and give required permission's
chmod +x *
  • install Asm
./install.sh
  • Use this for compule & run assembly file's

Example:

asm <filename>