2 Commits

Author SHA1 Message Date
cf1a4d00af update to 1.2 2024-12-05 16:23:20 +01:00
785fb7a8e7 update run instruction 2024-12-05 16:22:12 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -71,5 +71,5 @@ xmake
## Run ## Run
```bash ```bash
xmake run xmake run Assembleur [args]
``` ```

View File

@@ -3,7 +3,7 @@
#include "IO.h" #include "IO.h"
#define ASSEMBLEUR_VERSION "1.1" #define ASSEMBLEUR_VERSION "1.2"
int main(int argc, char** argv) { int main(int argc, char** argv) {