create example assembler scripts for individual programs
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
python assembler.py machine_code.txt program1.asm
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
python assembler.py machine_code.txt program2.asm
|
||||
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
python assembler.py machine_code.txt program3.asm
|
||||
Reference in New Issue
Block a user