create example assembler scripts for individual programs

This commit is contained in:
Arthur Lu 2022-08-17 00:37:56 -07:00
parent 4e462c5010
commit 7344df39d8
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
python assembler.py machine_code.txt program1.asm

View File

@ -0,0 +1,2 @@
#!/bin/sh
python assembler.py machine_code.txt program2.asm

View File

@ -0,0 +1,2 @@
#!/bin/sh
python assembler.py machine_code.txt program3.asm