We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 309b7a7 commit 393d181Copy full SHA for 393d181
1 file changed
README.md
@@ -1 +1,25 @@
1
-# Assembly-Compiler
+# Assembly Language Compiler
2
+* you can compile & run assembly language with a simple command
3
+* it supports x86_64 linux only
4
+
5
+# Ussage
6
+* Extract file by using following command
7
+```
8
+tar -xzf assembly-compiler.tar.gz
9
10
+* Open extracted folder and give required permission's
11
12
13
+chmod +x *
14
15
+* install Asm
16
17
18
+./install.sh
19
20
+* Use this for compule & run assembly file's
21
+ ## Example:
22
23
24
+asm <filename>
25
0 commit comments