view bin/as86 @ 11773:5da0815ceb07 draft

<fizzie> mkx bin/explain//wn "${1:-explain}" -n1 -hypen -hypev | sed -e \'1,/^Sense/d;/^$/,$d\' | tr \'\\n\' \' \' | sed -e \'s/ */ /g\'
author HackEso <hackeso@esolangs.org>
date Wed, 10 Apr 2019 02:32:46 +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