Compare commits
2 Commits
a4abd128f5
...
v1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| cf1a4d00af | |||
| 785fb7a8e7 |
@@ -71,5 +71,5 @@ xmake
|
||||
## Run
|
||||
|
||||
```bash
|
||||
xmake run
|
||||
```
|
||||
xmake run Assembleur [args]
|
||||
```
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "IO.h"
|
||||
|
||||
#define ASSEMBLEUR_VERSION "1.1"
|
||||
#define ASSEMBLEUR_VERSION "1.2"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user