Skip to content

Commit 81ed88c

Browse files
committed
update for python port
1 parent f132e30 commit 81ed88c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

asm/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ files.
1212
This will produce a `.ls8` file for a given source.
1313

1414
```
15-
node asm source.asm
15+
python asm.py source.asm
1616
```
1717

1818
## Features
@@ -21,7 +21,3 @@ node asm source.asm
2121
* String constants
2222
* Numeric constants
2323
* Comments
24-
25-
## TODO
26-
27-
* Port this to Python

0 commit comments

Comments
 (0)