view bin/as86 @ 4496:a51e22acb284

<oerjan> revert
author HackBot
date Sat, 22 Feb 2014 02:42:18 +0000
parents babb21fad534
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