view bin/as86 @ 7737:3fa0d4e06b88

<moon_> ` echo $target just lost an leg! >> share/maimery
author HackBot
date Wed, 04 May 2016 00:50:02 +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