You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: passOne/Readme.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
3
2
Assembler is a program for converting instructions written in low-level assembly code into relocatable machine code and generating along information for the loader.
4
3
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:
0 commit comments