4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
nasm -f bin 1-2/listing-39.asm -o 1-2/listing-39
|
|
nasm -f bin 1-2/listing-40.asm -o 1-2/listing-40
|