view bin/as86 @ 11343:873a476e9071

<shachaf> revert
author HackBot
date Sat, 10 Feb 2018 00:41:29 +0000
parents 7f957c1f4661
children
line wrap: on
line source

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