view bin/as86 @ 8683:ebcf284eeb4f

<oerjan> ` mv she* bin
author HackBot
date Sun, 03 Jul 2016 23:27:00 +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