view bin/as86 @ 5537:14026f5040ad

<oerjan> ` sed -i \'s,entry,entry because having an actual infinite file in wisdom/ makes all manner of stuff bloody awkward,\' wisdom/ngevd
author HackBot
date Fri, 12 Jun 2015 03:02:17 +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