Skip to content

Commit 393d181

Browse files
committed
updated Readme
1 parent 309b7a7 commit 393d181

1 file changed

Lines changed: 25 additions & 1 deletion

File tree

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
# Assembly-Compiler
1+
# 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

Comments
 (0)