annotate bin/as86 @ 8541:3d55ab589064

<hppavilion[1]> ` mv "wisdom/programmer\'s google" "wisdom/programmer\'s googol"
author HackBot
date Mon, 20 Jun 2016 06:35:17 +0000
parents 7f957c1f4661
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4531
7f957c1f4661 <oerjan> revert
HackBot
parents:
diff changeset
1 as="$1"; shift; echo ".intel_syntax noprefix; $as" | gcc "$@" -c -x assembler /dev/stdin -o /tmp/as86.o && objcopy -O binary /tmp/as86.{o,bin} && xxd -p /tmp/as86.bin