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