八.特別的 Function
- lsetUpInstruction()
建立指令表。
- lreadProgeam()
讀取程式碼。
- lshowSourceCode()
印出程式在cmd視窗。
- lhexToDex(const char s[])
十六進string轉十進位int。
- lsetSymbolTable()
建立Symbol Table。
- lshowSymbolTable()
印出Symbol Table在cmd視窗。
- lstrLength(const char str[])
計算字串的長度。
- lsetObjectCode()
建立Object Code
- loutPutListFile()
輸出ListFile
- loutPutObjectProgram()
輸出OBJFILE
- lsetObjectTable()
將所有算出來的OBCode儲存成一個表,以便輸出OBJFILE。