view bin/as86 @ 5671:17079c93fbf4

<FireFly> ` echo $\'#!/bin/sh\\nwisdom | d\xc3\xb6ts\' >bin/wisd\xc3\xb6m && chmod a+x bin/wisd\xc3\xb6m
author HackBot
date Wed, 24 Jun 2015 14:29:57 +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