view bin/as86 @ 11185:d2b49d3cf33a

<mroman> slashlearn turing test//A turing test tests by what amount you can tur.
author HackBot
date Sat, 02 Sep 2017 19:23:54 +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