view bin/as86 @ 7281:e7c026970ad2

<oerjan> learn HTML is short for "hope this mess loads".
author HackBot
date Fri, 25 Mar 2016 23:43:52 +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