This program convert asember code into object code.
- Objectprogram
- asemfile
- readline.c(Open 'asemfile' to read a text line. path1, path2 use this function)
- path1.c(Check every text line to see if label or command are valid, store label data of asembler code)
- path2.c(Combine object code to make 'Objectprogram')
- asembler.c(Call path1, path2)
- charAnalisys.c(All function for path2)
I captured Algorithm image in 'System Software' written by Leland L.Beck.