Skip to content

Commit f220695

Browse files
authored
Update Readme.md
1 parent c052b2a commit f220695

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

passOne/Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#Implementation and representation of symbol table used in assembler.(Partial Pass-1) ASSEMBLER
2-
1+
# Implementation and representation of symbol table used in assembler.(Partial Pass-1) ASSEMBLER
32
Assembler is a program for converting instructions written in low-level assembly code into relocatable machine code and generating along information for the loader.
43
It generates instructions by evaluating the mnemonics (symbols) in operation field and find the value of symbol and literals to produce machine code. Now, if assembler do all this work in one scan then it is called single pass assembler, otherwise if it does in multiple scans then called multiple pass assembler. Here assembler divide these tasks in two passes:
54

0 commit comments

Comments
 (0)