2 lines
59 B
Bash
2 lines
59 B
Bash
|
#!/bin/sh
|
||
|
python assembler.py machine_code.txt program3.asm
|