Do some stuff

This commit is contained in:
2025-02-05 20:32:36 +01:00
parent 2daec68484
commit 9837729656
7 changed files with 630 additions and 396 deletions

View File

@@ -81,7 +81,7 @@ int firstPass(const char *source);
//
int secondPass(const char *source, uint8_t *code);
void completePass(const char *input, CPU *cpu);
void completePass(const char *input, CPU *cpu, bool erase);
#endif //RISCB_ASSEMBLER_H