ass_messages/build.sh

6 lines
71 B
Bash
Raw Normal View History

#!/bin/bash
rm -rf MyBoot.bin
nasm -f bin -o MyBoot.bin messages.asm