Skip to content

Commit 02fa935

Browse files
authored
Merge pull request #1 from AYSTRONGIRP/patch-1
Correct commands for build example
2 parents 5b0ecdc + e0b5dda commit 02fa935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project contains:
1212
Build an exemple:
1313

1414
```
15-
./asm/asm.py tests/multiplication.asm > memory.list
15+
./asm/asm.py tests/multiplication_test.asm > memory.list
1616
```
1717

1818
Run the computer:

0 commit comments

Comments
 (0)