ccmdm-re/nasm.sh

8 lines
116 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
yasm -fbin -i. -lreasm.lst -oreasm.bin text.asm
hexdump -C reasm.bin > reasm.hd