Add non multithread mode
This commit is contained in:
@@ -70,7 +70,7 @@ int getOpcode(char *mnemonic);
|
||||
//
|
||||
int resolveMOV(const char *dest, const char *src);
|
||||
|
||||
int resolveALU(int baseOpcode, const char *src);
|
||||
int resolveALU(int baseOpcode, const char *src, const char *dest);
|
||||
|
||||
//
|
||||
// The first pass scans the assembly source file to record all labels and their addresses.
|
||||
|
Reference in New Issue
Block a user