Add non multithread mode

This commit is contained in:
2025-02-22 16:15:05 +01:00
parent f184204be7
commit 274c99f98b
4 changed files with 74 additions and 34 deletions

View File

@@ -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.