# HG changeset patch # User HackBot # Date 1392015364 0 # Node ID f88e208f239d5d2d01c6e2cdd92e4910b34c1de1 # Parent d2720b3ce76e01ef07567db71fb8f6c6e358ca15 echo \'as="$1"; shift; echo "$as" | gcc "$@" -c -x assembler /dev/stdin -o /tmp/as86.o && objcopy -O binary /tmp/as86.{o,bin} && xxd -p /tmp/as86.bin\' > bin/as86 && chmod +x bin/as86 diff -r d2720b3ce76e -r f88e208f239d bin/as86 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/as86 Mon Feb 10 06:56:04 2014 +0000 @@ -0,0 +1,1 @@ +as="$1"; shift; echo "$as" | gcc "$@" -c -x assembler /dev/stdin -o /tmp/as86.o && objcopy -O binary /tmp/as86.{o,bin} && xxd -p /tmp/as86.bin